Message ID | 20221101145426.251680-1-vkuznets@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features | expand |
On Tue, Nov 01, 2022, Vitaly Kuznetsov wrote: > Changes since v12 (Sean): > - Reviewed-by: tags added. > - PATCH13: added a comment explaining why 'hc->ingpa' doesn't need to be > translated when the hypercall is 'fast'. > - PATCH34: s,wraping,wrapping, in the blurb. > - PATCH36: added missing Signed-off-by: tag. > - "KVM: selftests: Stuff RAX/RCX with 'safe' values in vmmcall()/vmcall()" > patch added (and used later in the series). > - "KVM: selftests: Introduce rdmsr_from_l2() and use it for MSR-Bitmap > tests" patch added (and used later in the series). Note, this doesn't apply cleanly to kvm/queue for me, looks like there are superficial conflicts that make git unhappy with the vmx/evmcs.{ch} => vmx/hyperv.{ch}, though I might be missing a git am flag to help it deal with renames. Applies cleanly to e18d6152ff0f ("Merge tag 'kvm-riscv-6.1-1' of https://github.com/kvm-riscv/linux into HEAD") and then rebases to kvm/queue without needing human assistance.
Sean Christopherson <seanjc@google.com> writes: > On Tue, Nov 01, 2022, Vitaly Kuznetsov wrote: >> Changes since v12 (Sean): >> - Reviewed-by: tags added. >> - PATCH13: added a comment explaining why 'hc->ingpa' doesn't need to be >> translated when the hypercall is 'fast'. >> - PATCH34: s,wraping,wrapping, in the blurb. >> - PATCH36: added missing Signed-off-by: tag. >> - "KVM: selftests: Stuff RAX/RCX with 'safe' values in vmmcall()/vmcall()" >> patch added (and used later in the series). >> - "KVM: selftests: Introduce rdmsr_from_l2() and use it for MSR-Bitmap >> tests" patch added (and used later in the series). > > Note, this doesn't apply cleanly to kvm/queue for me, looks like there are superficial > conflicts that make git unhappy with the vmx/evmcs.{ch} => vmx/hyperv.{ch}, though I > might be missing a git am flag to help it deal with renames. Sorry, forgot to rebase. > > Applies cleanly to e18d6152ff0f ("Merge tag 'kvm-riscv-6.1-1' of > https://github.com/kvm-riscv/linux into HEAD") and then rebases to kvm/queue without > needing human assistance. The miracle of git :-)
On 11/1/22 17:29, Vitaly Kuznetsov wrote: >> Applies cleanly to e18d6152ff0f ("Merge tag 'kvm-riscv-6.1-1' of >> https://github.com/kvm-riscv/linux into HEAD") and then rebases to kvm/queue without >> needing human assistance. > The miracle of git
Paolo Bonzini <pbonzini@redhat.com> writes: > On 11/1/22 17:29, Vitaly Kuznetsov wrote: >>> Applies cleanly to e18d6152ff0f ("Merge tag 'kvm-riscv-6.1-1' of >>> https://github.com/kvm-riscv/linux into HEAD") and then rebases to kvm/queue without >>> needing human assistance. >> The miracle of git