xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* Error building current Linux git tree without configuring Xen
@ 2010-04-30 19:34 Dave McCracken
  2010-05-03 18:27 ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 3+ messages in thread
From: Dave McCracken @ 2010-04-30 19:34 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: Xen Developers List


I tried to build a Linux kernel from current git sources without specifying 
any form of Xen.  I got these three undefined symbols:

xen_register_gsi
xen_teardown_msi_dev
xen_setup_msi_irqs

I defined them as dummy functions in arch/x86/include/asm/xen/pci.h for the 
case where CONFIG_XEN is not set, and got a working kernel.  They're also 
defined as dummy functions higher in the file under #else clauses for other 
config variables.  I assume we don't want the dummy functions defined multiple 
times, but I'm not sure the cleanest solution.

Dave McCracken
Oracle Corp.

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

end of thread, other threads:[~2010-05-03 19:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-30 19:34 Error building current Linux git tree without configuring Xen Dave McCracken
2010-05-03 18:27 ` Konrad Rzeszutek Wilk
2010-05-03 19:58   ` Dave McCracken

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).