qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 02/17] qapi-types/visit.py: Inheritance for s


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH v2 02/17] qapi-types/visit.py: Inheritance for structs
Date: Tue, 01 Oct 2013 09:21:18 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130923 Thunderbird/17.0.9

On 10/01/2013 07:20 AM, Kevin Wolf wrote:
> This introduces a new 'base' key for struct definitions that refers to
> another struct type. On the JSON level, the fields of the base type are
> included directly into the same namespace as the fields of the defined
> type, like with unions. On the C level, a pointer to a struct of the
> base type is included.
> 
> Signed-off-by: Kevin Wolf <address@hidden>
> ---
>  docs/qapi-code-gen.txt | 17 +++++++++++++++++
>  scripts/qapi-types.py  |  4 ++++
>  scripts/qapi-visit.py  | 18 ++++++++++++++++--
>  3 files changed, 37 insertions(+), 2 deletions(-)

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]