Statistics
| Branch: | Revision:

root / scripts / qapi-types.py @ a22f123c

History | View | Annotate | Download (5.6 kB)

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

qapi: add qapi-types.py code generator

This is the code generator for qapi types. It will generation the
following files:

$(prefix)qapi-types.h - C types corresponding to types defined in
the schema you pass in
$(prefix)qapi-types.c - Cleanup functions for the above C types...