Re: [Qemu-devel] [PATCH v6 26/28] hmp/migration: add migrate_recover command

2018-02-13 Thread Peter Xu
On Tue, Feb 13, 2018 at 07:45:09PM +, Dr. David Alan Gilbert wrote: > * Peter Xu (pet...@redhat.com) wrote: > > Sister command to migrate-recover in QMP. > > > > Signed-off-by: Peter Xu > > Yes, useful for testing, although we don't have any OOB equivalent yet, > something I need to look at.

Re: [Qemu-devel] [PATCH v6 26/28] hmp/migration: add migrate_recover command

2018-02-13 Thread Dr. David Alan Gilbert
* Peter Xu (pet...@redhat.com) wrote: > Sister command to migrate-recover in QMP. > > Signed-off-by: Peter Xu Yes, useful for testing, although we don't have any OOB equivalent yet, something I need to look at. Reviewed-by: Dr. David Alan Gilbert > --- > hmp-commands.hx | 13 + >

[Qemu-devel] [PATCH v6 26/28] hmp/migration: add migrate_recover command

2018-02-08 Thread Peter Xu
Sister command to migrate-recover in QMP. Signed-off-by: Peter Xu --- hmp-commands.hx | 13 + hmp.c | 10 ++ hmp.h | 1 + 3 files changed, 24 insertions(+) diff --git a/hmp-commands.hx b/hmp-commands.hx index 28ed5a7a13..7563f3eaa0 100644 --- a/hmp-comma