From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH v2] KVM: nVMX: Fix content of MSR_IA32_VMX_ENTRY/EXIT_CTLS Date: Tue, 5 Mar 2013 21:10:40 -0300 Message-ID: <20130306001040.GB9720@amt.cnet> References: <5134C8B4.8000609@siemens.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Gleb Natapov , kvm , "Nadav Har'El" , "Nakajima, Jun" , Paolo Bonzini To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:28320 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752616Ab3CFB62 (ORCPT ); Tue, 5 Mar 2013 20:58:28 -0500 Content-Disposition: inline In-Reply-To: <5134C8B4.8000609@siemens.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Mar 04, 2013 at 05:15:48PM +0100, Jan Kiszka wrote: > Properly set those bits to 1 that the spec demands in case bit 55 of > VMX_BASIC is 0 - like in our case. > > Signed-off-by: Jan Kiszka > --- > > Changes in v2: > - use symbolic constants > > arch/x86/include/asm/vmx.h | 4 ++++ > arch/x86/kvm/vmx.c | 13 ++++++++++--- > 2 files changed, 14 insertions(+), 3 deletions(-) Please regenerate against queue branch.