[PATCH 20/44] KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()
Philippe Mathieu-Daudé
philmd at linaro.org
Thu Nov 3 00:10:57 PDT 2022
On 3/11/22 00:18, Sean Christopherson wrote:
> Invoke kvm_mips_emulation_init() directly from kvm_mips_init() instead
> of bouncing through kvm_init()=>kvm_arch_init(). Functionally, this is
> a glorified nop as invoking kvm_arch_init() is the very first action
> performed by kvm_init().
>
> Emptying kvm_arch_init() will allow dropping the hook entirely once all
> architecture implementations are nops.
>
> No functional change intended.
>
> Signed-off-by: Sean Christopherson <seanjc at google.com>
> ---
> arch/mips/kvm/mips.c | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd at linaro.org>
More information about the linux-riscv
mailing list