qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH RFC v2 36/47] qapi: Rename qmp_marshal_input_FOO


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH RFC v2 36/47] qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO()
Date: Thu, 23 Jul 2015 13:07:17 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0

On 07/01/2015 02:22 PM, Markus Armbruster wrote:
> These functions marshal both input and output.
> 
> Signed-off-by: Markus Armbruster <address@hidden>
> ---
>  docs/qapi-code-gen.txt        |   4 +-
>  docs/writing-qmp-commands.txt |   8 +-
>  monitor.c                     |   2 +-
>  qmp-commands.hx               | 240 
> +++++++++++++++++++++---------------------
>  scripts/qapi-commands.py      |   4 +-
>  5 files changed, 129 insertions(+), 129 deletions(-)

Diffstat here says it is a straight rename; likewise the diff on the
generated code:

 qga/qapi-generated/qga-qmp-marshal.c |  116 ++++++++--------
 qmp-commands.h                       |  240
+++++++++++++++++------------------
 qmp-marshal.c                        |  240
+++++++++++++++++------------------
 3 files changed, 298 insertions(+), 298 deletions(-)

Missing: you overlooked a comment in qmp.c line 154:

#ifndef CONFIG_SPICE
/*
 * qmp-commands.hx ensures that QMP command query-spice exists only
 * #ifdef CONFIG_SPICE.  Necessary for an accurate query-commands
 * result.  However, the QAPI schema is blissfully unaware of that,
 * and the QAPI code generator happily generates a dead
 * qmp_marshal_input_query_spice() that calls qmp_query_spice().
 * Provide it one, or else linking fails.
 * FIXME Educate the QAPI schema on CONFIG_SPICE.
 */


With that fixed,
Reviewed-by: Eric Blake <address@hidden>

-- 
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

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