You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KVM: arm64: Restore S1PIE register visibility to userspace
Upstream Status: RHEL only
JIRA: https://issues.redhat.com/browse/RHEL-89567
Commit 7e64e0b ("[PATCH v2 3/3] KVM: arm64: Hide S1PIE registers from userspace")
broke the migration because it suddently hides PIRE0_EL1 and PIR_EL1
registers from userspace. Let's remove the visibility callback setting
to restore the previous behavior. We don't do a full revert to minimize
conflicts as kvm_has_s1pie is used in many places and the trap setup
plus el2 visibility changes are still sensible from guest point of view.
Signed-off-by: Eric Auger <eric.auger@redhat.com>
0 commit comments