qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Anthony Liguori <aliguori@us.ibm.com>
To: Luiz Capitulino <lcapitulino@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PULL 00/13]: QMP queue
Date: Fri, 30 Mar 2012 08:12:12 -0500	[thread overview]
Message-ID: <4F75B12C.3040100@us.ibm.com> (raw)
In-Reply-To: <1332850851-4059-1-git-send-email-lcapitulino@redhat.com>

On 03/27/2012 07:20 AM, Luiz Capitulino wrote:
> All of them are QAPI fixes.
>
> The changes (since 8a22565b7c2d1920b02b94e7a8021c65895a3a22) are available
> in the following repository:
>
>      git://repo.or.cz/qemu/qmp-unstable.git queue/qmp

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> Laszlo Ersek (1):
>        qapi: fix double free in qmp_output_visitor_cleanup()
>
> Paolo Bonzini (12):
>        qapi: add struct-errors test case to test-qmp-output-visitor
>        qapi: add a test case for type errors
>        qapi: fail hard on stack imbalance
>        qapi: fix memory leak on error
>        qapi: shortcut visits on errors
>        qapi: allow freeing partially-allocated objects
>        qapi: untangle next_list
>        qapi: place outermost object on qiv stack
>        qapi: add strict mode to input visitor
>        qmp: add and use q type specifier
>        qmp: parse commands in strict mode
>        qmp: document strict parsing
>
>   QMP/qmp-spec.txt          |   20 +++-
>   docs/qapi-code-gen.txt    |    4 +-
>   monitor.c                 |    3 +
>   qapi-schema-test.json     |    2 +-
>   qapi/qmp-input-visitor.c  |  120 +++++++++++++++--------
>   qapi/qmp-input-visitor.h  |    2 +
>   qapi/qmp-output-visitor.c |    8 +-
>   qmp-commands.hx           |    4 +-
>   scripts/qapi-commands.py  |    2 +-
>   scripts/qapi-visit.py     |   20 +++-
>   test-qmp-input-strict.c   |  234 +++++++++++++++++++++++++++++++++++++++++++++
>   test-qmp-input-visitor.c  |   19 ++++
>   test-qmp-output-visitor.c |   20 ++++
>   tests/Makefile            |    5 +-
>   14 files changed, 407 insertions(+), 56 deletions(-)
>
>
>

  parent reply	other threads:[~2012-03-30 13:12 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-27 12:20 [Qemu-devel] [PULL 00/13]: QMP queue Luiz Capitulino
2012-03-27 12:20 ` [Qemu-devel] [PATCH 01/13] qapi: fix double free in qmp_output_visitor_cleanup() Luiz Capitulino
2012-03-27 12:20 ` [Qemu-devel] [PATCH 02/13] qapi: add struct-errors test case to test-qmp-output-visitor Luiz Capitulino
2012-03-27 12:20 ` [Qemu-devel] [PATCH 03/13] qapi: add a test case for type errors Luiz Capitulino
2012-03-27 12:20 ` [Qemu-devel] [PATCH 04/13] qapi: fail hard on stack imbalance Luiz Capitulino
2012-03-27 12:20 ` [Qemu-devel] [PATCH 05/13] qapi: fix memory leak on error Luiz Capitulino
2012-03-27 12:20 ` [Qemu-devel] [PATCH 06/13] qapi: shortcut visits on errors Luiz Capitulino
2012-03-27 12:20 ` [Qemu-devel] [PATCH 07/13] qapi: allow freeing partially-allocated objects Luiz Capitulino
2012-03-27 12:20 ` [Qemu-devel] [PATCH 08/13] qapi: untangle next_list Luiz Capitulino
2012-03-27 12:20 ` [Qemu-devel] [PATCH 09/13] qapi: place outermost object on qiv stack Luiz Capitulino
2012-03-27 12:20 ` [Qemu-devel] [PATCH 10/13] qapi: add strict mode to input visitor Luiz Capitulino
2012-03-27 12:20 ` [Qemu-devel] [PATCH 11/13] qmp: add and use q type specifier Luiz Capitulino
2012-03-27 12:20 ` [Qemu-devel] [PATCH 12/13] qmp: parse commands in strict mode Luiz Capitulino
2012-03-27 12:20 ` [Qemu-devel] [PATCH 13/13] qmp: document strict parsing Luiz Capitulino
2012-03-30 13:12 ` Anthony Liguori [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-12-18 16:59 [Qemu-devel] [PULL 00/13] QMP queue Luiz Capitulino
2013-12-20  0:32 ` Peter Maydell
2013-12-20  0:44   ` Li Guang
2013-12-20  0:49 ` Anthony Liguori
2013-12-20  4:00   ` Peter Crosthwaite
2013-12-20 13:28     ` Luiz Capitulino

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=4F75B12C.3040100@us.ibm.com \
    --to=aliguori@us.ibm.com \
    --cc=lcapitulino@redhat.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).