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

2019-09-23 Thread Paolo Bonzini
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 > --- > arch/x86/include/asm/kvm_host.h | 10 +- > arch/x86/kvm/cpuid.c

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

2019-09-20 Thread Andrea Arcangeli
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 --- arch/x86/include/asm/kvm_host.h | 10 +- arch/x86/kvm/cpuid.c| 22 +-- arch/x86/kvm/hyperv.c |