From a54d340b9d0902fa73ff9e5541974b9b51fb1d45 Mon Sep 17 00:00:00 2001 From: Dr. David Alan Gilbert Date: Thu, 12 Nov 2015 11:34:44 +0000 Subject: 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 Reviewed-by: Juan Quintela Acked-by: Jason J. Herne Reviewed-by: Eric Blake Signed-off-by: Juan Quintela --- qapi-schema.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'qapi-schema.json') diff --git a/qapi-schema.json b/qapi-schema.json index c3f95ab170..a1514cac67 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -706,7 +706,9 @@ ## # @migrate-start-postcopy # -# Switch migration to postcopy mode +# 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. # # Since: 2.5 { 'command': 'migrate-start-postcopy' } -- cgit v1.2.3-55-g7522