Re: [Qemu-devel] [PATCH v2 03/16] qapi: Drop support for boxed alternate arguments

2019-09-10 Thread Eric Blake
On 9/10/19 1:37 AM, Markus Armbruster wrote: > Commands and events can define their argument type inline (default) or > by referring to another type ('boxed': true, since commit c818408e44 > "qapi: Implement boxed types for commands/events", v2.7.0). The > unboxed inline definition is an (anonymou

[Qemu-devel] [PATCH v2 03/16] qapi: Drop support for boxed alternate arguments

2019-09-09 Thread Markus Armbruster
Commands and events can define their argument type inline (default) or by referring to another type ('boxed': true, since commit c818408e44 "qapi: Implement boxed types for commands/events", v2.7.0). The unboxed inline definition is an (anonymous) struct type. The boxed type may be a struct, unio