Re: [PATCH 27/44] KVM: Drop kvm_arch_{init,exit}() hooks

2022-11-07 Thread Eric Farman
On Wed, 2022-11-02 at 23:18 +, Sean Christopherson wrote: > Drop kvm_arch_init() and kvm_arch_exit() now that all implementations > are nops. > > No functional change intended. > > Signed-off-by: Sean Christopherson > --- >  arch/arm64/kvm/arm.c    | 11 --- >  

Re: [PATCH 27/44] KVM: Drop kvm_arch_{init,exit}() hooks

2022-11-06 Thread Anup Patel
On Thu, Nov 3, 2022 at 4:50 AM Sean Christopherson wrote: > > Drop kvm_arch_init() and kvm_arch_exit() now that all implementations > are nops. > > No functional change intended. > > Signed-off-by: Sean Christopherson For KVM RISC-V: Acked-by: Anup Patel Thanks, Anup > --- >

Re: [PATCH 27/44] KVM: Drop kvm_arch_{init,exit}() hooks

2022-11-03 Thread Philippe Mathieu-Daudé
On 3/11/22 00:18, Sean Christopherson wrote: Drop kvm_arch_init() and kvm_arch_exit() now that all implementations are nops. No functional change intended. Signed-off-by: Sean Christopherson --- arch/arm64/kvm/arm.c| 11 --- arch/mips/kvm/mips.c| 10

[PATCH 27/44] KVM: Drop kvm_arch_{init,exit}() hooks

2022-11-02 Thread Sean Christopherson
Drop kvm_arch_init() and kvm_arch_exit() now that all implementations are nops. No functional change intended. Signed-off-by: Sean Christopherson --- arch/arm64/kvm/arm.c| 11 --- arch/mips/kvm/mips.c| 10 -- arch/powerpc/include/asm/kvm_host.h |