From patchwork Thu Jan 31 07:12:17 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v3,3/5] Fix example for query-migrate-capabilities From: Orit Wasserman X-Patchwork-Id: 217105 Message-Id: <1359616339-11621-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 Date: Thu, 31 Jan 2013 09:12:17 +0200 Signed-off-by: Orit Wasserman Reviewed-by: Paolo Bonzini Reviewed-by: Eric Blake --- qmp-commands.hx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/qmp-commands.hx b/qmp-commands.hx index f90efe5..bbb21f3 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 {