aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-06-16 11:15:48 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-06-16 11:15:48 +0100
commit662b95daddd9bf3743933aaf6da282f11132e57a (patch)
tree7b600b977b268c80517021688082628cdb86a28e /buildconfigs
parent3cc3cacd424612945ba55302b0e5dd7ba439fca0 (diff)
downloadxen-662b95daddd9bf3743933aaf6da282f11132e57a.tar.gz
xen-662b95daddd9bf3743933aaf6da282f11132e57a.tar.bz2
xen-662b95daddd9bf3743933aaf6da282f11132e57a.zip
x86: Switch to using pvops kernel by default for Linux
Keave ia64 on 2.6.18 since it currently has no dom0 support in pvops Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'buildconfigs')
-rw-r--r--buildconfigs/enable-xen-config6
1 files changed, 5 insertions, 1 deletions
diff --git a/buildconfigs/enable-xen-config b/buildconfigs/enable-xen-config
index 751b582c86..1e98684bde 100644
--- a/buildconfigs/enable-xen-config
+++ b/buildconfigs/enable-xen-config
@@ -45,7 +45,8 @@ setopt CONFIG_HVC_XEN y
setopt CONFIG_XEN_MAX_DOMAIN_MEMORY 32
setopt CONFIG_XEN_DEBUG_FS y
setopt CONFIG_XEN_DOM0 y
-
+setopt CONFIG_XEN_SYS_HYPERVISOR y
+setopt CONFIG_XEN_GNTDEV y
setopt CONFIG_VMI y
setopt CONFIG_KVM y
@@ -72,6 +73,9 @@ setopt CONFIG_DMAR n
setopt CONFIG_INTR_REMAP n
setopt CONFIG_GFS2_FS n
setopt CONFIG_IOMMU_DEBUG n
+setopt CONFIG_X86_MCE_INTEL n
+setopt CONFIG_X86_MCE_AMD n
+setopt CONFIG_CRYPTO_AES_NI_INTEL n
case ${XEN_TARGET_ARCH} in
x86_32) setopt CONFIG_64BIT n ;;