KVM: PPC: Always use the GPR accessors
authorJordan Niethe <jniethe5@gmail.com>
Thu, 14 Sep 2023 03:05:50 +0000 (13:05 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 14 Sep 2023 12:04:23 +0000 (22:04 +1000)
commit0e85b7df9cb0c65f840109159ef6754c783e07a0
tree969a2b43edd69651c660eba0cd1a8d804cc87739
parent0bb80ecc33a8fb5a682236443c1e740d5c917d1d
KVM: PPC: Always use the GPR accessors

Always use the GPR accessor functions. This will be important later for
Nested APIv2 support which requires additional functionality for
accessing and modifying VCPU state.

Signed-off-by: Jordan Niethe <jniethe5@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230914030600.16993-2-jniethe5@gmail.com
arch/powerpc/kvm/book3s_64_vio.c
arch/powerpc/kvm/book3s_hv.c
arch/powerpc/kvm/book3s_hv_builtin.c
arch/powerpc/kvm/book3s_hv_rm_mmu.c
arch/powerpc/kvm/book3s_hv_rm_xics.c
arch/powerpc/kvm/book3s_xive.c