Commit 4281fc4
committed
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>1 parent fec9546 commit 4281fc4
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2750 | 2750 | | |
2751 | 2751 | | |
2752 | 2752 | | |
2753 | | - | |
2754 | | - | |
2755 | | - | |
2756 | | - | |
| 2753 | + | |
| 2754 | + | |
2757 | 2755 | | |
2758 | 2756 | | |
2759 | 2757 | | |
| |||
0 commit comments