KVM: RISC-V: Use kvm_vcpu.srcu_idx, drop RISC-V's unnecessary copy
authorSean Christopherson <seanjc@google.com>
Fri, 15 Apr 2022 00:43:42 +0000 (00:43 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 21 Apr 2022 17:16:10 +0000 (13:16 -0400)
commitfdd6f6ac2e489b9b256cd05a880d13bfdbac7c2e
tree764c379c6ec7bd8c289bed29399649250bb8c496
parent2d08935682ac5f6bfb70f7e6844ec27d4a245fa4
KVM: RISC-V: Use kvm_vcpu.srcu_idx, drop RISC-V's unnecessary copy

Use the generic kvm_vcpu's srcu_idx instead of using an indentical field
in RISC-V's version of kvm_vcpu_arch.  Generic KVM very intentionally
does not touch vcpu->srcu_idx, i.e. there's zero chance of running afoul
of common code.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20220415004343.2203171-3-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/riscv/include/asm/kvm_host.h
arch/riscv/kvm/vcpu.c
arch/riscv/kvm/vcpu_exit.c