* Build fail on stable-2.6.32-x
@ 2010-09-13 9:30 Jiang, Yunhong
2010-09-20 16:19 ` Konrad Rzeszutek Wilk
0 siblings, 1 reply; 2+ messages in thread
From: Jiang, Yunhong @ 2010-09-13 9:30 UTC (permalink / raw)
To: Jeremy Fitzhardinge; +Cc: xen-devel
Jeremy, when I try to build the stable-2.6.32-x, I got a build failure. The reason is, I didn't config CONFIG_PCI_XEN (the CONFIG_PCI_MSI is cofigured), which cause build failure because the xen_create_msi_irq() is defined in both drivers/xen/events.c and arch/x86/include/asm/xen/pci.h in such configuration.
I didn't check the code in details, so I have no patch for it, can you please have a check for it? I asume guard the function in event.c with CONFIG_PCI_XEN should make things work.
Thanks
--jyh
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Build fail on stable-2.6.32-x
2010-09-13 9:30 Build fail on stable-2.6.32-x Jiang, Yunhong
@ 2010-09-20 16:19 ` Konrad Rzeszutek Wilk
0 siblings, 0 replies; 2+ messages in thread
From: Konrad Rzeszutek Wilk @ 2010-09-20 16:19 UTC (permalink / raw)
To: Jiang, Yunhong; +Cc: Jeremy Fitzhardinge, xen-devel
On Mon, Sep 13, 2010 at 05:30:01PM +0800, Jiang, Yunhong wrote:
> Jeremy, when I try to build the stable-2.6.32-x, I got a build failure. The reason is, I didn't config CONFIG_PCI_XEN (the CONFIG_PCI_MSI is cofigured), which cause build failure because the xen_create_msi_irq() is defined in both drivers/xen/events.c and arch/x86/include/asm/xen/pci.h in such configuration.
So for that to be set you had to unset DOM0 support, right?
>
> I didn't check the code in details, so I have no patch for it, can you please have a check for it? I asume guard the function in event.c with CONFIG_PCI_XEN should make things work.
Hm, I thought I posted a patch for this some time ago. The patch I
posted was "[PATCH] compile error when CONFIG_XEN_DOM0=n && CONFIG_XEN=y"
I am not able to reproduce your build failure. Can you attach your .config file?
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-09-20 16:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-13 9:30 Build fail on stable-2.6.32-x Jiang, Yunhong
2010-09-20 16:19 ` 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.