From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH v3] KVM: nVMX: Fix content of MSR_IA32_VMX_ENTRY/EXIT_CTLS Date: Wed, 6 Mar 2013 21:36:54 -0300 Message-ID: <20130307003654.GA28719@amt.cnet> References: <5134C8B4.8000609@siemens.com> <20130306001040.GB9720@amt.cnet> <51375633.30900@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]:9635 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758264Ab3CGAhN (ORCPT ); Wed, 6 Mar 2013 19:37:13 -0500 Content-Disposition: inline In-Reply-To: <51375633.30900@siemens.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Mar 06, 2013 at 03:44:03PM +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 v3: > - rebase over queue > > arch/x86/include/asm/vmx.h | 4 ++++ > arch/x86/kvm/vmx.c | 13 ++++++++++--- > 2 files changed, 14 insertions(+), 3 deletions(-) Applied, thanks.