Statistics
| Branch: | Revision:

root / scripts / qapi-visit.py @ a22f123c

History | View | Annotate | Download (6.1 kB)

# Date Author Comment
06d64c62 07/21/2011 10:48 pm Michael Roth

qapi: add qapi-visit.py code generator

This is the code generator for qapi visiter functions used to
marshal/unmarshal/dealloc qapi types. It generates the following 2
files:

$(prefix)qapi-visit.c: visiter function for a particular c type, used
to automagically convert qobjects into the...