From: Zhang Chen Date: Sun, 3 Mar 2019 14:50:19 +0000 (+0800) Subject: qapi/migration.json: Remove a variable that doesn't exist in example X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b5922fc5891261153f1a0f20e814c620aabeb6ac;p=qemu.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 Reviewed-by: Eric Blake Message-Id: <20190303145021.2962-6-chen.zhang@intel.com> Signed-off-by: Dr. David Alan Gilbert --- diff --git a/qapi/migration.json b/qapi/migration.json index 6bd7fd3f1a..5684733754 100644 --- a/qapi/migration.json +++ b/qapi/migration.json @@ -1393,7 +1393,7 @@ # Example: # # -> { "execute": "query-colo-status" } -# <- { "return": { "mode": "primary", "active": true, "reason": "request" } } +# <- { "return": { "mode": "primary", "reason": "request" } } # # Since: 3.1 ##