Re: [Qemu-devel] [PATCH RFC v3 04/32] qapi: New QAPISchemaVisitor

2015-08-04 Thread Markus Armbruster
Eric Blake writes: > On 08/04/2015 09:57 AM, Markus Armbruster wrote: >> The visitor will help keeping the code generation code simple and >> reasonably separated from QAPISchema details. >> >> Signed-off-by: Markus Armbruster >> Reviewed-by: Eric Blake >> --- >> scripts/qapi.py | 46

Re: [Qemu-devel] [PATCH RFC v3 04/32] qapi: New QAPISchemaVisitor

2015-08-04 Thread Eric Blake
On 08/04/2015 09:57 AM, Markus Armbruster wrote: > The visitor will help keeping the code generation code simple and > reasonably separated from QAPISchema details. > > Signed-off-by: Markus Armbruster > Reviewed-by: Eric Blake > --- > scripts/qapi.py | 46 ++

[Qemu-devel] [PATCH RFC v3 04/32] qapi: New QAPISchemaVisitor

2015-08-04 Thread Markus Armbruster
The visitor will help keeping the code generation code simple and reasonably separated from QAPISchema details. Signed-off-by: Markus Armbruster Reviewed-by: Eric Blake --- scripts/qapi.py | 46 ++ 1 file changed, 46 insertions(+) diff --git a/script