diff options
-rw-r--r-- | hw/iommu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/iommu.c b/hw/iommu.c index adc3bc0155..76259bbc6e 100644 --- a/hw/iommu.c +++ b/hw/iommu.c @@ -311,6 +311,7 @@ static void iommu_reset(void *opaque) s->iostart = 0; s->regs[IOMMU_CTRL] = s->version; s->regs[IOMMU_ARBEN] = IOMMU_MID; + s->regs[IOMMU_AFSR] = 0x00800000; } void *iommu_init(target_phys_addr_t addr, uint32_t version) |