Re: [Xen-devel] [PATCH 1/2] xen/x86: Patch re-factors MSI/X config code from, drivers/passthrough/pci.c to x86 specific

2015-04-14 Thread Jan Beulich
On 13.04.15 at 12:34, mja...@caviumnetworks.com wrote: On Monday 13 April 2015 03:45 PM, Stefano Stabellini wrote: On Mon, 13 Apr 2015, Manish Jaggi wrote: @@ -282,22 +266,10 @@ static struct pci_dev *alloc_pdev(struct pci_seg *pseg, u8 bus, u8 devfn) *((u8*) pdev-bus) = bus;

[Xen-devel] [PATCH 1/2] xen/x86: Patch re-factors MSI/X config code from, drivers/passthrough/pci.c to x86 specific

2015-04-13 Thread Manish Jaggi
This patch re-factors msi specific code to x86 specific files from xen/drivers/passthrough/pci.c. Signed-off-by: Manish Jaggi manish.ja...@caviumnetworks.com --- xen/drivers/passthrough/pci.c| 102 +- xen/drivers/passthrough/x86/Makefile |1 +

Re: [Xen-devel] [PATCH 1/2] xen/x86: Patch re-factors MSI/X config code from, drivers/passthrough/pci.c to x86 specific

2015-04-13 Thread Manish Jaggi
On Monday 13 April 2015 03:45 PM, Stefano Stabellini wrote: On Mon, 13 Apr 2015, Manish Jaggi wrote: This patch re-factors msi specific code to x86 specific files from xen/drivers/passthrough/pci.c. Signed-off-by: Manish Jaggi manish.ja...@caviumnetworks.com ---

Re: [Xen-devel] [PATCH 1/2] xen/x86: Patch re-factors MSI/X config code from, drivers/passthrough/pci.c to x86 specific

2015-04-13 Thread Stefano Stabellini
On Mon, 13 Apr 2015, Manish Jaggi wrote: This patch re-factors msi specific code to x86 specific files from xen/drivers/passthrough/pci.c. Signed-off-by: Manish Jaggi manish.ja...@caviumnetworks.com --- xen/drivers/passthrough/pci.c| 102 +-