[PATCH 0/2] KVM: VMX: UMIP emulation related cleanups

Sean Christopherson posted 2 patches 2 years, 8 months ago
arch/x86/kvm/vmx/capabilities.h |  4 ++--
arch/x86/kvm/vmx/nested.c       |  3 +--
arch/x86/kvm/vmx/vmx.c          | 10 ++++++++--
3 files changed, 11 insertions(+), 6 deletions(-)
[PATCH 0/2] KVM: VMX: UMIP emulation related cleanups
Posted by Sean Christopherson 2 years, 8 months ago
Two cleanups for UMIP related code, identified by Robert.  These are
*almost* purely cosmetic, I don't expect any functional impact on real
world setups.

Sean Christopherson (2):
  KVM: VMX: Treat UMIP as emulated if and only if the host doesn't have
    UMIP
  KVM: VMX: Use proper accessor to read guest CR4 in handle_desc()

 arch/x86/kvm/vmx/capabilities.h |  4 ++--
 arch/x86/kvm/vmx/nested.c       |  3 +--
 arch/x86/kvm/vmx/vmx.c          | 10 ++++++++--
 3 files changed, 11 insertions(+), 6 deletions(-)


base-commit: 4d663d83a561344d237c77a77b651f55eb7f7356
-- 
2.40.0.634.g4ca3ef3211-goog
Re: [PATCH 0/2] KVM: VMX: UMIP emulation related cleanups
Posted by Sean Christopherson 2 years, 6 months ago
On Thu, 13 Apr 2023 16:19:12 -0700, Sean Christopherson wrote:
> Two cleanups for UMIP related code, identified by Robert.  These are
> *almost* purely cosmetic, I don't expect any functional impact on real
> world setups.
> 
> Sean Christopherson (2):
>   KVM: VMX: Treat UMIP as emulated if and only if the host doesn't have
>     UMIP
>   KVM: VMX: Use proper accessor to read guest CR4 in handle_desc()
> 
> [...]

Applied to kvm-x86 vmx, thanks!

[1/2] KVM: VMX: Treat UMIP as emulated if and only if the host doesn't have UMIP
      https://github.com/kvm-x86/linux/commit/3243b93c16d9
[2/2] KVM: VMX: Use proper accessor to read guest CR4 in handle_desc()
      https://github.com/kvm-x86/linux/commit/023cfa6fc200

--
https://github.com/kvm-x86/linux/tree/next
https://github.com/kvm-x86/linux/tree/fixes