[Qemu-devel] [PATCH V4 00/10] Xen PCI Passthrough

2011-11-17 Thread Anthony PERARD
Hi all, This patch series introduces the PCI passthrough for Xen. First, we have HostPCIDevice that help to access one PCI device of the host. Then, there is an additions in the QEMU code, pci_check_bar_overlap. There are also several change in pci_ids and pci_regs. Last part, but not least,

Re: [Qemu-devel] [PATCH V4 00/10] Xen PCI Passthrough

2011-11-18 Thread Stefano Stabellini
I start to be happy with this series; I welcome everyone that has an opinion on PCI passthrough on Xen to give it a read. Thanks, Stefano On Thu, 17 Nov 2011, Anthony PERARD wrote: > > Hi all, > > This patch series introduces the PCI passthrough for Xen. > > First, we have HostPCIDevice that