Re: [kvm-devel] PV DMA for PCI passthrough devices for KVM

2008-04-29 Thread Andi Kleen
Amit Shah <[EMAIL PROTECTED]> writes: > This patchset implements PVDMA for handling DMA requests from > devices assigned to the guest from the host machine. You forgot to post a high level design overview of how this works, what it is good for, what are the design trade offs etc.? Include that

[kvm-devel] PV DMA for PCI passthrough devices for KVM

2008-04-29 Thread Amit Shah
This patchset implements PVDMA for handling DMA requests from devices assigned to the guest from the host machine. They're also available from git-pull git://git.kernel.org/pub/scm/linux/kernel/git/amit/kvm.git pvdma These patches are based on my pci-passthrough tree, which is available from g