Re: [PATCH v4 00/11] KVM: VMX: Clean up Hyper-V PV TLB flush

2021-03-09 Thread Paolo Bonzini
On 09/03/21 02:18, Sean Christopherson wrote: Maybe this series is cursed. The first patch got mangled and broke SME. It shows up as two commits with the same changelog, so maybe you intended to split the patch and things went sideways? There was a conflict. I admit kvm/queue is not always th

Re: [PATCH v4 00/11] KVM: VMX: Clean up Hyper-V PV TLB flush

2021-03-08 Thread Sean Christopherson
On Mon, Mar 08, 2021, Paolo Bonzini wrote: > On 05/03/21 19:31, Sean Christopherson wrote: > > Sean Christopherson (11): > >KVM: x86: Get active PCID only when writing a CR3 value ... > Huh, I was sure I had queued this already for 5.12. Well, done so now. Maybe this series is cursed. The

Re: [PATCH v4 00/11] KVM: VMX: Clean up Hyper-V PV TLB flush

2021-03-08 Thread Paolo Bonzini
On 05/03/21 19:31, Sean Christopherson wrote: Clean up KVM's PV TLB flushing when running with EPT on Hyper-V, i.e. as a nested VMM. No real goal in mind other than the sole patch in v1, which is a minor change to avoid a future mixup when TDX also wants to define .remote_flush_tlb. Everything

Re: [PATCH v4 00/11] KVM: VMX: Clean up Hyper-V PV TLB flush

2021-03-05 Thread Sean Christopherson
I'm an idiot and Cc'd my old @intel.com address on everything. Apologies in advance for the inevitable bounces. :-/ On Fri, Mar 05, 2021, Sean Christopherson wrote: > Clean up KVM's PV TLB flushing when running with EPT on Hyper-V, i.e. as > a nested VMM. No real goal in mind other than the sole