[PATCH v3 0/2] KVM: VMX: Unionize vcpu_vmx.exit_reason
From: Sean Christopherson
Date: Tue Apr 21 2020 - 03:53:33 EST
Minor fixup patch for a mishandled conflict between the vmcs.INTR_INFO
caching series and the union series, plus the actual unionization patch
rebased onto kvm/queue, commit 604e8bba0dc5 ("KVM: Remove redundant ...").
Sean Christopherson (2):
KVM: nVMX: Drop a redundant call to vmx_get_intr_info()
KVM: VMX: Convert vcpu_vmx.exit_reason to a union
arch/x86/kvm/vmx/nested.c | 39 ++++++++++++++---------
arch/x86/kvm/vmx/vmx.c | 65 ++++++++++++++++++++-------------------
arch/x86/kvm/vmx/vmx.h | 25 ++++++++++++++-
3 files changed, 83 insertions(+), 46 deletions(-)
--
2.26.0