linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] KVM: VMX: Unionize vcpu_vmx.exit_reason
@ 2020-04-21  7:53 Sean Christopherson
  2020-04-21  7:53 ` [PATCH v3 1/2] KVM: nVMX: Drop a redundant call to vmx_get_intr_info() Sean Christopherson
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Sean Christopherson @ 2020-04-21  7:53 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: Sean Christopherson, Vitaly Kuznetsov, Wanpeng Li, Jim Mattson,
	Joerg Roedel, kvm, linux-kernel, Xiaoyao Li

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-04-21 17:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-21  7:53 [PATCH v3 0/2] KVM: VMX: Unionize vcpu_vmx.exit_reason Sean Christopherson
2020-04-21  7:53 ` [PATCH v3 1/2] KVM: nVMX: Drop a redundant call to vmx_get_intr_info() Sean Christopherson
2020-04-21  7:53 ` [PATCH v3 2/2] KVM: VMX: Convert vcpu_vmx.exit_reason to a union Sean Christopherson
2020-04-21 16:19 ` [PATCH v3 0/2] KVM: VMX: Unionize vcpu_vmx.exit_reason Paolo Bonzini
2020-04-21 17:01   ` Sean Christopherson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).