All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luiz Capitulino <lcapitulino@redhat.com>
To: Eric Blake <eblake@redhat.com>
Cc: kwolf@redhat.com, qemu-devel@nongnu.org, armbru@redhat.com
Subject: Re: [Qemu-devel] [PATCH v2 0/3] parse 'null' literal in QMP
Date: Fri, 1 May 2015 13:16:15 -0400	[thread overview]
Message-ID: <20150501131615.39dbaeef@redhat.com> (raw)
In-Reply-To: <1430343306-6152-1-git-send-email-eblake@redhat.com>

On Wed, 29 Apr 2015 15:35:03 -0600
Eric Blake <eblake@redhat.com> wrote:

> Here's my attempt to merge the best points of Markus' approach [1]
> (patches 16-18 of that series - benefit of smaller patches and fewer
> malloc calls) and my approach [2] (benefit of a testsuite addition
> and more detailed commit messages), while fixing the typos that both
> of us had in v1.
> 
> [1]https://lists.gnu.org/archive/html/qemu-devel/2015-04/msg00342.html
> [2]https://lists.gnu.org/archive/html/qemu-devel/2015-04/msg00623.html

Applied to the qmp branch, thanks.

> 
> Eric Blake (1):
>   json-parser: Accept 'null' in QMP
> 
> Markus Armbruster (2):
>   qobject: Clean up around qtype_code
>   qobject: Add a special null QObject
> 
>  block/qapi.c               |  3 ---
>  include/hw/qdev-core.h     |  2 +-
>  include/qapi/qmp/qobject.h | 13 +++++++++++--
>  qobject/Makefile.objs      |  2 +-
>  qobject/json-parser.c      |  2 ++
>  qobject/qjson.c            |  6 ++++--
>  qobject/qnull.c            | 29 +++++++++++++++++++++++++++++
>  tests/check-qjson.c        | 15 +++++++++++++--
>  8 files changed, 61 insertions(+), 11 deletions(-)
>  create mode 100644 qobject/qnull.c
> 

      parent reply	other threads:[~2015-05-01 17:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-29 21:35 [Qemu-devel] [PATCH v2 0/3] parse 'null' literal in QMP Eric Blake
2015-04-29 21:35 ` [Qemu-devel] [PATCH v2 1/3] qobject: Clean up around qtype_code Eric Blake
2015-04-29 21:35 ` [Qemu-devel] [PATCH v2 2/3] qobject: Add a special null QObject Eric Blake
2015-04-30 12:16   ` Markus Armbruster
2015-04-29 21:35 ` [Qemu-devel] [PATCH v2 3/3] json-parser: Accept 'null' in QMP Eric Blake
2015-04-30 12:21 ` [Qemu-devel] [PATCH v2 0/3] parse 'null' literal " Markus Armbruster
2015-04-30 12:33   ` Luiz Capitulino
2015-05-01 17:16 ` Luiz Capitulino [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=20150501131615.39dbaeef@redhat.com \
    --to=lcapitulino@redhat.com \
    --cc=armbru@redhat.com \
    --cc=eblake@redhat.com \
    --cc=kwolf@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 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.