summaryrefslogtreecommitdiffstats
path: root/ui/spice-input.c
Commit message (Collapse)AuthorAgeFilesLines
* input: mouse: switch spice ui to new coreGerd Hoffmann2014-03-051-24/+38
| | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* input: keyboard: switch spice ui to new coreGerd Hoffmann2014-03-051-2/+20
| | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* ui: move files to ui/ and include/ui/Paolo Bonzini2012-12-191-2/+2
| | | | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-2/+2
| | | | | | qemu_malloc/qemu_free no longer exist after this commit. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
* notifier: Pass data argument to callbackJan Kiszka2011-07-231-2/+2
| | | | | | | | | | | This allows to pass additional information to the notifier callback which is useful if sender and receiver do not share any other distinct data structure. Will be used first for the clock reset notifier. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
* spice: add tablet supportGerd Hoffmann2010-09-211-7/+87
| | | | | | | Add support for the spice tablet interface. The tablet interface will be registered (and then used by the spice client) as soon as a absolute pointing device is available and used by the guest, i.e. you'll have to configure your guest with '-usbdevice tablet'.
* spice: add mouseGerd Hoffmann2010-09-211-0/+52
| | | | | Open mouse channel. Now you can move the guests mouse pointer. No tablet / absolute positioning (yet) though.
* spice: add keyboardGerd Hoffmann2010-09-211-0/+85
Open keyboard channel. Now you can type into the spice client and the keyboard events are sent to your guest. You'll need some other display like vnc to actually see the guest responding to them though.
OpenPOWER on IntegriCloud