From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55632) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwVyx-0004pv-5Q for qemu-devel@nongnu.org; Wed, 11 Nov 2015 09:02:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZwVyv-0001Tf-0X for qemu-devel@nongnu.org; Wed, 11 Nov 2015 09:02:39 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59243) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwVyu-0001Ta-S4 for qemu-devel@nongnu.org; Wed, 11 Nov 2015 09:02:36 -0500 From: "Dr. David Alan Gilbert (git)" Date: Wed, 11 Nov 2015 14:02:29 +0000 Message-Id: <1447250549-10291-4-git-send-email-dgilbert@redhat.com> In-Reply-To: <1447250549-10291-1-git-send-email-dgilbert@redhat.com> References: <1447250549-10291-1-git-send-email-dgilbert@redhat.com> Subject: [Qemu-devel] [PATCH 3/3] migrate-start-postcopy: Improve text List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, quintela@redhat.com, amit.shah@redhat.com Cc: bharata@linux.vnet.ibm.com From: "Dr. David Alan Gilbert" 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. Signed-off-by: Dr. David Alan Gilbert --- hmp-commands.hx | 4 +++- qapi-schema.json | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/hmp-commands.hx b/hmp-commands.hx index 8939b98..3316ee3 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -1011,7 +1011,9 @@ ETEXI .name = "migrate_start_postcopy", .args_type = "", .params = "", - .help = "Switch migration to postcopy mode", + .help = "Switch current migration to postcopy mode; " + "the x-postcopy-ram capability must be set before" + " issuing this command.", .mhandler.cmd = hmp_migrate_start_postcopy, }, diff --git a/qapi-schema.json b/qapi-schema.json index 8c3a42a..2d1845a 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -706,7 +706,8 @@ ## # @migrate-start-postcopy # -# Switch migration to postcopy mode +# Switch current migration to postcopy mode; the x-postcopy-ram capability +# must be set before issuing this command. # # Since: 2.5 { 'command': 'migrate-start-postcopy' } -- 2.5.0