WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] compile error with pvops and pcifront

To: James Harper <james.harper@xxxxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] compile error with pvops and pcifront
From: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
Date: Mon, 16 Nov 2009 09:39:29 -0500
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 16 Nov 2009 06:42:48 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <AEC6C66638C05B468B556EA548C1A77D0180D44F@trantor>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <AEC6C66638C05B468B556EA548C1A77D0180D44E@trantor> <AEC6C66638C05B468B556EA548C1A77D0180D44F@trantor>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.19 (2009-01-05)
On Sun, Nov 15, 2009 at 04:24:02PM +1100, James Harper wrote:
> > Either CONFIG_XEN_PCIDEV_FRONTEND should not be allowed to be a
> module,
> > or CONFIG_XEN_PCIDEV_FRONTEND_MODULE needs to be checked for like:
> > 
> > diff --git a/arch/x86/include/asm/xen/pci.h
> > b/arch/x86/include/asm/xen/pci.h
> > index 6c022c8..7b99422 100644
> > --- a/arch/x86/include/asm/xen/pci.h
> > +++ b/arch/x86/include/asm/xen/pci.h
> > @@ -35,7 +35,9 @@ static inline int xen_setup_msi_irqs(struct pci_dev
> > *dev, int nvec, int type)
> >         return -1;
> >  }
> >  #endif
> > -#if defined(CONFIG_PCI_MSI) && defined(CONFIG_XEN_PCIDEV_FRONTEND)
> > +
> > +#if defined(CONFIG_PCI_MSI) && (defined(CONFIG_XEN_PCIDEV_FRONTEND) \
> > +      || defined(CONFIG_XEN_PCIDEV_FRONTEND_MODULE))
> >  /* Defined in drivers/pci/xen-pcifront.c */
> >  int pci_frontend_enable_msi(struct pci_dev *dev, int **vectors);
> >  void pci_frontend_disable_msi(struct pci_dev *dev);
> > 
> > linewrapping probably destroyed the patch but it should be obvious
> what
> > is wrong.
> > 
> 
> That's still not enough though - I get a link failure after that.

Can you e-mail me your whole .config file, please?

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>