mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
During the lifecycle of a confidential VM, the guest may revoke previously shared pages via an attribute-intercept VM exit. When this happens, the host-side cache must be updated so that any subsequent access by the VMM triggers a fresh request for the guest to re-share the page. Signed-off-by: Muminul Islam <muislam@microsoft.com>