commit | 231b8dc85b925289a5b55e83e7a2048e746ac160 | [log] [tgz] |
---|---|---|
author | Quentin Perret <qperret@google.com> | Fri May 06 08:59:32 2022 +0000 |
committer | Quentin Perret <qperret@google.com> | Fri May 06 09:06:21 2022 +0000 |
tree | 68025d7f4799b4815a4b9037af91e01668f14c87 | |
parent | ab27107d256b1e6a899bdde4fc7f42f729f0d9d7 [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>