More cleanups of the code related to Hyper-V's range-based TLB flushing. David's series got most of the names, but there are a few more that can be converted (patch 1). On top of that, having Hyper-V fill its struct provides a decent improvement to code generation, and IMO yields a better API (patch 2). Sean Christopherson (2): KVM: x86: Rename Hyper-V remote TLB hooks to match established scheme KVM: x86/mmu: Move filling of Hyper-V's TLB range struct into Hyper-V code arch/x86/include/asm/kvm-x86-ops.h | 4 ++-- arch/x86/include/asm/kvm_host.h | 15 +++++--------- arch/x86/kvm/kvm_onhyperv.c | 33 ++++++++++++++++++++++-------- arch/x86/kvm/kvm_onhyperv.h | 5 ++--- arch/x86/kvm/mmu/mmu.c | 18 +++++++--------- arch/x86/kvm/svm/svm_onhyperv.h | 5 ++--- arch/x86/kvm/vmx/vmx.c | 5 ++--- 7 files changed, 44 insertions(+), 41 deletions(-) base-commit: 50f13998451effea5c5fdc70fe576f8b435d6224 -- 2.40.0.348.gf938b09366-goog