Go to file
Lukas Venhoda 5a7e5876e6 ppc: Fix lz magic endianess
Commit d39dfbfe changes lz magic to be always treated as LE when encoded.

Runtime conversion from a string to uint32 is storing the magic with the same
endianness on both LE and BE machines. This requires aditional byte swap
when sending magic between LE/BE machines.

Changing lz magic to a constant will ensure, that it will be always stored in
native endianness, and the second byte swap won't be needed.

This commit reverts d39dfbfe changes in lz.c while keeping the rest.
They will be needed in future commit for quic.c
2015-07-02 13:31:28 +02:00
build-aux build-sys: make it a seperately buildable spice-common library 2012-03-22 20:21:05 +01:00
common ppc: Fix lz magic endianess 2015-07-02 13:31:28 +02:00
m4 m4: Add macro for --enable-lz4 2015-06-17 19:25:05 +02:00
python_modules codegen: Use six.PY3 rather than six.PY2 2015-04-14 16:08:43 +02:00
spice-protocol@67fb3306f8 Update spice-protocol 2015-06-22 20:04:21 +02:00
.gitmodules build-sys: make it a seperately buildable spice-common library 2012-03-22 20:21:05 +01:00
autogen.sh configure.ac: Check for needed python modules for git builds 2015-04-13 13:08:11 +02:00
configure.ac configure.ac: Check for needed python modules for git builds 2015-04-13 13:08:11 +02:00
COPYING Be explicit about spice-common license 2013-10-23 11:41:43 -05:00
git.mk Update git.mk to latest version 2012-09-21 10:51:17 +02:00
Makefile.am spice-common: don't install spice-protocol 2012-08-09 12:44:41 +02:00
spice1.proto Add support for the Opus codec. 2014-01-02 12:28:21 +01:00
spice_codegen.py codegen: Use six.PY3 rather than six.PY2 2015-04-14 16:08:43 +02:00
spice.proto Proto: Add preferred compression message and constants. 2015-06-22 19:54:30 +02:00