qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 11/22] tests/qapi-schema: Prepare for simple union UserDefLis


From: Eric Blake
Subject: Re: [PATCH 11/22] tests/qapi-schema: Prepare for simple union UserDefListUnion removal
Date: Mon, 13 Sep 2021 10:01:13 -0500
User-agent: NeoMutt/20210205-772-2b4c52

On Mon, Sep 13, 2021 at 02:39:21PM +0200, Markus Armbruster wrote:
> Simple unions predate flat unions.  Having both complicates the QAPI
> schema language and the QAPI generator.  We haven't been using simple
> unions in new code for a long time, because they are less flexible and
> somewhat awkward on the wire.
> 
> To prepare for their removal, simple union UserDefListUnion has to go.
> It is used to cover arrays.  The next few commits will eliminate its
> uses, and then it gets deleted.  As a first step, provide struct
> ArrayStruct for the tests to be rewritten.
> 
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> ---
>  tests/qapi-schema/qapi-schema-test.json | 16 ++++++++++++++++
>  tests/qapi-schema/qapi-schema-test.out  | 16 ++++++++++++++++
>  2 files changed, 32 insertions(+)
>

Reviewed-by: Eric Blake <eblake@redhat.com>

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




reply via email to

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