Re: [PATCH] KVM: MIPS: Make kvm_mips_callbacks const

From: Philippe Mathieu-Daudé
Date: Sun Feb 26 2023 - 17:06:24 EST


On 24/2/23 20:28, Sean Christopherson wrote:
Make kvm_mips_callbacks fully const as it's now hardcoded to point at
kvm_vz_callbacks, the only remaining the set of callbacks.

Link: https://lore.kernel.org/all/beb697c2-dfad-780e-4638-76b229f28731@xxxxxxxxxx
Suggested-by: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>
Signed-off-by: Sean Christopherson <seanjc@xxxxxxxxxx>
---
arch/mips/include/asm/kvm_host.h | 2 +-
arch/mips/kvm/vz.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>

Thanks!