commit | 7028ac8d174f28220f0e2de0cb3346cd3c31976d | [log] [tgz] |
---|---|---|
author | Jordan Niethe <jniethe5@gmail.com> | Thu Sep 14 13:05:53 2023 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Thu Sep 14 22:04:24 2023 +1000 |
tree | 962ab169e75cf5ff25b42e23bb8ca5d92131cd6f | |
parent | 2a64bc673133346a7a3bd163f2e6048bd1788727 [diff] |
KVM: PPC: Use accessors for VCPU registers Introduce accessor generator macros for VCPU registers. Use the accessor functions to replace direct accesses to this registers. 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-5-jniethe5@gmail.com