Re: [PATCH v2 00/10] KVM: VMX: Unionize vcpu_vmx.exit_reason

From: Sean Christopherson
Date: Tue Apr 21 2020 - 04:11:54 EST


On Thu, Apr 16, 2020 at 08:07:49AM -0700, Sean Christopherson wrote:
> On Thu, Apr 16, 2020 at 03:44:06PM +0200, Paolo Bonzini wrote:
> > On 15/04/20 19:55, Sean Christopherson wrote:
> > For now I committed only patches 1-9, just to limit the conflicts with
> > the other series. I would like to understand how you think the
> > conflicts should be fixed with the union.
>
> Pushed a branch. Basically, take the union code and then make sure there
> aren't any vmcs_read32(VM_EXIT_INTR_INFO) or vmcs_readl(EXIT_QUALIFICATION)
> calls outside of the caching accessors or dump_vmcs().
>
> https://github.com/sean-jc/linux for_paolo_merge_union_cache

Sent v3, seemed easier than having you decipher my merge resolution and
then fix more conflicts with kvm/queue.