Re: [Qemu-devel] [PATCH 2/9] qapi: Drop support for boxed alternate for commands, events

2019-08-30 Thread Markus Armbruster
Markus Armbruster writes: > 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.

[Qemu-devel] [PATCH 2/9] qapi: Drop support for boxed alternate for commands, events

2019-08-28 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