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

From: Sean Christopherson
Date: Thu Apr 16 2020 - 11:08:14 EST


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