All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Blake <eblake@redhat.com>
To: Markus Armbruster <armbru@redhat.com>, qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, fabio.fantoni@m2r.biz,
	p.fedin@samsung.com, dslutz@verizon.com
Subject: Re: [Qemu-devel] [PATCH 1/1] monitor: Fix QMP ABI breakage around "id"
Date: Mon, 08 Jun 2015 08:28:40 -0600	[thread overview]
Message-ID: <5575A698.9000403@redhat.com> (raw)
In-Reply-To: <1433753070-12632-2-git-send-email-armbru@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 1156 bytes --]

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.fantoni@m2r.biz>
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> Signed-off-by: Don Slutz <dslutz@verizon.com>
> Tested-by: Fabio Fantoni <fabio.fantoni@m2r.biz>
> Signed-off-by: Wen Congyang <wency@cn.fujitsu.com>
> Signed-off-by: Pavel Fedin <p.fedin@samsung.com>
> Tested-by: Eric Blake <eblake@redhat.com>
> Signed-off-by: Markus Armbruster <armbru@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 #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]

      parent reply	other threads:[~2015-06-08 14:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-08  8:44 [Qemu-devel] [PATCH 0/1] monitor: Fix QMP ABI breakage around "id" Markus Armbruster
2015-06-08  8:44 ` [Qemu-devel] [PATCH 1/1] " Markus Armbruster
2015-06-08  9:04   ` Peter Maydell
2015-06-08 12:29     ` Peter Maydell
2015-06-08 14:28   ` Eric Blake [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5575A698.9000403@redhat.com \
    --to=eblake@redhat.com \
    --cc=armbru@redhat.com \
    --cc=dslutz@verizon.com \
    --cc=fabio.fantoni@m2r.biz \
    --cc=p.fedin@samsung.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.