diff options
author | Dr. David Alan Gilbert | 2015-11-12 12:34:44 +0100 |
---|---|---|
committer | Juan Quintela | 2015-11-12 17:54:39 +0100 |
commit | a54d340b9d0902fa73ff9e5541974b9b51fb1d45 (patch) | |
tree | effd2038818c72ba24aa8bef135aa663b7e69a7f /hmp-commands.hx | |
parent | Postcopy: Fix TP!=HP zero case (diff) | |
download | qemu-a54d340b9d0902fa73ff9e5541974b9b51fb1d45.tar.gz qemu-a54d340b9d0902fa73ff9e5541974b9b51fb1d45.tar.xz qemu-a54d340b9d0902fa73ff9e5541974b9b51fb1d45.zip |
migrate-start-postcopy: Improve text
Improve the text in both the qapi-schema and hmp help to point out
you need to set the postcopy-ram capability prior to issuing
migrate-start-postcopy.
Also fix the text of the migrate_start_postcopy error that
deals with capabilities.
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Acked-by: Jason J. Herne <jjherne@linux.vnet.ibm.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'hmp-commands.hx')
-rw-r--r-- | hmp-commands.hx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx index f3de407647..bb52e4d3bd 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -1025,7 +1025,9 @@ ETEXI .name = "migrate_start_postcopy", .args_type = "", .params = "", - .help = "Switch migration to postcopy mode", + .help = "Followup to a migration command to switch the migration" + " to postcopy mode. The x-postcopy-ram capability must " + "be set before the original migration command.", .mhandler.cmd = hmp_migrate_start_postcopy, }, |