mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
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
1 changed files with 1 additions and 1 deletions
|
@ -1393,7 +1393,7 @@
|
|||
# Example:
|
||||
#
|
||||
# -> { "execute": "query-colo-status" }
|
||||
# <- { "return": { "mode": "primary", "active": true, "reason": "request" } }
|
||||
# <- { "return": { "mode": "primary", "reason": "request" } }
|
||||
#
|
||||
# Since: 3.1
|
||||
##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue