Re: [PATCH for-8.2 1/2] arm/kvm: convert to kvm_set_one_reg

2023-07-24 Thread Cornelia Huck
On Mon, Jul 24 2023, Gavin Shan wrote: > Hi Connie, > > On 7/18/23 21:14, Cornelia Huck wrote: >> We can neaten the code by switching to the kvm_set_one_reg function. >> >> Signed-off-by: Cornelia Huck >> --- >> target/arm/kvm.c | 13 +++-- >> target/arm/kvm64.c | 66 +-

Re: [PATCH for-8.2 1/2] arm/kvm: convert to kvm_set_one_reg

2023-07-23 Thread Gavin Shan
Hi Connie, On 7/18/23 21:14, Cornelia Huck wrote: We can neaten the code by switching to the kvm_set_one_reg function. Signed-off-by: Cornelia Huck --- target/arm/kvm.c | 13 +++-- target/arm/kvm64.c | 66 +- 2 files changed, 21 insertions(

[PATCH for-8.2 1/2] arm/kvm: convert to kvm_set_one_reg

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