qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 14/15] qapi: Disallow qmp_marshal_FOO(NULL, ...)


From: Eric Blake
Subject: Re: [PATCH v2 14/15] qapi: Disallow qmp_marshal_FOO(NULL, ...)
Date: Fri, 24 Apr 2020 09:01:13 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0

On 4/24/20 3:43 AM, Markus Armbruster wrote:
For QMP commands without arguments, gen_marshal() laboriously
generates a qmp_marshal_FOO() that copes with null @args.  Turns
there's just one caller that passes null instead of an empty QDict.
Adjust that caller, and simplify gen_marshal().

Signed-off-by: Markus Armbruster <address@hidden>
---
  docs/devel/qapi-code-gen.txt |  2 +-
  monitor/qmp.c                |  5 ++++-
  scripts/qapi/commands.py     | 26 ++------------------------
  3 files changed, 7 insertions(+), 26 deletions(-)


Fun diffstat.

Reviewed-by: Eric Blake <address@hidden>

--
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org




reply via email to

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