Go to file
Frediano Ziglio ddfb8807c6 codegen: Remove minor attribute
The idea in version 1 of the protocol was to extend it using the minor
version. However this was replaced by the usage of capabilities and the
minor attribute (which was not much used in version 1) was abandoned in
version 2.
This patch create a big difference in the code generated but only because
the minor version was passed between all possible functions as argument.
Note that exported functions retain the minor argument for compatibility
reasons.
The demarshaller code export directly spice_get_client_channel_parser or
spice_get_server_channel_parser functions which returns internal module
functions which parse message of specific channels.

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Christophe Fergeau <cfergeau@redhat.com>
2018-10-15 10:58:38 +01:00
build-aux build-sys: make it a seperately buildable spice-common library 2012-03-22 20:21:05 +01:00
common Remove config.h from header files 2018-10-08 17:18:12 +02:00
docs codegen: Remove minor attribute 2018-10-15 10:58:38 +01:00
m4 build: Define GLIB_VERSION_MIN_REQUIRED/GLIB_VERSION_MAX_ALLOWED 2018-07-06 18:12:16 +02:00
python_modules codegen: Remove minor attribute 2018-10-15 10:58:38 +01:00
tests Fix flexible array buffer overflow 2018-08-16 15:02:24 +01:00
.gitlab-ci.yml ci: Fix Meson feature option 2018-07-27 12:30:21 +01:00
.gitmodules Remove spice-protocol submodule 2015-08-11 10:26:06 +02:00
autogen.sh Remove files moved to spice-protocol 2015-08-11 10:26:06 +02:00
configure.ac build: Remove bitops.h 2018-06-05 14:10:22 +01:00
COPYING Remove trailing whitespace 2015-12-18 11:41:15 +01:00
git.mk build: Update git.mk to latest version 2018-06-18 14:08:03 +01:00
Makefile.am proto: Remove support for SPICE version 1 2018-09-28 09:00:03 +01:00
meson_options.txt Meson: Make use of 'feature' option type introduced in version 0.47 2018-07-27 10:31:53 +01:00
meson.build proto: Remove support for SPICE version 1 2018-09-28 09:00:03 +01:00
spice_codegen.py codegen: Fix license name 2017-05-18 16:40:36 +01:00
spice.proto proto: Remove support for SPICE version 1 2018-09-28 09:00:03 +01:00