mirror of https://github.com/xemu-project/xemu.git
qapi/migration.json: Remove a variable that doesn't exist in example
Remove the "active" variable in example for query-colo-status.
It is a doc bug from commit f56c0065
Signed-off-by: Zhang Chen <chen.zhang@intel.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20190303145021.2962-6-chen.zhang@intel.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
This commit is contained in:
parent
db00972922
commit
b5922fc589
|
@ -1393,7 +1393,7 @@
|
||||||
# Example:
|
# Example:
|
||||||
#
|
#
|
||||||
# -> { "execute": "query-colo-status" }
|
# -> { "execute": "query-colo-status" }
|
||||||
# <- { "return": { "mode": "primary", "active": true, "reason": "request" } }
|
# <- { "return": { "mode": "primary", "reason": "request" } }
|
||||||
#
|
#
|
||||||
# Since: 3.1
|
# Since: 3.1
|
||||||
##
|
##
|
||||||
|
|
Loading…
Reference in New Issue