]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: s390: clean up redundant 'kvm_run' parameters
authorTianjia Zhang <tianjia.zhang@linux.alibaba.com>
Tue, 23 Jun 2020 13:14:14 +0000 (21:14 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 10 Jul 2020 08:26:39 +0000 (04:26 -0400)
commitaf4996415e523446963df2b9f74b8c004a0585f7
tree44c71c3100974536907a7a38fde90946e23c7438
parente33402949f0e26be8f88fdfa5e9ac1545632afcb
KVM: s390: clean up redundant 'kvm_run' parameters

In the current kvm version, 'kvm_run' has been included in the 'kvm_vcpu'
structure. For historical reasons, many kvm-related function parameters
retain the 'kvm_run' and 'kvm_vcpu' parameters at the same time. This
patch does a unified cleanup of these remaining redundant parameters.

Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
Reviewed-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Message-Id: <20200623131418.31473-2-tianjia.zhang@linux.alibaba.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/s390/kvm/kvm-s390.c