On 06/08/2015 02:44 AM, Markus Armbruster wrote:
> Commit 65207c5 accidentally dropped a line of code we need along with
> a comment that became wrong then.  This made QMP reject "id":
> 
>     {"execute": "system_reset", "id": "1"}
>     {"error": {"class": "GenericError", "desc": "QMP input object member 'id' 
> is unexpected"}}
> 
> Put the lost line right back, so QMP again accepts and returns "id",
> as promised by the ABI:
> 
>     {"execute": "system_reset", "id": "1"}
>     {"return": {}, "id": "1"}
> 
> Reported-by: Fabio Fantoni <fabio.fant...@m2r.biz>
> Signed-off-by: Markus Armbruster <arm...@redhat.com>
> Signed-off-by: Don Slutz <dsl...@verizon.com>
> Tested-by: Fabio Fantoni <fabio.fant...@m2r.biz>
> Signed-off-by: Wen Congyang <we...@cn.fujitsu.com>
> Signed-off-by: Pavel Fedin <p.fe...@samsung.com>
> Tested-by: Eric Blake <ebl...@redhat.com>
> Signed-off-by: Markus Armbruster <arm...@redhat.com>

Double S-o-b by Markus is odd.  But it's already landed in master, I'm
too late for fixing it :)

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to