Re: [PATCHSETS] KVM device passthrough support with AMD IOMMU

2008-12-08 Thread Joerg Roedel
On Thu, Dec 04, 2008 at 06:21:42PM +0100, Joerg Roedel wrote: git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git kvm-amd-iommu FYI, I just updated the branch above. I added a cleanup function which removes the devices from a protection domain before it is released.

[PATCHSETS] KVM device passthrough support with AMD IOMMU

2008-12-04 Thread Joerg Roedel
Hi, the two patchsets posted as reply to this email implement KVM device passthrough support for AMD IOMMU hardware. The first patchset is version 3 of the generic iommu api patchset which generalizes the VT-d functions exported to KVM into a common api where the AMD IOMMU code can plug into.