qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL 20/41] qmp: hmp: add migrate "resume" option


From: Eric Blake
Subject: Re: [Qemu-devel] [PULL 20/41] qmp: hmp: add migrate "resume" option
Date: Wed, 9 May 2018 07:57:09 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

On 05/09/2018 06:23 AM, Juan Quintela wrote:
From: Peter Xu <address@hidden>

It will be used when we want to resume one paused migration.

Reviewed-by: Dr. David Alan Gilbert <address@hidden>
Signed-off-by: Peter Xu <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Juan Quintela <address@hidden>
---
  hmp-commands.hx       | 7 ++++---
  hmp.c                 | 4 +++-
  migration/migration.c | 2 +-
  qapi/migration.json   | 5 ++++-
  4 files changed, 12 insertions(+), 6 deletions(-)


+++ b/qapi/migration.json
@@ -1031,6 +1031,8 @@
  # @detach: this argument exists only for compatibility reasons and
  #          is ignored by QEMU
  #
+# @resume: resume one paused migration, default "off". (since 2.12)
+#

This doesn't have to hold up the pull request (a followup patch is fine), but this should s/2.12/2.13/

--
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]