| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | spice: fix coverity reported defect in display code | Gerd Hoffmann | 2015-01-22 | 1 | -3/+3 |
* | ui/spice: Support shared surface for most pixman formats | Gerd Hoffmann | 2015-01-19 | 1 | -6/+7 |
* | spice: rework mirror allocation, add no-resize fast path | Gerd Hoffmann | 2014-12-16 | 1 | -7/+26 |
* | spice: use bottom half instead of refresh timer for cursor updates | Gerd Hoffmann | 2014-12-16 | 1 | -2/+10 |
* | spice: make sure we don't overflow ssd->buf | Gerd Hoffmann | 2014-09-05 | 1 | -5/+15 |
* | spice: fix 32bit build | Gerd Hoffmann | 2014-06-20 | 1 | -1/+1 |
* | spice: add mouse cursor support | Gerd Hoffmann | 2014-06-13 | 1 | -11/+118 |
* | spice: monitors_config: check pointer before dereferencing | Gerd Hoffmann | 2014-04-07 | 1 | -0/+4 |
* | spice: QemuUIInfo windup | Gerd Hoffmann | 2014-03-10 | 1 | -3/+22 |
* | spice: fix simple display surface handling | Gerd Hoffmann | 2014-03-10 | 1 | -4/+8 |
* | spice: move qemu_spice_display_*() from spice-graphics to spice-core | Gerd Hoffmann | 2013-12-16 | 1 | -17/+0 |
* | spice: fix multihead support | Gerd Hoffmann | 2013-10-17 | 1 | -3/+20 |
* | spice-display: add display channel id to the debug messages. | Gerd Hoffmann | 2013-10-17 | 1 | -13/+14 |
* | spice: replace use of deprecated API | Marc-André Lureau | 2013-10-17 | 1 | -5/+5 |
* | console: zap ds arg from register_displaychangelistener | Gerd Hoffmann | 2013-04-25 | 1 | -1/+1 |
* | console: allow pinning displaychangelisteners to consoles | Gerd Hoffmann | 2013-04-16 | 1 | -5/+6 |
* | console: rename vga_hw_*, add QemuConsole param | Gerd Hoffmann | 2013-04-16 | 1 | -1/+1 |
* | console: stop using DisplayState in gfx hardware emulation | Gerd Hoffmann | 2013-03-18 | 1 | -4/+6 |
* | console: zap displaystate from dcl callbacks | Gerd Hoffmann | 2013-03-18 | 1 | -4/+1 |
* | spice: stop using DisplayState | Gerd Hoffmann | 2013-03-18 | 1 | -15/+16 |
* | console: rework DisplaySurface handling [dcl/ui side] | Gerd Hoffmann | 2013-03-18 | 1 | -5/+7 |
* | spice: zap sdpy global | Gerd Hoffmann | 2013-03-18 | 1 | -14/+16 |
* | console: fix displaychangelisteners interface | Gerd Hoffmann | 2013-03-18 | 1 | -6/+13 |
* | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | misc: move include files to include/qemu/ | Paolo Bonzini | 2012-12-19 | 1 | -2/+2 |
* | monitor: move include files to include/monitor/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | ui: move files to ui/ and include/ui/ | Paolo Bonzini | 2012-12-19 | 1 | -3/+3 |
* | spice: add new spice-server callbacks to ui/spice-display.c | Gerd Hoffmann | 2012-11-21 | 1 | -0/+35 |
* | spice: fix initialization order | Gerd Hoffmann | 2012-11-05 | 1 | -1/+1 |
* | spice: switch to pixman | Gerd Hoffmann | 2012-11-05 | 1 | -29/+22 |
* | console: untangle gfx & txt updates | Gerd Hoffmann | 2012-11-01 | 1 | -2/+2 |
* | console: move set_mouse + cursor_define callbacks | Gerd Hoffmann | 2012-11-01 | 1 | -2/+2 |
* | spice: raise requirement to 0.12 | Gerd Hoffmann | 2012-10-08 | 1 | -38/+0 |
* | Merge remote-tracking branch 'stefanha/trivial-patches' into staging | Anthony Liguori | 2012-09-17 | 1 | -1/+1 |
|\ |
|
| * | ui: Fix spelling in comment (ressource -> resource) | Stefan Weil | 2012-09-14 | 1 | -1/+1 |
* | | spice: send updates only for changed screen content | Gerd Hoffmann | 2012-09-12 | 1 | -1/+55 |
* | | spice: add screen mirror | Gerd Hoffmann | 2012-09-12 | 1 | -10/+22 |
* | | spice: split qemu_spice_create_update | Gerd Hoffmann | 2012-09-12 | 1 | -13/+18 |
* | | spice: switch to queue for vga mode updates | Gerd Hoffmann | 2012-09-12 | 1 | -11/+14 |
|/ |
|
* | spice: make number of surfaces runtime-configurable. | Gerd Hoffmann | 2012-09-05 | 1 | -1/+4 |
* | spice: notify on vm state change only via spice_server_vm_start/stop | Yonit Halperin | 2012-09-05 | 1 | -2/+30 |
* | ui/spice-display.c: add missing initialization for valgrind | Alon Levy | 2012-06-22 | 1 | -0/+2 |
* | Replace Qemu by QEMU in comments | Stefan Weil | 2012-04-07 | 1 | -1/+1 |
* | ui/spice-display: use uintptr_t when casting qxl physical addresses | Alon Levy | 2012-03-22 | 1 | -5/+5 |
* | ui/spice-display.c: Fix compilation warnings on 32 bit hosts | Peter Maydell | 2012-03-22 | 1 | -6/+6 |
* | qxl: switch qxl.c to trace-events | Alon Levy | 2012-03-19 | 1 | -2/+12 |
* | qxl: introduce QXLCookie | Alon Levy | 2012-02-27 | 1 | -3/+19 |
* | qxl: require spice >= 0.8.2 | Alon Levy | 2012-02-27 | 1 | -12/+0 |
* | qxl: fix spice+sdl no cursor regression | Alon Levy | 2012-02-27 | 1 | -9/+14 |
* | Drop unneeded pthread.h inclusions | Jan Kiszka | 2011-09-21 | 1 | -2/+0 |