Go to file
Frediano Ziglio 302e30ff43 codegen: Remove support for --ptrsize
This option was used in protocol 1 to generate 64 bit pointers.
A pointer in the protocol is an offset in the current message.
This allows the possibility to have messages with pointers with more
than 4GB. This feature was removed and not used in protocol 2.
The reason this feature was correctly removed in protocol 2 is that
having 64 bit pointers in the protocol would require messages larger
than 4GB which would cause:
- huge latency as a single message would take more than 4 seconds
  to be send in a 10Gb connection;
- huge memory requirements.

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Christophe Fergeau <cfergeau@redhat.com>
2019-03-08 11:09:02 +00:00
build-aux build-sys: make it a seperately buildable spice-common library 2012-03-22 20:21:05 +01:00
common codegen: Remove support for --ptrsize 2019-03-08 11:09:02 +00:00
docs docs: add spice URI scheme 2019-02-21 14:22:18 +00:00
m4 Remove obsolete Autoconf macros 2019-01-30 13:14:40 +00:00
python_modules codegen: Remove support for --ptrsize 2019-03-08 11:09:02 +00:00
tests Obsolete Glib cleanup 2019-02-06 14:24:03 +00:00
.gitlab-ci.yml ci: Run tests on Windows using wine 2018-12-17 12:18:48 +00:00
.gitmodules Integrate recorder library 2019-01-23 14:44:19 +00:00
.gitpublish Add a .gitpublish 2019-01-15 17:35:51 +04:00
autogen.sh Remove files moved to spice-protocol 2015-08-11 10:26:06 +02:00
configure.ac Integrate recorder library 2019-01-23 14:44:19 +00: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: switch smartcard option to auto feature 2019-02-13 14:20:03 -02:00
meson.build meson: Bump requirement to 0.48 2019-02-13 14:42:04 -02:00
spice_codegen.py codegen: Remove support for --ptrsize 2019-03-08 11:09:02 +00:00
spice.proto protocol: Add a dummy TunnelChannel 2019-03-05 23:19:53 +00:00