summaryrefslogtreecommitdiffstats
path: root/server/migration_protocol.h
Commit message (Collapse)AuthorAgeFilesLines
* migration_protocol: use SPICE_MAGIC_CONSTVictor Toso2015-08-201-5/+6
| | | | | spice-protocol has a new define to create the magic constants, let's use that.
* enable seamless migration and set migration protocol versionYonit Halperin2012-08-271-1/+1
|
* migration_protocol: add inputs channel migration dataYonit Halperin2012-08-271-0/+12
| | | | | | Storing the motion count in uint16_t and not in uint32_t since the exact count is not important, just its division in SPICE_INPUT_MOTION_ACK_BUNCH (see the next 2 patches).
* migration_protocol: add display channel migration dataYonit Halperin2012-08-271-0/+73
|
* migration_protocol: add migration data for the main channel (mainly for the ↵Yonit Halperin2012-08-271-0/+33
| | | | agent)
* migration_protocol: add migration data for smartcardYonit Halperin2012-08-271-0/+14
|
* migration_protocol: add migration data for spicevmcYonit Halperin2012-08-271-0/+11
|
* migration_protocol: add migration data for char devicesYonit Halperin2012-08-271-0/+20
|
* seamless-migration: add migration_protocol.hYonit Halperin2012-08-271-0/+49
The file will hold the declarations of the different migration data messages (depending on the channel), that will be passed from the src server to the dst server, via the client, using SPICE_MSG_MIGRATE_DATA.