Alexander Larsson
|
49fccfefc8
|
Clean up and standardize header guards
|
2010-02-04 16:47:14 +01:00 |
|
Alexander Larsson
|
430b3b036d
|
Clean up header names, removing references to "red"
red_error_codes.h -> spice/error_codes.h
red.h -> spice/protocol.h
reds_stat.h -> spice/stats.h
|
2010-02-04 16:47:07 +01:00 |
|
Alexander Larsson
|
90352580a0
|
Rename all identifiers
This is just the result of running:
./rename-identifiers.sh renames spice/*.h
|
2010-02-04 16:46:27 +01:00 |
|
Alexander Larsson
|
b0188a46d1
|
Clean up all network protocol names to start with Spice/SPICE_
This makes use have a consistent namespace for the core network protocol.
The PCI devices each have their own namespaces.
|
2010-02-04 16:43:24 +01:00 |
|
Alexander Larsson
|
cb5909696b
|
Add utility script to do C identifier renaming
|
2010-02-04 16:43:24 +01:00 |
|
Alexander Larsson
|
9032d5235b
|
Use <spice/barrier.h> memory barrier
|
2010-02-04 16:43:24 +01:00 |
|
Alexander Larsson
|
590e21bc57
|
Add standard memory barrier header
|
2010-02-04 16:43:24 +01:00 |
|
Alexander Larsson
|
7050ae14a4
|
Add standard header for structure packing
|
2010-02-04 16:43:15 +01:00 |
|
Alexander Larsson
|
c2852f6b5f
|
Use spice/types.h and its types
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-04 16:40:42 +01:00 |
|
Alexander Larsson
|
a5d25ea987
|
Add standard header for defining core types
Initially we only do what is necessary to get the stdint types like
uint32_t, etc.
|
2010-02-04 16:23:31 +01:00 |
|
Alexander Larsson
|
3988329f11
|
Add MIT style COPYING file
|
2010-02-04 16:23:24 +01:00 |
|
Alexander Larsson
|
e0f9912933
|
Import all protocol headers from spice/common
|
2010-02-04 16:18:44 +01:00 |
|