Re: [Qemu-devel] [PATCH RFC V1 08/11] Introduce Xen PCI Passthrough, qdevice (1/3)

2011-10-05 Thread Stefano Stabellini
On Tue, 4 Oct 2011, Anthony PERARD wrote: > Signed-off-by: Anthony PERARD You should set the original author correctly and add his signed-off-by. Remeber to run the patch through checkpatch.pl. > --- > hw/xen_pci_passthrough.c | 763 > ++ > hw/xen_p

[Qemu-devel] [PATCH RFC V1 08/11] Introduce Xen PCI Passthrough, qdevice (1/3)

2011-10-04 Thread Anthony PERARD
Signed-off-by: Anthony PERARD --- hw/xen_pci_passthrough.c | 763 ++ hw/xen_pci_passthrough.h | 335 + hw/xen_pci_passthrough_helpers.c | 46 +++ 3 files changed, 1144 insertions(+), 0 deletions(-) create mode 100644 hw/xen_