summaryrefslogtreecommitdiff
path: root/spice
AgeCommit message (Collapse)AuthorFilesLines
2010-02-04Rename all identifiersAlexander Larsson6-685/+685
This is just the result of running: ./rename-identifiers.sh renames spice/*.h
2010-02-04Use <spice/barrier.h> memory barrierAlexander Larsson3-26/+6
2010-02-04Add standard memory barrier headerAlexander Larsson1-0/+46
2010-02-04Add standard header for structure packingAlexander Larsson8-203/+259
2010-02-04Use spice/types.h and its typesAlexander Larsson7-183/+165
There is a standard for integer types (i.e. uint32_t) which we're using at some places, but not others. Lets use it everywhere.
2010-02-04Add standard header for defining core typesAlexander Larsson1-0/+40
Initially we only do what is necessary to get the stdint types like uint32_t, etc.
2010-02-04Import all protocol headers from spice/commonAlexander Larsson8-0/+2078