| commit | 81fa7b3372f1aaf0a9e38d4390e7965eba833f17 | [log] [tgz] |
|---|---|---|
| author | Fuad Tabba <tabba@google.com> | Thu Oct 13 15:56:21 2022 +0100 |
| committer | Fuad Tabba <tabba@google.com> | Thu Dec 01 10:34:04 2022 +0000 |
| tree | 71fae9ae4658f0dae58846d5deabf52275e54ea0 | |
| parent | da7dc3eb635fb13446f2037d2ca66f627787bbf7 [diff] |
pkvm: Unmap all guest memory after initialization In pkvm, assume that all guest memory is private and unmap it by default. If it's shared and needed, the host can map it later. Signed-off-by: Fuad Tabba <tabba@google.com>