From 662b95daddd9bf3743933aaf6da282f11132e57a Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 16 Jun 2009 11:15:48 +0100 Subject: 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 --- buildconfigs/enable-xen-config | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'buildconfigs') 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 ;; -- cgit v1.2.3