Skip to content

Commit cbcf14d

Browse files
author
Marc Zyngier
committed
KVM: arm64: vgic-v3: Make the userspace accessors use sysreg API
The vgic-v3 sysreg accessors have been ignored as the rest of the sysreg internal API was evolving, and are stuck with the .access method (which is normally reserved to the guest's own access) for the userspace accesses (which should use the .set/.get_user() methods). Catch up with the program and repaint all the accessors so that they fit into the normal userspace model, and plug the result into the helpers that have been introduced earlier. Reviewed-by: Reiji Watanabe <[email protected]> Signed-off-by: Marc Zyngier <[email protected]>
1 parent db25081 commit cbcf14d

File tree

1 file changed

+257
-197
lines changed

1 file changed

+257
-197
lines changed

0 commit comments

Comments
 (0)