Skip to content
Commit defe21f4 authored by Marc Zyngier's avatar Marc Zyngier
Browse files

KVM: arm64: Move PC rollback on SError to HYP



Instead of handling the "PC rollback on SError during HVC" at EL1 (which
requires disclosing PC to a potentially untrusted kernel), let's move
this fixup to ... fixup_guest_exit(), which is where we do all fixups.

Isn't that neat?

Signed-off-by: default avatarMarc Zyngier <maz@kernel.org>
parent cdb5e02e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment