summaryrefslogtreecommitdiffstats
path: root/python_modules/codegen.py
Commit message (Collapse)AuthorAgeFilesLines
* Support extra prefix in code generatorsAlexander Larsson2012-03-201-0/+1
| | | | | This is require when we add a new spice.proto for the old (major 1) protocol description.
* Initial import of spice protocol description and demarshall generatorAlexander Larsson2012-03-201-0/+354
The "spice.proto" file describes in detail the networking prototcol that spice uses and spice_codegen.py can parse this and generate demarshallers for such network messages.