From patchwork Wed Jan 30 10:35:56 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/5] Fix example for query-migrate-capabilities Date: Wed, 30 Jan 2013 00:35:56 -0000 From: Orit Wasserman X-Patchwork-Id: 216842 Message-Id: <1359542158-30060-4-git-send-email-owasserm@redhat.com> To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com, quintela@redhat.com, lcapitulino@redhat.com, Orit Wasserman , pbonzini@redhat.com Signed-off-by: Orit Wasserman --- qmp-commands.hx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/qmp-commands.hx b/qmp-commands.hx index f58a841..ba43062 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 {