On Fri, Jul 28, 2017 at 10:57:12AM -0500, Eric Blake wrote: > On 07/28/2017 03:06 AM, Peter Xu wrote: > > It will be used when we want to resume one paused migration. > > > > Signed-off-by: Peter Xu <pet...@redhat.com> > > --- > > hmp-commands.hx | 7 ++++--- > > hmp.c | 4 +++- > > migration/migration.c | 2 +- > > qapi-schema.json | 5 ++++- > > 4 files changed, 12 insertions(+), 6 deletions(-) > > > > > +++ b/qapi-schema.json > > @@ -3208,6 +3208,8 @@ > > # @detach: this argument exists only for compatibility reasons and > > # is ignored by QEMU > > # > > +# @resume: resume one paused migration > > Mention default false, and that it is since 2.11.
Will fix. Thanks, -- Peter Xu