Re: [Qemu-devel] [RFC PATCH 2/4] AMD IOMMU emulation

2010-08-05 Thread Eduard - Gabriel Munteanu
On Thu, Aug 05, 2010 at 09:31:58PM +, Blue Swirl wrote: > On Wed, Aug 4, 2010 at 10:32 PM, Eduard - Gabriel Munteanu > wrote: [snip] > > diff --git a/Makefile.target b/Makefile.target > > index 70a9c1b..86226a0 100644 > > --- a/Makefile.target > > +++ b/Makefile.target > > @@ -219,6 +219,8 @

Re: [Qemu-devel] [RFC PATCH 2/4] AMD IOMMU emulation

2010-08-05 Thread Blue Swirl
On Wed, Aug 4, 2010 at 10:32 PM, Eduard - Gabriel Munteanu wrote: > 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 + >  configure       |   10 + >  

[Qemu-devel] [RFC PATCH 2/4] AMD IOMMU emulation

2010-08-04 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 + configure | 10 + hw/amd_iommu.c | 671 +++ hw