Re: [Qemu-devel] [PATCH v2] Basic Intel IOMMU DMAR emulation

2010-04-14 Thread Blue Swirl
On 4/14/10, Nadav Amit wrote: > This version addresses the compatibility issues raised by Paul Brooks, and > loads the DMAR table without addition command line parameters. > Caching-mode is now disabled (it's not required for the current > implementation). > > --- > > This patch enables basic

[Qemu-devel] [PATCH v2] Basic Intel IOMMU DMAR emulation

2010-04-14 Thread Nadav Amit
This version addresses the compatibility issues raised by Paul Brooks, and loads the DMAR table without addition command line parameters. Caching-mode is now disabled (it's not required for the current implementation). --- This patch enables basic Intel IOMMU (VT-d) emulation for DMA remappings.