qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 02/13] qapi: Normalize marshalling's visitor ini


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH 02/13] qapi: Normalize marshalling's visitor initialization and cleanup
Date: Mon, 05 May 2014 08:32:53 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

On 05/02/2014 06:44 AM, Markus Armbruster wrote:
> Input and output marshalling functions do it differently.  Change them
> to work the same: initialize the I/O visitor, use it, clean it up,
> initialize the dealloc visitor, use it, clean it up.
> 
> This delays dealloc visitor initialization in output marshalling
> functions, and input visitor cleanup in input marshalling functions.
> No functional change, but the latter will be convenient when I change
> the error handling.
> 
> Signed-off-by: Markus Armbruster <address@hidden>
> ---
>  docs/qapi-code-gen.txt   |  8 ++++----
>  scripts/qapi-commands.py | 27 ++++++++++++---------------
>  2 files changed, 16 insertions(+), 19 deletions(-)

Tracking what the changes do in the examples certainly made it easier to
review.  Thanks.

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]