From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH v2 0/5] KVM: nVMX: Small fixes improving emulation accuracy Date: Mon, 16 Jun 2014 17:21:40 +0200 Message-ID: <539F0B84.10309@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm , Bandan Das To: Jan Kiszka Return-path: Received: from mail-qc0-f180.google.com ([209.85.216.180]:52926 "EHLO mail-qc0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754596AbaFPPVo (ORCPT ); Mon, 16 Jun 2014 11:21:44 -0400 Received: by mail-qc0-f180.google.com with SMTP id r5so4515837qcx.11 for ; Mon, 16 Jun 2014 08:21:43 -0700 (PDT) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: Il 16/06/2014 13:59, Jan Kiszka ha scritto: > Changes in v2: > - reordering to avoid breaking the disabling of CR3 access interception > - express VMX_BASIC_TRUE_CTLS via bit-shift > - rename host_debugctl -> vmcs01_debugctl > > Jan Kiszka (5): > KVM: nVMX: Advertise support for MSR_IA32_VMX_TRUE_*_CTLS > KVM: nVMX: Allow to disable CR3 access interception > KVM: nVMX: Fix returned value of MSR_IA32_VMX_PROCBASED_CTLS > KVM: nVMX: Allow to disable VM_{ENTRY_LOAD,EXIT_SAVE}_DEBUG_CONTROLS > KVM: nVMX: Fix returned value of MSR_IA32_VMX_VMCS_ENUM > > arch/x86/include/asm/vmx.h | 3 ++ > arch/x86/include/uapi/asm/msr-index.h | 1 + > arch/x86/kvm/vmx.c | 75 +++++++++++++++++++++++++---------- > 3 files changed, 58 insertions(+), 21 deletions(-) > All applied -- locally for now. Paolo