Re: [PATCH 0/2] KVM: nVMX: Skip IPBP on nested VMCS switch

2020-05-07 Thread Paolo Bonzini
On 07/05/20 01:58, Sean Christopherson wrote: > Or as Jim would say, "Really skip IPBP on nested VMCS switch" :-D > > Patch 1 is the delta between kvm/queue and v3 of the original patch[*], > i.e. I just cherry-picked v3 and fixed the conflicts. > > Patch 2 applies the "no IPBP" logic to copy_vmc

[PATCH 0/2] KVM: nVMX: Skip IPBP on nested VMCS switch

2020-05-06 Thread Sean Christopherson
Or as Jim would say, "Really skip IPBP on nested VMCS switch" :-D Patch 1 is the delta between kvm/queue and v3 of the original patch[*], i.e. I just cherry-picked v3 and fixed the conflicts. Patch 2 applies the "no IPBP" logic to copy_vmcs02_to_vmcs12_rare(). Feel free to sqaush both of these t