KVM: VMX: disable apicv by default
authorYang Zhang <yang.z.zhang@Intel.com>
Sun, 10 Feb 2013 14:57:18 +0000 (22:57 +0800)
committerGleb Natapov <gleb@redhat.com>
Mon, 11 Feb 2013 08:51:13 +0000 (10:51 +0200)
Without Posted Interrupt, current code is broken. Just disable by
default until Posted Interrupt is ready.

Signed-off-by: Yang Zhang <yang.z.zhang@Intel.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>
arch/x86/kvm/vmx.c

index fe09fdc..c794478 100644 (file)
@@ -84,8 +84,7 @@ module_param(vmm_exclusive, bool, S_IRUGO);
 static bool __read_mostly fasteoi = 1;
 module_param(fasteoi, bool, S_IRUGO);
 
-static bool __read_mostly enable_apicv_reg_vid = 1;
-module_param(enable_apicv_reg_vid, bool, S_IRUGO);
+static bool __read_mostly enable_apicv_reg_vid;
 
 /*
  * If nested=1, nested virtualization is supported, i.e., guests may use