mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -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
|
@ -362,7 +362,6 @@ static void iommu_reset(void *opaque)
|
|||
s->regs[IOMMU_AFSR] = IOMMU_AFSR_RESV;
|
||||
s->regs[IOMMU_AER] = IOMMU_AER_EN_P0_ARB | IOMMU_AER_EN_P1_ARB;
|
||||
s->regs[IOMMU_MASK_ID] = IOMMU_TS_MASK;
|
||||
qemu_irq_lower(s->irq);
|
||||
}
|
||||
|
||||
void *iommu_init(target_phys_addr_t addr, uint32_t version, qemu_irq irq)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue