commit | d5251a73ea0bf9d34d7093e6a12dba76fe4624bd | [log] [tgz] |
---|---|---|
author | Fuad Tabba <tabba@google.com> | Thu Oct 13 15:56:21 2022 +0100 |
committer | Fuad Tabba <tabba@google.com> | Wed Jan 18 14:05:01 2023 +0000 |
tree | 900b5b7d88a203d5245d52e774d8751eee7575cd | |
parent | 2368c0ba3e3eba88736894dd502e33c3a3ced2f3 [diff] |
pkvm: Unmap all guest private memory after initialization In pkvm, assume that all guest memory is private and unmap it by default unless explicitly marked as shared. If it's going to be shared in the future, the host can remap it. Signed-off-by: Fuad Tabba <tabba@google.com>