Message ID | 20221021153521.1216911-1-vkuznets@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features | expand |
On Fri, Oct 21, 2022, Vitaly Kuznetsov wrote: > KVM: selftests: evmcs_test: Introduce L2 TLB flush test > KVM: selftests: hyperv_svm_test: Introduce L2 TLB flush test Except for these two (patches 44 and 45), Reviewed-by: Sean Christopherson <seanjc@google.com>
On Wed, Oct 26, 2022, Sean Christopherson wrote: > On Fri, Oct 21, 2022, Vitaly Kuznetsov wrote: > > KVM: selftests: evmcs_test: Introduce L2 TLB flush test > > KVM: selftests: hyperv_svm_test: Introduce L2 TLB flush test > > Except for these two (patches 44 and 45), > > Reviewed-by: Sean Christopherson <seanjc@google.com> Actually, easiest thing is probably for Paolo to queue everything through 43 (with a comment in patch 13 about the GPA translation), and then you can send a new version containing only the stragglers.
Sean Christopherson <seanjc@google.com> writes: > On Wed, Oct 26, 2022, Sean Christopherson wrote: >> On Fri, Oct 21, 2022, Vitaly Kuznetsov wrote: >> > KVM: selftests: evmcs_test: Introduce L2 TLB flush test >> > KVM: selftests: hyperv_svm_test: Introduce L2 TLB flush test >> >> Except for these two (patches 44 and 45), >> >> Reviewed-by: Sean Christopherson <seanjc@google.com> Thanks! I'll take a look at 44/45 shortly. > > Actually, easiest thing is probably for Paolo to queue everything through 43 > (with a comment in patch 13 about the GPA translation), and then you can send a > new version containing only the stragglers. Paolo, do you want to follow this path or do you expect the full 'v13' from me?
Vitaly Kuznetsov <vkuznets@redhat.com> writes: > > Paolo, > > do you want to follow this path or do you expect the full 'v13' from me? v13 it is :-) I've added all the tags and addressed the remaining feedback (a typo fixed + a comment added).