Re: [PATCH 2/5] KVM: mips: Use kvm_get_vcpu() instead of open-coded access
From: Philippe Mathieu-Daudé <hidden>
Date: 2021-11-06 15:57:09
Also in:
kvm, kvmarm, linuxppc-dev
From: Philippe Mathieu-Daudé <hidden>
Date: 2021-11-06 15:57:09
Also in:
kvm, kvmarm, linuxppc-dev
On Fri, Nov 5, 2021 at 9:14 PM Marc Zyngier [off-list ref] 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 <maz@kernel.org> --- arch/mips/kvm/loongson_ipi.c | 4 ++-- arch/mips/kvm/mips.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <redacted>