Re: [PATCH 10/17] KVM: monolithic: x86: use the external functions instead of kvm_x86_ops

From: Paolo Bonzini
Date: Mon Sep 23 2019 - 06:02:55 EST


On 20/09/19 23:25, Andrea Arcangeli wrote:
> Now that the new methods are plugged in and they are functional use
> them instead of invoking the pointer to functions through kvm_x86_ops.
>
> Signed-off-by: Andrea Arcangeli <aarcange@xxxxxxxxxx>
> ---
> arch/x86/include/asm/kvm_host.h | 10 +-
> arch/x86/kvm/cpuid.c | 22 +--
> arch/x86/kvm/hyperv.c | 6 +-
> arch/x86/kvm/kvm_cache_regs.h | 10 +-
> arch/x86/kvm/lapic.c | 28 +--
> arch/x86/kvm/mmu.c | 26 +--
> arch/x86/kvm/mmu.h | 4 +-
> arch/x86/kvm/pmu.c | 24 +--
> arch/x86/kvm/pmu.h | 2 +-
> arch/x86/kvm/trace.h | 4 +-
> arch/x86/kvm/vmx/pmu_intel.c | 2 +-
> arch/x86/kvm/x86.c | 304 ++++++++++++++++----------------
> arch/x86/kvm/x86.h | 2 +-

Let's make the prefix kvm_x86_ instead of kvm_x86_ops_.

Paolo