Re: [PATCH v6 5/5] KVM: MIPS: clean up redundant kvm_run parameters in assembly

From: Tianjia Zhang
Date: Thu Aug 27 2020 - 08:54:07 EST


Hi, Paolo


Do you need any other comments on this patch?


Thanks,

Tianjia


On 7/16/20 10:10 AM, Jiaxun Yang wrote:


在 2020/6/23 21:14, Tianjia Zhang 写道:
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@xxxxxxxxxxxxxxxxx>
Reviewed-by: Huacai Chen <chenhc@xxxxxxxxxx>

Tested-by: Jiaxun Yang <jiaxun.yang@xxxxxxxxxxx>

Can confirm it works on Loongson-3A4000.

Thanks!

---