qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 0/3] parse 'null' literal in QMP


From: Luiz Capitulino
Subject: Re: [Qemu-devel] [PATCH v2 0/3] parse 'null' literal in QMP
Date: Fri, 1 May 2015 13:16:15 -0400

On Wed, 29 Apr 2015 15:35:03 -0600
Eric Blake <address@hidden> 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
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]