summaryrefslogtreecommitdiffstats
path: root/server/spicevmc.c
Commit message (Expand)AuthorAgeFilesLines
* spicevmc: set state of DeviceInstance to NULLVictor Toso2015-11-131-0/+1
* spicevmc: Return early when instance has no device statePavel Grunt2015-11-061-0/+5
* red_channel: monitor connection latency using MSG_PINGYonit Halperin2013-04-221-0/+1
* server: add "port" channel supportMarc-André Lureau2012-12-051-16/+136
* red_channel: remove unused migrate flag from RedChannelYonit Halperin2012-08-271-1/+0
* char_device: don't connect a migrated client if the state of the device might...Yonit Halperin2012-08-271-2/+6
* spicevmc migration: restore migration dest state from migration dataYonit Halperin2012-08-271-2/+29
* spicevmc migration: send migration dataYonit Halperin2012-08-271-5/+55
* spicevmc: send MSG_MIGRATE upon vm migration completionYonit Halperin2012-08-271-6/+0
* char device migration: don't read or write from/to the device while waiting f...Yonit Halperin2012-08-271-1/+2
* red_channel: handle sending SPICE_MSG_MIGRATEYonit Halperin2012-08-271-1/+2
* spicevmc: use SpiceCharDeviceState for writing to the guest deviceYonit Halperin2012-07-031-25/+24
* spicevmc: employ SpiceCharDeviceState for managing reading from the guest deviceYonit Halperin2012-07-031-29/+115
* Use the spice-common logging functionsMarc-André Lureau2012-03-251-3/+3
* Use the spice-common submoduleMarc-André Lureau2012-03-251-3/+3
* server: don't fail on ENOPROTOOPT from setsockoptNahum Shalman2012-03-121-1/+1
* Ensure all members of ChannelCbs and ClientCbs are either assigned or NULLHans de Goede2012-03-101-2/+2
* server/spicevmc: Don't destroy the rcc twiceHans de Goede2012-02-201-3/+3
* server: Don't complain if setsockopt NODELAY fails on unix socketsHans de Goede2012-01-181-2/+4
* server: Limit the access to SpiceDataHeader of messages - only via red_channel.Yonit Halperin2012-01-121-10/+14
* spicevmc: Set sockopt nodelay for usbredir channelsHans de Goede2011-12-221-0/+15
* spicevmc: Fix assert when still connected on session disconnect (fdo#43903)Hans de Goede2011-12-181-1/+5
* server: set & test channel capabilities in red_channelYonit Halperin2011-11-021-1/+3
* Rename usbredir channel code to spicevmcHans de Goede2011-08-251-0/+275