Pavel Dovgalyuk <[email protected]> writes:
> From: Pavel Dovgalyuk <[email protected]> > > Non-empty record/replay queue prevents saving and loading the VM state, > because it includes pending bottom halves and block coroutines. > But when the new VM state is loaded, we don't have to preserve the consistency > of the current state anymore. Therefore this patch just flushes the queue > allowing the coroutines to finish and removes checking for empty rr queue > for load_snapshot function. > > Signed-off-by: Pavel Dovgalyuk <[email protected]> Reviewed-by: Alex Bennée <[email protected]> -- Alex Bennée
