[Qemu-devel] [RFC PATCH 5/7] x86-64: AMD IOMMU stub

2010-03-30 Thread Eduard - Gabriel Munteanu
This currently loads a non-functional IVRS ACPI table and provides a skeleton for initializing the AMD IOMMU. Signed-off-by: Eduard - Gabriel Munteanu --- Makefile.target |1 + hw/amd_iommu.c | 103 +++ hw/pc.c |2 + hw/pc.h

Re: [Qemu-devel] [RFC PATCH 5/7] x86-64: AMD IOMMU stub

2010-03-30 Thread Blue Swirl
On 3/30/10, Eduard - Gabriel Munteanu wrote: > This currently loads a non-functional IVRS ACPI table and provides a > skeleton for initializing the AMD IOMMU. > > Signed-off-by: Eduard - Gabriel Munteanu > --- > Makefile.target |1 + > hw/amd_iommu.c | 103 > +