summaryrefslogtreecommitdiff
path: root/qmp-commands.hx
diff options
context:
space:
mode:
authorOrit Wasserman <owasserm@redhat.com>2013-01-31 09:12:17 +0200
committerJuan Quintela <quintela@redhat.com>2013-02-01 08:32:21 +0100
commitdbca1b3773185af0413e750f26d04b0110cff107 (patch)
tree1c39bd8bebfa65da232794487449461d069a1b67 /qmp-commands.hx
parent21e3cd295b52b3ac1528262b8639f2e896cd9467 (diff)
downloadqemu-dbca1b3773185af0413e750f26d04b0110cff107.tar.gz
Fix example for query-migrate-capabilities
Signed-off-by: Orit Wasserman <owasserm@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'qmp-commands.hx')
-rw-r--r--qmp-commands.hx6
1 files changed, 2 insertions, 4 deletions
diff --git a/qmp-commands.hx b/qmp-commands.hx
index f90efe590c..bbb21f3583 100644
--- a/qmp-commands.hx
+++ b/qmp-commands.hx
@@ -2601,10 +2601,8 @@ Arguments:
Example:
-> { "execute": "query-migrate-capabilities" }
-<- { "return": {
- "capabilities" : [ { "capability" : "xbzrle", "state" : false } ]
- }
- }
+<- { "return": [ { "state": false, "capability": "xbzrle" } ] }
+
EQMP
{