Re: [PATCH v2 2/3] arm/kvm: convert to kvm_get_one_reg

2023-10-10 Thread Philippe Mathieu-Daudé
On 10/10/23 16:24, Cornelia Huck wrote: We can neaten the code by switching the callers that work on a CPUstate to the kvm_get_one_reg function. Reviewed-by: Gavin Shan Signed-off-by: Cornelia Huck --- target/arm/kvm.c | 15 +++- target/arm/kvm64.c | 57 ---

[PATCH v2 2/3] arm/kvm: convert to kvm_get_one_reg

2023-10-10 Thread Cornelia Huck
We can neaten the code by switching the callers that work on a CPUstate to the kvm_get_one_reg function. Reviewed-by: Gavin Shan Signed-off-by: Cornelia Huck --- target/arm/kvm.c | 15 +++- target/arm/kvm64.c | 57 -- 2 files changed, 18 ins