Go to file
Frediano Ziglio 2d34651f40 qxl_dev: Move QXLReleaseInfoExt out of start/end-packed.h
This structure is not declares as SPICE_ATTR_PACKED resulting it
as aligned and no packed using GCC (no MingW).
This structure is only packed under MingW or Microsoft compilers.
This structure is not technically a definition for QXL device but
is used only for spice-server QXL interface.
As said above this change could affect only MingW/Microsoft that is
only Windows ABI of spice-server (very recently added) so
following lines are really not much important.
Note that Windows does not support architectures with CPUs not
supporting unaligned access.
Under Win32 this change don't affect size so nothing much can change.
This structure is currently passed as value to release_resource
callback. Under Win64 this structure is passed like a
"const QXLReleaseInfoExt *" so even if the structure is 16 bytes instead
of 12 this is read the same way.

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Snir Sheriber <ssheribe@redhat.com>
2019-07-21 09:47:20 +01:00
m4 build-sys: Add m4 file for AX_PYTHON_MODULE 2015-08-07 12:53:59 +02:00
spice qxl_dev: Move QXLReleaseInfoExt out of start/end-packed.h 2019-07-21 09:47:20 +01:00
.gitlab-ci.yml gitlab-ci: add fedora meson+autotools 2019-04-12 13:04:17 +00:00
AUTHORS Add autoconf and pkg-config setup 2010-02-04 16:47:27 +01:00
autogen.sh Remove codegen 2016-03-10 16:57:08 +01:00
CHANGELOG.md NEWS: prepare for 0.14.0 release 2019-04-12 13:04:38 +00:00
configure.ac build-sys: post-release version bump 0.14.1 2019-05-13 14:55:57 +01:00
COPYING Add MIT style COPYING file 2010-02-04 16:23:24 +01:00
git.mk Update git.mk to latest version 2012-09-21 15:48:39 +02:00
Makefile.am build-sys: add README.md and CHANGELOG.md to tarball 2019-04-12 13:53:14 +00:00
meson.build build-sys: post-release version bump 0.14.1 2019-05-13 14:55:57 +01:00
README.md README: Add basic info and .md prefix 2019-04-12 13:04:34 +00:00
spice-protocol.pc.in Remove codegen 2016-03-10 16:57:08 +01:00

spice-protocol

The protocol definition for SPICE project used by:

Please report bugs at Freedesktop's instance of Gitlab