summaryrefslogtreecommitdiff
path: root/ui/spice-display.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-03spice: drop obsolete iothread lockingGerd Hoffmann1-6/+0
2011-05-03spice: don't call displaystate callbacks from spice server context.Gerd Hoffmann1-0/+12
2011-05-03spice: don't create updates in spice server context.Gerd Hoffmann1-16/+27
2010-11-02spice-display: replace private lock with qemu mutex.Gerd Hoffmann1-13/+14
2010-10-22Replace remaining gcc format attributes by macro GCC_FMT_ATTR (format checking)Stefan Weil1-2/+1
2010-09-21spice: add tablet supportGerd Hoffmann1-1/+1
2010-09-21spice: simple displayGerd Hoffmann1-0/+412