[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <38f723ba-9746-d550-c86f-61807a6f17eb@redhat.com>
Date: Mon, 23 Sep 2019 12:02:50 +0200
From: Paolo Bonzini <pbonzini@...hat.com>
To: Andrea Arcangeli <aarcange@...hat.com>
Cc: Vitaly Kuznetsov <vkuznets@...hat.com>,
"Dr. David Alan Gilbert" <dgilbert@...hat.com>,
Marcelo Tosatti <mtosatti@...hat.com>,
Peter Xu <peterx@...hat.com>, kvm@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 10/17] KVM: monolithic: x86: use the external functions
instead of kvm_x86_ops
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@...hat.com>
> ---
> 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
Powered by blists - more mailing lists