commit | 98514b3cd19f98e836dad654a029f3e6112152b8 | [log] [tgz] |
---|---|---|
author | Vincent Donnefort <vdonnefort@google.com> | Wed Aug 16 14:18:26 2023 +0100 |
committer | Vincent Donnefort <vdonnefort@google.com> | Fri Nov 24 11:07:01 2023 +0000 |
tree | a998134a659a29904b93064d6c38ac2972544c30 | |
parent | 9714b970f232d1209c11361b748aa97b6226ad39 [diff] |
KVM: arm64: Add a MMIO flag for pKVM page state Introduce a new pKVM meta-state for mappings with the MMIO guard annotation. Using a bit for that meta-state allow to distinguish between unmapped and unmapped+annotation states while making it easy to write a filter for the guest mem transition walker. Signed-off-by: Vincent Donnefort <vdonnefort@google.com>