spice-protocol-pxvdi/python_modules
Alexander Larsson aae971c6ab demarshaller: Fix palette marshalling
It turns out that using base + sizeof(struct) is not a good way to
access an array at the end of a struct. For SpicePalette sizeof is 16, but
offset of ents is 12. Using this calculation in the demarshaller breaks
things badly, so now we use the actual array member.
2012-03-20 15:25:49 +01:00
..
__init__.py Initial import of spice protocol description and demarshall generator 2012-03-20 15:25:43 +01:00
codegen.py Support extra prefix in code generators 2012-03-20 15:25:44 +01:00
demarshal.py demarshaller: Fix palette marshalling 2012-03-20 15:25:49 +01:00
Makefile.am Make distcheck work 2012-03-20 15:25:48 +01:00
marshal.py codegen: Allow @to_ptr to make inline structs demarshal as pointers 2012-03-20 15:25:49 +01:00
ptypes.py Don't send CursorHeader if cursor_flags is NONE 2012-03-20 15:25:49 +01:00
spice_parser.py Don't send CursorHeader if cursor_flags is NONE 2012-03-20 15:25:49 +01:00