All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] compile error when CONFIG_XEN_DOM0=n && CONFIG_XEN=y
@ 2010-07-27 18:01 Konrad Rzeszutek Wilk
  2010-07-28  6:29 ` Jeremy Fitzhardinge
  0 siblings, 1 reply; 3+ messages in thread
From: Konrad Rzeszutek Wilk @ 2010-07-27 18:01 UTC (permalink / raw)
  To: xen-devel, Jeremy Fitzhardinge

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);

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] compile error when CONFIG_XEN_DOM0=n && CONFIG_XEN=y
  2010-07-27 18:01 [PATCH] compile error when CONFIG_XEN_DOM0=n && CONFIG_XEN=y Konrad Rzeszutek Wilk
@ 2010-07-28  6:29 ` Jeremy Fitzhardinge
  2010-07-28 13:23   ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 3+ messages in thread
From: Jeremy Fitzhardinge @ 2010-07-28  6:29 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: xen-devel

  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?

     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
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] compile error when CONFIG_XEN_DOM0=n && CONFIG_XEN=y
  2010-07-28  6:29 ` Jeremy Fitzhardinge
@ 2010-07-28 13:23   ` Konrad Rzeszutek Wilk
  0 siblings, 0 replies; 3+ messages in thread
From: Konrad Rzeszutek Wilk @ 2010-07-28 13:23 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: xen-devel

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-07-28 13:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-27 18:01 [PATCH] compile error when CONFIG_XEN_DOM0=n && CONFIG_XEN=y Konrad Rzeszutek Wilk
2010-07-28  6:29 ` Jeremy Fitzhardinge
2010-07-28 13:23   ` Konrad Rzeszutek Wilk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.