summaryrefslogtreecommitdiff
path: root/ui/spice-display.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-10spice: QemuUIInfo windupGerd Hoffmann1-3/+22
2014-03-10spice: fix simple display surface handlingGerd Hoffmann1-4/+8
2013-12-16spice: move qemu_spice_display_*() from spice-graphics to spice-coreGerd Hoffmann1-17/+0
2013-10-17spice: fix multihead supportGerd Hoffmann1-3/+20
2013-10-17spice-display: add display channel id to the debug messages.Gerd Hoffmann1-13/+14
2013-10-17spice: replace use of deprecated APIMarc-André Lureau1-5/+5
2013-04-25console: zap ds arg from register_displaychangelistenerGerd Hoffmann1-1/+1
2013-04-16console: allow pinning displaychangelisteners to consolesGerd Hoffmann1-5/+6
2013-04-16console: rename vga_hw_*, add QemuConsole paramGerd Hoffmann1-1/+1
2013-03-18console: stop using DisplayState in gfx hardware emulationGerd Hoffmann1-4/+6
2013-03-18console: zap displaystate from dcl callbacksGerd Hoffmann1-4/+1
2013-03-18spice: stop using DisplayStateGerd Hoffmann1-15/+16
2013-03-18console: rework DisplaySurface handling [dcl/ui side]Gerd Hoffmann1-5/+7
2013-03-18spice: zap sdpy globalGerd Hoffmann1-14/+16
2013-03-18console: fix displaychangelisteners interfaceGerd Hoffmann1-6/+13
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-2/+2
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini1-1/+1
2012-12-19ui: move files to ui/ and include/ui/Paolo Bonzini1-3/+3
2012-11-21spice: add new spice-server callbacks to ui/spice-display.cGerd Hoffmann1-0/+35
2012-11-05spice: fix initialization orderGerd Hoffmann1-1/+1
2012-11-05spice: switch to pixmanGerd Hoffmann1-29/+22
2012-11-01console: untangle gfx & txt updatesGerd Hoffmann1-2/+2
2012-11-01console: move set_mouse + cursor_define callbacksGerd Hoffmann1-2/+2
2012-10-08spice: raise requirement to 0.12Gerd Hoffmann1-38/+0
2012-09-17Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-1/+1
2012-09-14ui: Fix spelling in comment (ressource -> resource)Stefan Weil1-1/+1
2012-09-12spice: send updates only for changed screen contentGerd Hoffmann1-1/+55
2012-09-12spice: add screen mirrorGerd Hoffmann1-10/+22
2012-09-12spice: split qemu_spice_create_updateGerd Hoffmann1-13/+18
2012-09-12spice: switch to queue for vga mode updatesGerd Hoffmann1-11/+14
2012-09-05spice: make number of surfaces runtime-configurable.Gerd Hoffmann1-1/+4
2012-09-05spice: notify on vm state change only via spice_server_vm_start/stopYonit Halperin1-2/+30
2012-06-22ui/spice-display.c: add missing initialization for valgrindAlon Levy1-0/+2
2012-04-07Replace Qemu by QEMU in commentsStefan Weil1-1/+1
2012-03-22ui/spice-display: use uintptr_t when casting qxl physical addressesAlon Levy1-5/+5
2012-03-22ui/spice-display.c: Fix compilation warnings on 32 bit hostsPeter Maydell1-6/+6
2012-03-19qxl: switch qxl.c to trace-eventsAlon Levy1-2/+12
2012-02-27qxl: introduce QXLCookieAlon Levy1-3/+19
2012-02-27qxl: require spice >= 0.8.2Alon Levy1-12/+0
2012-02-27qxl: fix spice+sdl no cursor regressionAlon Levy1-9/+14
2011-09-21Drop unneeded pthread.h inclusionsJan Kiszka1-2/+0
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino1-1/+2
2011-09-07spice: set qxl->ssd.running=true before telling spice to start, RHBZ #733993Yonit Halperin1-1/+2
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-6/+6
2011-08-03qxl: async io support using new spice apiAlon Levy1-12/+39
2011-08-01spice/qxl: move worker wrappersGerd Hoffmann1-46/+0
2011-08-01spice: add qemu_spice_display_init_commonGerd Hoffmann1-6/+11
2011-08-01spice: add worker wrapper functions.Gerd Hoffmann1-6/+89
2011-07-04qxl: set mm_time in vga updateAlon Levy1-0/+5