commit | 6eefd13ce59a5704f68cf04a0c2c44b7b4c40820 | [log] [tgz] |
---|---|---|
author | Fuad Tabba <tabba@google.com> | Fri Oct 14 09:46:06 2022 +0100 |
committer | Fuad Tabba <tabba@google.com> | Tue Dec 06 12:42:10 2022 +0000 |
tree | 10395b05d6455a9a5cd9e2a91c2ccf7950416d92 | |
parent | 5546a900afff92791bcf7dd1d8c8d7f7545ff38b [diff] |
pkvm: Enable exit hypercall capability if supported This hypercall allows the guest to communicate with the host via the new exit type. It will be used in future patches to communicate guest-triggered change of memory sharing status with the host/vmm (kvmtool). Signed-off-by: Fuad Tabba <tabba@google.com>