X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=hw%2Fi386%2Famd_iommu.c;h=1fd669fef8af667df58304dce81fa010e28fee58;hb=2c91bcf273ffb95898d2ca901b699558d9e73fd1;hp=63d46ff6ee2757f5d290b18a89aab99078aa52ad;hpb=cb1efcf462a2ff72926e0c5267a2e1d95490f347;p=mirror_qemu.git diff --git a/hw/i386/amd_iommu.c b/hw/i386/amd_iommu.c index 63d46ff6ee..1fd669fef8 100644 --- a/hw/i386/amd_iommu.c +++ b/hw/i386/amd_iommu.c @@ -991,7 +991,7 @@ static inline bool amdvi_is_interrupt_addr(hwaddr addr) } static IOMMUTLBEntry amdvi_translate(IOMMUMemoryRegion *iommu, hwaddr addr, - IOMMUAccessFlags flag) + IOMMUAccessFlags flag, int iommu_idx) { AMDVIAddressSpace *as = container_of(iommu, AMDVIAddressSpace, iommu); AMDVIState *s = as->iommu_state;