mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Don't set IRQs on device reset and loadvm/savevm
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
eae6bcbfd8
commit
42f1ced228
5 changed files with 0 additions and 12 deletions
|
@ -359,7 +359,6 @@ static void slavio_timer_reset(void *opaque)
|
|||
ptimer_run(s->timer, 0);
|
||||
}
|
||||
s->running = 1;
|
||||
qemu_irq_lower(s->irq);
|
||||
}
|
||||
|
||||
static SLAVIO_TIMERState *slavio_timer_init(target_phys_addr_t addr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue