在 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 <[email protected]> Reviewed-by: Huacai Chen <[email protected]>
Tested-by: Jiaxun Yang <[email protected]> Can confirm it works on Loongson-3A4000. Thanks!
---
-- - Jiaxun

