Re: [PATCH 3/5] KVM: s390: Use kvm_get_vcpu() instead of open-coded access

2021-11-08 Thread Claudio Imbrenda
On Fri, 5 Nov 2021 19:20:59 + Marc Zyngier wrote: > As we are about to change the way vcpus are allocated, mandate > the use of kvm_get_vcpu() instead of open-coding the access. > > Signed-off-by: Marc Zyngier makes sense Reviewed-by: Claudio Imbrenda > --- > arch/s390/kvm/kvm-s390.c

[PATCH 3/5] KVM: s390: Use kvm_get_vcpu() instead of open-coded access

2021-11-05 Thread Marc Zyngier
As we are about to change the way vcpus are allocated, mandate the use of kvm_get_vcpu() instead of open-coding the access. Signed-off-by: Marc Zyngier --- arch/s390/kvm/kvm-s390.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/arch/s390/kvm/kvm-s390.c b/arch/s390/kv