]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commitdiff
qapi-schema.json: fix RunState enums alphabetical order
authorLuiz Capitulino <lcapitulino@redhat.com>
Fri, 27 Apr 2012 16:16:41 +0000 (13:16 -0300)
committerLuiz Capitulino <lcapitulino@redhat.com>
Tue, 8 May 2012 17:29:33 +0000 (14:29 -0300)
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
qapi-schema.json

index 4279259bc171de5ca3ad738a1bb91dd58e1482d6..33f2f923a31318725c003af98387cee0a2e83bcc 100644 (file)
@@ -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
 #
 # @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