Re: [Qemu-devel] [PATCH 3/7] AMD IOMMU emulation

2010-08-29 Thread Eduard - Gabriel Munteanu
On Mon, Aug 30, 2010 at 12:07:30PM +0900, Isaku Yamahata wrote: > On Sat, Aug 28, 2010 at 05:54:54PM +0300, Eduard - Gabriel Munteanu wrote: > > diff --git a/hw/pc.c b/hw/pc.c > > index a96187f..e2456b0 100644 > > --- a/hw/pc.c > > +++ b/hw/pc.c > > @@ -1068,6 +1068,8 @@ void pc_pci_device_init(PCI

Re: [Qemu-devel] [PATCH 3/7] AMD IOMMU emulation

2010-08-29 Thread Isaku Yamahata
On Sat, Aug 28, 2010 at 05:54:54PM +0300, Eduard - Gabriel Munteanu wrote: > diff --git a/hw/pc.c b/hw/pc.c > index a96187f..e2456b0 100644 > --- a/hw/pc.c > +++ b/hw/pc.c > @@ -1068,6 +1068,8 @@ void pc_pci_device_init(PCIBus *pci_bus) > int max_bus; > int bus; > > +pci_create_simp

[Qemu-devel] [PATCH 3/7] AMD IOMMU emulation

2010-08-28 Thread Eduard - Gabriel Munteanu
This introduces emulation for the AMD IOMMU, described in "AMD I/O Virtualization Technology (IOMMU) Specification". Signed-off-by: Eduard - Gabriel Munteanu --- Makefile.target |2 +- hw/amd_iommu.c | 663 +++ hw/pc.c |2 + h

[Qemu-devel] [PATCH 3/7] AMD IOMMU emulation

2010-08-15 Thread Eduard - Gabriel Munteanu
This introduces emulation for the AMD IOMMU, described in "AMD I/O Virtualization Technology (IOMMU) Specification". Signed-off-by: Eduard - Gabriel Munteanu --- Makefile.target |2 + hw/amd_iommu.c | 688 +++ hw/pc.c |2 + hw