Re: [Qemu-devel] [PATCH v4 5/7] migrate: HMP migate_continue

2017-10-23 Thread Juan Quintela
"Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > HMP equivalent to the just added migrate-continue > Unpause a migrate paused at a given state. > > Signed-off-by: Dr. David Alan Gilbert > Reviewed-by: Peter Xu Reviewed-by: Juan Quintela

[Qemu-devel] [PATCH v4 5/7] migrate: HMP migate_continue

2017-10-20 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" HMP equivalent to the just added migrate-continue Unpause a migrate paused at a given state. Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Peter Xu --- hmp-commands.hx | 12 hmp.c | 13 + hmp.h | 1 + 3 files ch