Re: [Qemu-devel] [PATCH RFC V1 10/11] Introduce Xen PCI Passthrough, MSI (3/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 of this patch correctly and add his signed-off-by. Remember to run the patch through checkpatch.pl. > --- > hw/xen_pci_passthrough_msi.c | 674 > +++

[Qemu-devel] [PATCH RFC V1 10/11] Introduce Xen PCI Passthrough, MSI (3/3)

2011-10-04 Thread Anthony PERARD
Signed-off-by: Anthony PERARD --- hw/xen_pci_passthrough_msi.c | 674 ++ 1 files changed, 674 insertions(+), 0 deletions(-) create mode 100644 hw/xen_pci_passthrough_msi.c diff --git a/hw/xen_pci_passthrough_msi.c b/hw/xen_pci_passthrough_msi.c new file