Re: [PATCH 3/6] qapi: Remove wrapper struct for simple unions

2020-10-23 Thread Kevin Wolf
Am 23.10.2020 um 14:49 hat Markus Armbruster geschrieben: > In addition to that, I get > > /usr/bin/sphinx-build-3 -Dversion=5.1.50 -Drelease= > -Ddepfile=docs/interop.d -Ddepfile_stamp=docs/interop.stamp -b html -d > /work/armbru/qemu/bld-x86/docs/interop.p /work/armbru/qemu/docs/interop >

Re: [PATCH 3/6] qapi: Remove wrapper struct for simple unions

2020-10-23 Thread Markus Armbruster
Marc-André Lureau writes: > Hi > > On Fri, Oct 23, 2020 at 2:14 PM Kevin Wolf wrote: > >> Variants of simple unions are always contained in a wrapper object >> called 'data' that serves no real use. When mapping a QAPI object to the >> command line, this becomes very visible to users because the

Re: [PATCH 3/6] qapi: Remove wrapper struct for simple unions

2020-10-23 Thread Kevin Wolf
Am 23.10.2020 um 13:06 hat Marc-André Lureau geschrieben: > On Fri, Oct 23, 2020 at 2:40 PM Marc-André Lureau > wrote: > > On Fri, Oct 23, 2020 at 2:14 PM Kevin Wolf wrote: > > > >> Variants of simple unions are always contained in a wrapper object > >> called 'data' that serves no real use. W

Re: [PATCH 3/6] qapi: Remove wrapper struct for simple unions

2020-10-23 Thread Marc-André Lureau
Hi On Fri, Oct 23, 2020 at 2:40 PM Marc-André Lureau < marcandre.lur...@gmail.com> wrote: > Hi > > On Fri, Oct 23, 2020 at 2:14 PM Kevin Wolf wrote: > >> Variants of simple unions are always contained in a wrapper object >> called 'data' that serves no real use. When mapping a QAPI object to the