summaryrefslogtreecommitdiffstats
path: root/hw/iommu.c
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2009-06-17 19:23:44 +0000
committerBlue Swirl <blauwirbel@gmail.com>2009-06-17 19:23:44 +0000
commit42f1ced228c9b616cfa2b69846025271618e4ef5 (patch)
tree4739f43120484ddb3d08611da06ffdc8daa8a0f2 /hw/iommu.c
parenteae6bcbfd87c94fd2399b334c2b0a3a9cfa51f52 (diff)
downloadhqemu-42f1ced228c9b616cfa2b69846025271618e4ef5.zip
hqemu-42f1ced228c9b616cfa2b69846025271618e4ef5.tar.gz
Don't set IRQs on device reset and loadvm/savevm
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/iommu.c')
-rw-r--r--hw/iommu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/iommu.c b/hw/iommu.c
index 694adbd..eff62a2 100644
--- a/hw/iommu.c
+++ b/hw/iommu.c
@@ -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)
OpenPOWER on IntegriCloud