]> Git Repo - qemu.git/commitdiff
qapi: Fix COLOStatus and query-colo-status since version
authorZhang Chen <[email protected]>
Mon, 22 Oct 2018 16:41:18 +0000 (00:41 +0800)
committerDr. David Alan Gilbert <[email protected]>
Wed, 31 Oct 2018 09:38:59 +0000 (09:38 +0000)
This structure and command have missed qemu version 3.0, so fix it to since version 3.1.

Signed-off-by: Zhang Chen <[email protected]>
Message-Id: <20181022164118[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Reviewed-by: Dr. David Alan Gilbert <[email protected]>
Signed-off-by: Dr. David Alan Gilbert <[email protected]>
qapi/migration.json

index 0928f4b72792a74b9ac385911a5ecd28f74dad00..38d4c41d88c82e08c7509ceee14e5ebb94046b7e 100644 (file)
 #
 # @reason: describes the reason for the COLO exit.
 #
-# Since: 3.0
+# Since: 3.1
 ##
 { 'struct': 'COLOStatus',
   'data': { 'mode': 'COLOMode', 'reason': 'COLOExitReason' } }
 # -> { "execute": "query-colo-status" }
 # <- { "return": { "mode": "primary", "active": true, "reason": "request" } }
 #
-# Since: 3.0
+# Since: 3.1
 ##
 { 'command': 'query-colo-status',
   'returns': 'COLOStatus' }
This page took 0.027183 seconds and 4 git commands to generate.