Re: [PATCH 06/44] KVM: s390: Move hardware setup/unsetup to init/exit

2022-11-10 Thread Eric Farman
On Wed, 2022-11-02 at 23:18 +, Sean Christopherson wrote: > Now that kvm_arch_hardware_setup() is called immediately after > kvm_arch_init(), fold the guts of kvm_arch_hardware_(un)setup() into > kvm_arch_{init,exit}() as a step towards dropping one of the hooks. > > No functional change inten

[PATCH 06/44] KVM: s390: Move hardware setup/unsetup to init/exit

2022-11-02 Thread Sean Christopherson
Now that kvm_arch_hardware_setup() is called immediately after kvm_arch_init(), fold the guts of kvm_arch_hardware_(un)setup() into kvm_arch_{init,exit}() as a step towards dropping one of the hooks. No functional change intended. Signed-off-by: Sean Christopherson --- arch/s390/kvm/kvm-s390.c