spice/server
Yonit Halperin 3af4b7235d main: send MSG_MIGRATE upon vm migration completion
Before sending the above msg, if there is a pending partial msg that
has been read from the agent, we send it to the client. The alternative
was to keep the msg as part of the migration data, and then
to send it to the destination server via the client and to wait there
for the msg chunk completion, before sending it to the client. Of
course, the latter is less efficient.
2012-08-27 09:13:07 +03:00
..
tests tests: add missing file to .gitignore 2012-07-16 17:36:52 +02:00
.gitignore gitignore: add generated_*, vim temps, pyc 2010-11-08 16:06:55 +02:00
agent-msg-filter.c Use the spice-common logging functions 2012-03-25 19:00:00 +02:00
agent-msg-filter.h server: add discard all option to agent message filter 2011-04-04 11:30:30 +02:00
char_device.c char device migration: restore state at destination from migration data 2012-08-27 09:13:02 +03:00
char_device.h char device migration: restore state at destination from migration data 2012-08-27 09:13:02 +03:00
demarshallers.h Remove trailing blank lines 2012-01-13 18:11:59 +02:00
dispatcher.c Don't do arithmetic on void * type, use uint8_t instead 2012-04-25 09:40:18 +01:00
dispatcher.h server/dispatcher: add dispatcher_register_async_done_callback 2011-11-08 16:22:21 +02:00
glz_encode_match_tmpl.c add #include <config.h> to all source files 2011-05-03 14:44:10 +02:00
glz_encode_tmpl.c Remove trailing whitespace from end of lines 2012-01-13 18:11:59 +02:00
glz_encoder_config.h Fix multiple printf format problems 2012-04-25 09:42:11 +01:00
glz_encoder_dictionary_protected.h Remove trailing blank lines 2012-01-13 18:11:59 +02:00
glz_encoder_dictionary.c Remove trailing blank lines 2012-01-13 18:11:59 +02:00
glz_encoder_dictionary.h Remove trailing blank lines 2012-01-13 18:11:59 +02:00
glz_encoder.c Remove trailing blank lines 2012-01-13 18:11:59 +02:00
glz_encoder.h Use the spice-common submodule 2012-03-25 18:59:10 +02:00
inputs_channel.c red_channel: handle sending SPICE_MSG_MIGRATE 2012-08-27 09:13:00 +03:00
inputs_channel.h Remove trailing blank lines 2012-01-13 18:11:59 +02:00
jpeg_encoder.c Use the spice-common logging functions 2012-03-25 19:00:00 +02:00
jpeg_encoder.h Remove trailing whitespace from end of lines 2012-01-13 18:11:59 +02:00
main_channel.c main: send MSG_MIGRATE upon vm migration completion 2012-08-27 09:13:07 +03:00
main_channel.h main_channel: fix using spice messages enums as pipe items type 2012-08-27 09:13:06 +03:00
main_dispatcher.c seamless migration: migration completion on the destination side 2012-08-27 09:13:00 +03:00
main_dispatcher.h seamless migration: migration completion on the destination side 2012-08-27 09:13:00 +03:00
Makefile.am seamless-migration: add migration_protocol.h 2012-08-27 09:04:52 +03:00
migration_protocol.h migration_protocol: add migration data for the main channel (mainly for the agent) 2012-08-27 09:13:06 +03:00
mjpeg_encoder.c server/mjpeg_encoder: realloc encoder->row, when a wider frame is given 2012-05-16 08:55:11 +03:00
mjpeg_encoder.h server/mjpeg_encoder: Fix memory leak for the inital output buffer given for each frame 2012-05-10 14:01:04 +03:00
red_bitmap_utils.h Remove trailing blank lines 2012-01-13 18:11:59 +02:00
red_channel.c main: send MSG_MIGRATE upon vm migration completion 2012-08-27 09:13:07 +03:00
red_channel.h red_channel: introduce PIPE_ITEM_TYPE_EMPTY_MSG 2012-08-27 09:13:06 +03:00
red_client_cache.h Use the spice-common logging functions 2012-03-25 19:00:00 +02:00
red_client_shared_cache.h Use the spice-common logging functions 2012-03-25 19:00:00 +02:00
red_common.h Add support for LZ compression of A8 images 2012-08-24 13:44:32 -04:00
red_dispatcher.c spice_server_vm_start/stop: notify red_dispatcher on vm start/stop 2012-08-27 09:04:52 +03:00
red_dispatcher.h spice_server_vm_start/stop: notify red_dispatcher on vm start/stop 2012-08-27 09:04:52 +03:00
red_memslots.c Add support for QXLComposite to spice server 2012-08-24 13:44:42 -04:00
red_memslots.h server: allow failure in getvirt 2012-04-05 18:28:49 +03:00
red_parse_qxl.c Add support for QXLComposite to spice server 2012-08-24 13:44:42 -04:00
red_parse_qxl.h Add support for QXLComposite to spice server 2012-08-24 13:44:42 -04:00
red_tunnel_worker.c server: handle red_channel_client_create returning NULL 2012-05-21 09:08:50 +03:00
red_tunnel_worker.h server: Unset executable bit of red_tunnel_worker.h 2011-05-05 20:04:49 +03:00
red_worker.c red_channel: handle sending SPICE_MSG_MIGRATE 2012-08-27 09:13:00 +03:00
red_worker.h server: add monitors_config support 2012-07-22 13:50:49 +03:00
reds_gl_canvas.c Use the spice-common submodule 2012-03-25 18:59:10 +02:00
reds_gl_canvas.h Use the spice-common submodule 2012-03-25 18:59:10 +02:00
reds_sw_canvas.c Use the spice-common submodule 2012-03-25 18:59:10 +02:00
reds_sw_canvas.h Use the spice-common submodule 2012-03-25 18:59:10 +02:00
reds.c main: send MSG_MIGRATE upon vm migration completion 2012-08-27 09:13:07 +03:00
reds.h main: send MSG_MIGRATE upon vm migration completion 2012-08-27 09:13:07 +03:00
smartcard.c smartcard: restore state after migration from migration data 2012-08-27 09:13:05 +03:00
smartcard.h smartcard: use SpiceCharDeviceState for managing reading from the device 2012-07-03 14:13:42 +03:00
snd_worker.c server: handle red_channel_client_create returning NULL 2012-05-21 09:08:50 +03:00
snd_worker.h Remove trailing blank lines 2012-01-13 18:11:59 +02:00
spice-experimental.h Remove trailing blank lines 2012-01-13 18:11:59 +02:00
spice-server.syms bump version to 0.11.2 2012-08-27 09:04:52 +03:00
spice.h bump version to 0.11.2 2012-08-27 09:04:52 +03:00
spicevmc.c spicevmc migration: restore migration dest state from migration data 2012-08-27 09:13:04 +03:00
stat.h Remove trailing blank lines 2012-01-13 18:11:59 +02:00
zlib_encoder.c Use the spice-common logging functions 2012-03-25 19:00:00 +02:00
zlib_encoder.h applying zlib compression over glz on WAN connection 2010-06-21 15:05:37 +02:00