Re: [PATCH] KVM: vmx: fix MPX detection

2014-03-27 Thread Paolo Bonzini
Il 27/03/2014 09:31, Jet Chen ha scritto: Hi Paolo, I helped to test for your patch on our LKP system. It fixes the bug reported by Fengguang. I applied your patch based on commit 93c4adc7afedf9b0ec190066d45b6d67db5270da. Thanks Jet! Paolo -- To unsubscribe from this list: send the line "uns

[PATCH] KVM: vmx: fix MPX detection

2014-03-26 Thread Paolo Bonzini
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. Reported-by: Fengguang Wu Cc: k...@vger.kernel.org Signed-off-by: Paolo Bonzini --- arch/x86/kvm/x86.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git