From: Keir Fraser Date: Tue, 22 Jan 2008 17:20:39 +0000 (+0000) Subject: vmx: Disable vmxassist in the default build. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14437^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4d7db972d7d1ac08c5c3d86404e2de07d53ee77a;p=xen.git vmx: Disable vmxassist in the default build. We now use x86 real-mode emulation by default. Select old behaviour (for now) by specifying vmxassist=y at build time. Signed-off-by: Keir Fraser --- diff --git a/xen/arch/x86/Rules.mk b/xen/arch/x86/Rules.mk index 1925c2f1b9..ac66c253ca 100644 --- a/xen/arch/x86/Rules.mk +++ b/xen/arch/x86/Rules.mk @@ -11,7 +11,7 @@ xenoprof := y # pae ?= n supervisor_mode_kernel ?= n -vmxassist ?= y +vmxassist ?= n ifeq ($(vmxassist),y) CFLAGS += -DVMXASSIST