From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57178) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SROQo-0001C9-KV for qemu-devel@nongnu.org; Mon, 07 May 2012 09:57:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SROQm-0004qo-I9 for qemu-devel@nongnu.org; Mon, 07 May 2012 09:56:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:23684) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SROQm-0004qT-AI for qemu-devel@nongnu.org; Mon, 07 May 2012 09:56:52 -0400 From: Luiz Capitulino Date: Mon, 7 May 2012 10:56:53 -0300 Message-Id: <1336399015-11269-3-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1336399015-11269-1-git-send-email-lcapitulino@redhat.com> References: <1336399015-11269-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH 2/4] qapi-schema.json: fix RunState enums alphabetical order List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: armbru@redhat.com, kraxel@redhat.com, mdroth@linux.vnet.ibm.com Signed-off-by: Luiz Capitulino --- qapi-schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qapi-schema.json b/qapi-schema.json index 9193fb9..0166ec2 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -92,6 +92,8 @@ # # @debug: QEMU is running on a debugger # +# @finish-migrate: guest is paused to finish the migration process +# # @inmigrate: guest is paused waiting for an incoming migration # # @internal-error: An internal error that prevents further guest execution @@ -106,8 +108,6 @@ # # @prelaunch: QEMU was started with -S and guest has not started # -# @finish-migrate: guest is paused to finish the migration process -# # @restore-vm: guest is paused to restore VM state # # @running: guest is actively running -- 1.7.9.2.384.g4a92a