spice/python_modules
Hans de Goede 5ea8687843 codegen: Fix enums.h generation
With the new usbredir code we have the new concept of the abstract /
generic spicevmc channel type (which just tunnels data from a qemu chardev),
and we've the usbredir channel, which is the only current user of this.

This was reflected in the protocols enum in spice-protocol.h by a manual
edit done by me, my bad. This patch teaches spice.proto about the relation
between the abstract spicevmc channel and the usbredir channel and
modifies codegen to deal with this.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2012-01-12 14:42:47 +01:00
..
__init__.py Initial import of spice protocol description and demarshall generator 2010-06-18 16:32:10 +02:00
codegen.py python: remove c-ism trailing ; 2011-06-21 13:20:33 +02:00
demarshal.py python: remove c-ism trailing ; 2011-06-21 13:20:33 +02:00
Makefile.am Make distcheck work 2010-07-08 20:20:35 +02:00
marshal.py demarshaller/marshaller fix gcc 4.6.0 2011-01-25 17:29:31 +02:00
ptypes.py codegen: Fix enums.h generation 2012-01-12 14:42:47 +01:00
spice_parser.py add check for pyparsing 2011-06-22 16:24:32 +02:00