Re: [Qemu-devel] [V9 4/4] hw/pci-host: Emulate AMD IOMMU

2016-05-01 Thread Marcel Apfelbaum
On 04/30/2016 01:42 AM, David Kiarie wrote: Add AMD IOMMU emulation support to q35 chipset Signed-off-by: David Kiarie --- hw/pci-host/q35.c | 25 ++--- include/hw/i386/intel_iommu.h | 2 +- 2 files changed, 23 insertions(+), 4

Re: [Qemu-devel] [V9 4/4] hw/pci-host: Emulate AMD IOMMU

2016-04-24 Thread Peter Xu
On Mon, Apr 25, 2016 at 01:12:57AM +0300, David Kiarie wrote: > Add AMD IOMMU emulation support to q35 chipset > > Signed-off-by: David Kiarie > --- > hw/pci-host/q35.c | 21 +++-- > include/hw/i386/intel_iommu.h | 2 +- > 2 files changed, 20

[Qemu-devel] [V9 4/4] hw/pci-host: Emulate AMD IOMMU

2016-04-24 Thread David Kiarie
Add AMD IOMMU emulation support to q35 chipset Signed-off-by: David Kiarie --- hw/pci-host/q35.c | 21 +++-- include/hw/i386/intel_iommu.h | 2 +- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/hw/pci-host/q35.c