Vladimir Sementsov-Ogievskiy <vsement...@yandex-team.ru> wrote: > Hi all. > > The problem I want to solve is that guest-panicked state may be lost > when migration is failed (or cancelled) after source stop. > > Still, I try to go further and restore all possible paused states in the > same way. The key patch is the last one and others are refactoring and > preparation.
Hi I like and agree with the spirit of the series in general. But I think that we need to drop the "never fail in global_state_store()". We shouldn't kill a guest because we found a bug on migration. Later, Juan.