mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
In order to deny migration or snapshot when currently doing an on-demand restore it is necessary to track whether the prefaulting is completed. This is a proxy for on-demand restoring being completed as pages that have been restored by a userfaultfd request will excluded from the prefault set. Fixes: #8525 Signed-off-by: Rob Bradford <rbradford@meta.com>