Re: [Qemu-devel] [PATCH for-2.9 16/47] qapi2texi: Convert to QAPISchemaVisitor

2017-03-15 Thread Markus Armbruster
Eric Blake writes: > On 03/13/2017 01:18 AM, Markus Armbruster wrote: >> qapi2texi works with schema expression trees. Such a tight coupling >> to schema language syntax is not a good idea. Convert it to the visitor >> interface the other generators use. >> >> No change to generated documentat

Re: [Qemu-devel] [PATCH for-2.9 16/47] qapi2texi: Convert to QAPISchemaVisitor

2017-03-14 Thread Eric Blake
On 03/13/2017 01:18 AM, Markus Armbruster wrote: > qapi2texi works with schema expression trees. Such a tight coupling > to schema language syntax is not a good idea. Convert it to the visitor > interface the other generators use. > > No change to generated documentation. > > Signed-off-by: Mar

[Qemu-devel] [PATCH for-2.9 16/47] qapi2texi: Convert to QAPISchemaVisitor

2017-03-12 Thread Markus Armbruster
qapi2texi works with schema expression trees. Such a tight coupling to schema language syntax is not a good idea. Convert it to the visitor interface the other generators use. No change to generated documentation. Signed-off-by: Markus Armbruster --- scripts/qapi2texi.py | 228 +++