Re: [PATCH 4/6] qapi: Proper intermediate representation for modules

2019-11-20 Thread Eric Blake
On 11/20/19 12:25 PM, Markus Armbruster wrote: Modules are represented only by their names so far. Introduce class QAPISchemaModule. So far, it merely wraps the name. The next patch will put it to more interesting use. Once again, arrays spice up the patch a bit. For any other type, @info po

[PATCH 4/6] qapi: Proper intermediate representation for modules

2019-11-20 Thread Markus Armbruster
Modules are represented only by their names so far. Introduce class QAPISchemaModule. So far, it merely wraps the name. The next patch will put it to more interesting use. Once again, arrays spice up the patch a bit. For any other type, @info points to the definition, which lets us map from @i