[kernel] r11342 - dists/trunk/linux-2.6/debian/config/amd64/xen
Maximilian Attems
maks at alioth.debian.org
Fri May 9 13:38:32 UTC 2008
Author: maks
Date: Fri May 9 13:38:31 2008
New Revision: 11342
Log:
amd64: set initial pvops Xen amd64 config options
most of these are a nogo for the generic config.
but this is a first start for the x86_64 -xen flavour for now.
Modified:
dists/trunk/linux-2.6/debian/config/amd64/xen/config
Modified: dists/trunk/linux-2.6/debian/config/amd64/xen/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/amd64/xen/config (original)
+++ dists/trunk/linux-2.6/debian/config/amd64/xen/config Fri May 9 13:38:31 2008
@@ -1 +1,15 @@
CONFIG_X86_64_XEN=y
+
+## options needed for initial pvops fedora domU support
+# CONFIG_SMP is not set
+# CONFIG_NUMA is not set
+# CONFIG_NEED_MULTIPLE_NODES is not set
+
+## x86_64 breaks with a different CONFIG_PHYSICAL_START, currently
+CONFIG_PHYSICAL_START=0x200000
+
+## x86_64 breaks with CONFIG_SPARSEMEM_VMEMMAP, currently
+# CONFIG_SPARSEMEM_VMEMMAP is not set
+
+## 32-bit emulation isn't ready yet
+# CONFIG_IA32_EMULATION is not set
More information about the Kernel-svn-changes
mailing list