diff options
author | 2011-07-19 14:50:40 -0500 | |
---|---|---|
committer | 2011-07-21 16:48:14 -0300 | |
commit | fb3182ce6e200a0fedc603d444034d6cbc3d3f0f (patch) | |
tree | a4393c8965c07483c9419fb532b4389396c7e580 /scripts/qapi-commands.py | |
parent | qapi: add qapi.py helper libraries (diff) | |
download | qemu-fb3182ce6e200a0fedc603d444034d6cbc3d3f0f.tar.xz qemu-fb3182ce6e200a0fedc603d444034d6cbc3d3f0f.zip |
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
The $(prefix) is used to as a namespace to keep the generated code from
one schema/code-generation separated from others so code and be
generated from multiple schemas with clobbering previously created code.
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: Luiz Capitulino <lcapitulino@gmail.com>
Diffstat (limited to 'scripts/qapi-commands.py')
0 files changed, 0 insertions, 0 deletions