]> git.proxmox.com Git - mirror_qemu.git/commit - qapi-schema.json
net: Flatten simple union NetLegacyOptions
authorMarkus Armbruster <armbru@redhat.com>
Tue, 21 Feb 2017 20:46:27 +0000 (21:46 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 22 Feb 2017 18:50:52 +0000 (19:50 +0100)
commitd3be4b57cefde105299e234f0659b77f37920c72
tree58da799c12d29f7a75fee6b24efd8024dd892ec0
parentd081a49af8c68ad6c8fe9b552e306c5bad7b4e61
net: Flatten simple union NetLegacyOptions

Simple unions are simpler than flat unions in the schema, but more
complicated in C and on the QMP wire: there's extra indirection in C
and extra nesting on the wire, both pointless.  They're best avoided
in new code.

NetLegacyOptions isn't new, but it's only used internally, not in QMP.
Convert it to a flat union.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <1487709988-14322-3-git-send-email-armbru@redhat.com>
net/net.c
qapi-schema.json