Re: [Qemu-devel] [RFC v2 08/33] migration: new postcopy-pause state

2017-09-21 Thread Dr. David Alan Gilbert
* Peter Xu (pet...@redhat.com) wrote: > Introducing a new state "postcopy-paused", which can be used when the > postcopy migration is paused. It is targeted for postcopy network > failure recovery. > > Signed-off-by: Peter Xu > --- > migration/migration.c | 2 ++ > qapi-schema.json | 5

[Qemu-devel] [RFC v2 08/33] migration: new postcopy-pause state

2017-08-30 Thread Peter Xu
Introducing a new state "postcopy-paused", which can be used when the postcopy migration is paused. It is targeted for postcopy network failure recovery. Signed-off-by: Peter Xu --- migration/migration.c | 2 ++ qapi-schema.json | 5 - 2 files changed, 6 insertions(+), 1 deletion(-) di