Re: [PATCH v2 1/3] arm/kvm: convert to kvm_set_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 to the kvm_set_one_reg function. Reviewed-by: Gavin Shan Signed-off-by: Cornelia Huck --- target/arm/kvm.c | 13 +++-- target/arm/kvm64.c | 66 +- 2 files changed,

[PATCH v2 1/3] arm/kvm: convert to kvm_set_one_reg

2023-10-10 Thread Cornelia Huck
We can neaten the code by switching to the kvm_set_one_reg function. Reviewed-by: Gavin Shan Signed-off-by: Cornelia Huck --- target/arm/kvm.c | 13 +++-- target/arm/kvm64.c | 66 +- 2 files changed, 21 insertions(+), 58 deletions(-) diff