From: Paolo Bonzini Date: Wed, 26 Mar 2014 14:54:00 +0000 (+0100) Subject: KVM: vmx: fix MPX detection X-Git-Tag: v3.15-rc1~118^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=920c837785699bcc48f4a729ba9ee3492f620b95;p=pandora-kernel.git KVM: vmx: fix MPX detection kvm_x86_ops is still NULL at this point. Since kvm_init_msr_list cannot fail, it is safe to initialize it before the call. Fixes: 93c4adc7afedf9b0ec190066d45b6d67db5270da Reported-by: Fengguang Wu Tested-by: Jet Chen Cc: kvm@vger.kernel.org Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed