[PATCH v4 4/7] KVM: PPC: clean up redundant 'kvm_run' parameters
Paul Mackerras
paulus at ozlabs.org
Tue May 26 15:49:50 AEST 2020
On Mon, Apr 27, 2020 at 12:35:11PM +0800, Tianjia Zhang wrote:
> 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 at linux.alibaba.com>
This looks OK, though possibly a little larger than it needs to be
because of variable name changes (kvm_run -> run) that aren't strictly
necessary.
Reviewed-by: Paul Mackerras <paulus at ozlabs.org>
More information about the Linuxppc-dev
mailing list