[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200306130215.150686-1-vkuznets@redhat.com>
Date: Fri, 6 Mar 2020 14:02:13 +0100
From: Vitaly Kuznetsov <vkuznets@...hat.com>
To: Paolo Bonzini <pbonzini@...hat.com>
Cc: Jim Mattson <jmattson@...gle.com>,
Sean Christopherson <sean.j.christopherson@...el.com>,
Wanpeng Li <wanpengli@...cent.com>, kvm@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH v3 0/2] KVM: VMX: cleanup VMXON region allocation
Minor cleanup with no functional change (intended):
- Rename 'kvm_area' to 'vmxon_region'
- Simplify setting revision_id for VMXON region when eVMCS is in use
Changes since v1:
- Pass 'enum vmcs_type' parameter to alloc_vmcs() too [Sean Christopherson <sean.j.christopherson@...el.com>]
Vitaly Kuznetsov (2):
KVM: VMX: rename 'kvm_area' to 'vmxon_region'
KVM: VMX: untangle VMXON revision_id setting when using eVMCS
arch/x86/kvm/vmx/nested.c | 2 +-
arch/x86/kvm/vmx/vmx.c | 44 ++++++++++++++++++---------------------
arch/x86/kvm/vmx/vmx.h | 12 ++++++++---
3 files changed, 30 insertions(+), 28 deletions(-)
--
2.24.1
Powered by blists - more mailing lists