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

From: Eric Farman
Date: Mon Nov 07 2022 - 13:03:33 EST


On Wed, 2022-11-02 at 23:18 +0000, 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 intended.
>
> Signed-off-by: Sean Christopherson <seanjc@xxxxxxxxxx>
> ---
>  arch/s390/kvm/kvm-s390.c | 23 +++++++++++++----------
>  1 file changed, 13 insertions(+), 10 deletions(-)

Reviewed-by: Eric Farman <farman@xxxxxxxxxxxxx>