Re: [Qemu-devel] [PATCH v3 4/7] migration: migrate-continue

2017-10-19 Thread Dr. David Alan Gilbert
* Jiri Denemark (jdene...@redhat.com) wrote: > On Wed, Oct 18, 2017 at 18:40:10 +0100, Dr. David Alan Gilbert (git) wrote: > > From: "Dr. David Alan Gilbert" > > > > A new qmp command allows the caller to continue from a given > > paused state. > > > > Signed-off-by: Dr. David Alan Gilbert > ..

Re: [Qemu-devel] [PATCH v3 4/7] migration: migrate-continue

2017-10-19 Thread Jiri Denemark
On Wed, Oct 18, 2017 at 18:40:10 +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > A new qmp command allows the caller to continue from a given > paused state. > > Signed-off-by: Dr. David Alan Gilbert ... > diff --git a/qapi/migration.json b/qapi/migration.json >

Re: [Qemu-devel] [PATCH v3 4/7] migration: migrate-continue

2017-10-18 Thread Peter Xu
On Wed, Oct 18, 2017 at 06:40:10PM +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > A new qmp command allows the caller to continue from a given > paused state. > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Peter Xu -- Peter Xu

[Qemu-devel] [PATCH v3 4/7] migration: migrate-continue

2017-10-18 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" A new qmp command allows the caller to continue from a given paused state. Signed-off-by: Dr. David Alan Gilbert --- migration/migration.c | 11 +++ qapi/migration.json | 17 + 2 files changed, 28 insertions(+) diff --git a/migration/mi