http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=916
Summary: Can not build as xen0 & xenU
Product: Xen
Version: unstable
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: cdpackaging
AssignedTo: xen-...@lists.xensource.com
ReportedBy: yunf...@intel.com
Environment:
------------
Service OS (ia32/ia32e/IA64):
Guest OS (ia32/ia32e/IA64):
Change Set: 14201
Hardware:
Bug detailed description:
--------------------------
When I try to build xen as xen0&xenU, it can not pass.
Reproduce steps:
----------------
1. get source
2. configure
modify file config/Linux.mk
Change line
KERNELS ?= linux-2.6-xen
AS
KERNELS ?= linux-2.6-xen0 linux-2.6-xenU
3. make clean
make kernels -j5
see the errors.
Current result:
----------------
Expected result:
----------------
Basic root-causing log:
----------------------