commit | 6f1c31ed282f10e5974214c838b870108eded1c9 | [log] [tgz] |
---|---|---|
author | Quentin Perret <qperret@google.com> | Fri May 06 08:59:32 2022 +0000 |
committer | Will Deacon <willdeacon@google.com> | Thu Sep 26 16:11:14 2024 +0100 |
tree | a232298d88e9ef35dee5ddf05740cefcb62c4f4a | |
parent | 1513bbfe99843555ba2daf5f286cfb4aa695cf4c [diff] |
KVM: arm64: Disallow dirty logging and RO memslots with pKVM The current implementation of pKVM doesn't support dirty logging or read-only memslots. Although support for these features is desirable, this will require future work, so let's cleanly report the limitations to userspace by failing the ioctls until then. Signed-off-by: Quentin Perret <qperret@google.com>