Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo in comment in char-device.h | Christophe Fergeau | 2015-02-23 | 1 | -1/+1 |
| | |||||
* | add missing license headers to source files | Jonathon Jongsma | 2015-02-23 | 1 | -0/+17 |
| | |||||
* | Add RedsState arg to spicevmc_device_connect|disconnect() | Jonathon Jongsma | 2015-02-23 | 1 | -2/+4 |
| | |||||
* | char-device: use local 'reds' variable | Jonathon Jongsma | 2015-02-23 | 1 | -0/+1 |
| | | | | | Store a reference to the server in the SpiceCharDeviceState struct and use that rather than the global 'reds' variable | ||||
* | Remove use of global 'reds' var from spice_server_remove_interface() | Jonathon Jongsma | 2015-02-23 | 1 | -0/+2 |
| | | | | | | | Since this is public API, we can't easily change the signature of the function to take a RedsState argument, so instead we apply a hack and store the reds argument inside the device state struct when the interface is added, and retrieve it for use later when it is removed. | ||||
* | Rename red_channel.[ch] to red-channel.[ch] | Jonathon Jongsma | 2015-02-23 | 1 | -1/+1 |
| | |||||
* | server: rename files | Marc-André Lureau | 2015-02-23 | 1 | -0/+199 |