diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2021-01-27 09:28:49 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2021-02-08 14:43:55 +0100 |
commit | e7e7bdababeefff10736c6adf410c66d2f0d46fe (patch) | |
tree | 51083d40362f1a247b4aa24a92611d5d7f534a7d /.editorconfig | |
parent | 51909241d26fe6fe18a08def93ccc8273f61a8b3 (diff) |
target/i86: implement PKS
Protection Keys for Supervisor-mode pages is a simple extension of
the PKU feature that QEMU already implements. For supervisor-mode
pages, protection key restrictions come from a new MSR. The MSR
has no XSAVE state associated to it.
PKS is only respected in long mode. However, in principle it is
possible to set the MSR even outside long mode, and in fact
even the XSAVE state for PKRU could be set outside long mode
using XRSTOR. So do not limit the migration subsections for
PKRU and PKRS to long mode.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to '.editorconfig')
0 files changed, 0 insertions, 0 deletions