]> git.proxmox.com Git - mirror_qemu.git/commit - memory.c
iommu: Add IOMMU index argument to translate method
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 15 Jun 2018 13:57:16 +0000 (14:57 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 15 Jun 2018 14:23:34 +0000 (15:23 +0100)
commit2c91bcf273ffb95898d2ca901b699558d9e73fd1
tree083ce5c85738417d8edc8921783c79e2dad14f08
parentcb1efcf462a2ff72926e0c5267a2e1d95490f347
iommu: Add IOMMU index argument to translate method

Add an IOMMU index argument to the translate method of
IOMMUs. Since all of our current IOMMU implementations
support only a single IOMMU index, this has no effect
on the behaviour.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 20180604152941.20374-4-peter.maydell@linaro.org
12 files changed:
exec.c
hw/alpha/typhoon.c
hw/arm/smmuv3.c
hw/dma/rc4030.c
hw/i386/amd_iommu.c
hw/i386/intel_iommu.c
hw/ppc/spapr_iommu.c
hw/s390x/s390-pci-bus.c
hw/sparc/sun4m_iommu.c
hw/sparc64/sun4u_iommu.c
include/exec/memory.h
memory.c