projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21e3cd2
)
Fix example for query-migrate-capabilities
author
Orit Wasserman
<owasserm@redhat.com>
Thu, 31 Jan 2013 07:12:17 +0000
(09:12 +0200)
committer
Juan Quintela
<quintela@redhat.com>
Fri, 1 Feb 2013 07:32:21 +0000
(08:32 +0100)
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>
qmp-commands.hx
patch
|
blob
|
history
diff --git
a/qmp-commands.hx
b/qmp-commands.hx
index f90efe590c929fe67573501512c5b74dd73fee5a..bbb21f3583b28639eaf46804cce225638a0760fa 100644
(file)
--- 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
{