[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191018093723.102471-1-xiaoyao.li@intel.com>
Date: Fri, 18 Oct 2019 17:37:20 +0800
From: Xiaoyao Li <xiaoyao.li@...el.com>
To: Paolo Bonzini <pbonzini@...hat.com>,
Radim Krčmář <rkrcmar@...hat.com>,
Sean Christopherson <sean.j.christopherson@...el.com>,
Vitaly Kuznetsov <vkuznets@...hat.com>,
Jim Mattson <jmattson@...gle.com>,
Joerg Roedel <joro@...tes.org>
Cc: Xiaoyao Li <xiaoyao.li@...el.com>, kvm@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH v2 0/3] KVM: VMX: Some refactor of VMX vmcs and msr bitmap
Remove the vcpu creation refactor and FPU allocation cleanup from v1, since
I need more time to invest Sean's suggestion.
This series add one patch to move the vmcs reset from vcpu_reset, based on
Krish's suggestion.
Xiaoyao Li (3):
KVM: VMX: Move vmcs related resetting out of vmx_vcpu_reset()
KVM: VMX: Rename {vmx,nested_vmx}_vcpu_setup() and minor cleanup
KVM: VMX: Some minor refactor of MSR bitmap
arch/x86/kvm/vmx/nested.c | 2 +-
arch/x86/kvm/vmx/nested.h | 2 +-
arch/x86/kvm/vmx/vmx.c | 173 ++++++++++++++++++++------------------
3 files changed, 91 insertions(+), 86 deletions(-)
--
2.19.1
Powered by blists - more mailing lists