Konrad Rzeszutek Wilk
2010-Jul-27 18:01 UTC
[Xen-devel] [PATCH] compile error when CONFIG_XEN_DOM0=n && CONFIG_XEN=y
This fixes the mentioned compile error. Please push it in xen/stable-2.6.32.x diff --git a/arch/x86/include/asm/xen/pci.h b/arch/x86/include/asm/xen/pci.h index 6683196..6f90399 100644 --- a/arch/x86/include/asm/xen/pci.h +++ b/arch/x86/include/asm/xen/pci.h @@ -4,7 +4,6 @@ #if defined(CONFIG_PCI_MSI) #if defined(CONFIG_PCI_XEN) int xen_register_pirq(u32 gsi, int triggering); -int xen_register_gsi(u32 gsi, int triggering, int polarity); int xen_create_msi_irq(struct pci_dev *dev, struct msi_desc *msidesc, int type); _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Jeremy Fitzhardinge
2010-Jul-28 06:29 UTC
Re: [Xen-devel] [PATCH] compile error when CONFIG_XEN_DOM0=n && CONFIG_XEN=y
On 07/27/2010 11:01 AM, Konrad Rzeszutek Wilk wrote:> This fixes the mentioned compile error. > > Please push it in xen/stable-2.6.32.xIs this detritus from merging, or should it live on a specific topic branch? J> diff --git a/arch/x86/include/asm/xen/pci.h b/arch/x86/include/asm/xen/pci.h > index 6683196..6f90399 100644 > --- a/arch/x86/include/asm/xen/pci.h > +++ b/arch/x86/include/asm/xen/pci.h > @@ -4,7 +4,6 @@ > #if defined(CONFIG_PCI_MSI) > #if defined(CONFIG_PCI_XEN) > int xen_register_pirq(u32 gsi, int triggering); > -int xen_register_gsi(u32 gsi, int triggering, int polarity); > int xen_create_msi_irq(struct pci_dev *dev, > struct msi_desc *msidesc, > int type); > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Konrad Rzeszutek Wilk
2010-Jul-28 13:23 UTC
Re: [Xen-devel] [PATCH] compile error when CONFIG_XEN_DOM0=n && CONFIG_XEN=y
On Tue, Jul 27, 2010 at 11:29:03PM -0700, Jeremy Fitzhardinge wrote:> On 07/27/2010 11:01 AM, Konrad Rzeszutek Wilk wrote: > >This fixes the mentioned compile error. > > > >Please push it in xen/stable-2.6.32.x > > Is this detritus from merging, or should it live on a specific topic branch?Merging. We also have (thanks Ian for spotting this) a CONFIG_XEN_PCI_PASSTHROUGH that must be enabled to toggle CONFIG_XEN_PCIDEV_FRONTEND - which is not in my latest upstream trees. Not sure if it makes sense to drop that or what not - it looks to be some long forgotten experiment (probably mine) that was not worth the effort. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel