Skip to content

Commit

Permalink
KVM: VMX: disable apicv by default
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Yang Zhang authored and Gleb Natapov committed Feb 11, 2013
1 parent 79fd50c commit 257090f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/x86/kvm/vmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 257090f

Please sign in to comment.