From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: [PATCH v2 0/5] KVM: nVMX: Small fixes improving emulation accuracy Date: Mon, 16 Jun 2014 13:59:39 +0200 Message-ID: Cc: kvm , Bandan Das To: Paolo Bonzini Return-path: Received: from goliath.siemens.de ([192.35.17.28]:48790 "EHLO goliath.siemens.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751039AbaFPL7w (ORCPT ); Mon, 16 Jun 2014 07:59:52 -0400 Sender: kvm-owner@vger.kernel.org List-ID: 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(-) -- 1.8.1.1.298.ge7eed54