summaryrefslogtreecommitdiffstats
path: root/server/spice-experimental.h
Commit message (Collapse)AuthorAgeFilesLines
* move chardevs out of experimentalGerd Hoffmann2010-12-161-25/+0
| | | | | | | | While we are at it: There is no reason for chardev support to stay in the experimental area, so move it out. qemu should not need the "spice-experimental.h" file. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* move switch-host migration out of experimentalGerd Hoffmann2010-12-161-5/+1
| | | | | | | seamless stays in the experimental area. comments updates too. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* client migration: switch hostGerd Hoffmann2010-12-161-1/+3
| | | | | | | | | | | | | | | | Implement server-side support for switch-host client migration. Client side support is present already in the tree. Setting the migration information is done using the existing spice_server_migrate_info() function. A new spice_server_migrate_switch() function has been added which triggers sending out the switch-host message. Seamless migration functions are left there for now. spice_server_migrate_start() has been chamnged to just fail unconditionally though as seamless migration is broken anyway. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* spice-experimental.h: add multiple include protectionAlon Levy2010-12-061-1/+7
|
* server: add subtype to SpiceCharDeviceInterface, use for vdagentAlon Levy2010-08-311-0/+2
|
* server: rename SpiceVDIPort* to SpiceCharDevice*Alon Levy2010-08-311-14/+14
|
* complete NetWireInterface redesign, make red_tunnel_worker.c build.Gerd Hoffmann2010-05-191-4/+4
|
* add spice-experimental.hGerd Hoffmann2010-05-191-0/+63
Supposed to be used for work-in-progress bits, where interfaces are not finalized yet. Moved over vdi port interface, tunnel interface and spice client migration functions.