Re: [PATCH V5 06/12] migration: preserve suspended for snapshot

2023-11-20 Thread Steven Sistare
On 11/20/2023 1:13 PM, Fabiano Rosas wrote: > Steve Sistare writes: > >> Restoring a snapshot can break a suspended guest. Snapshots suffer from >> the same suspended-state issues that affect live migration, plus they must >> handle an additional problematic scenario, which is that a running vm

Re: [PATCH V5 06/12] migration: preserve suspended for snapshot

2023-11-20 Thread Fabiano Rosas
Steve Sistare writes: > Restoring a snapshot can break a suspended guest. Snapshots suffer from > the same suspended-state issues that affect live migration, plus they must > handle an additional problematic scenario, which is that a running vm must > remain running if it loads a suspended snaps

[PATCH V5 06/12] migration: preserve suspended for snapshot

2023-11-13 Thread Steve Sistare
Restoring a snapshot can break a suspended guest. Snapshots suffer from the same suspended-state issues that affect live migration, plus they must handle an additional problematic scenario, which is that a running vm must remain running if it loads a suspended snapshot. To save, call vm_stop_forc