summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2012-12-101-0/+2
|\
| * ui/vnc-palette.c: Include headers it needsEduardo Habkost2012-12-061-0/+2
* | curses: Remove OpenBSD workaroundBrad Smith2012-12-081-4/+0
|/
* Merge remote-tracking branch 'spice/spice.v64' into stagingAnthony Liguori2012-11-262-1/+36
|\
| * spice: add new spice-server callbacks to ui/spice-display.cGerd Hoffmann2012-11-211-0/+35
| * Fix the inconsistency in x509-dh-key-file parameterLei Li2012-11-211-1/+1
* | vnc: fix option misspelling ("non-adapative" -> "non-adaptive")Catalin Patulea2012-11-261-1/+1
|/
* vnc-palette.h: Include <stdbool.h>Eduardo Habkost2012-11-151-0/+1
* spice: fix initialization orderGerd Hoffmann2012-11-051-1/+1
* spice: switch to pixmanGerd Hoffmann2012-11-052-33/+25
* Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl2012-11-034-18/+12
|\
| * vnc: add missing staticBlue Swirl2012-11-014-18/+12
* | ui/cocoa.m: Update to new DisplayChangeListener member namesPeter Maydell2012-11-021-2/+2
* | pixman/vnc: remove dead code.Gerd Hoffmann2012-11-013-87/+27
* | pixman/vnc: remove rgb_prepare_row* functionsGerd Hoffmann2012-11-011-74/+10
* | pixman/vnc: use pixman images in vnc.Gerd Hoffmann2012-11-017-228/+259
* | console: remove DisplayAllocatorGerd Hoffmann2012-11-011-111/+6
* | console: remove dpy_gfx_fillGerd Hoffmann2012-11-011-7/+0
* | console: untangle gfx & txt updatesGerd Hoffmann2012-11-014-26/+19
* | console: move set_mouse + cursor_define callbacksGerd Hoffmann2012-11-013-10/+10
|/
* vnc: drop QERR_VNC_SERVER_FAILEDPaolo Bonzini2012-10-231-3/+0
* vnc: add error propagation to vnc_display_openPaolo Bonzini2012-10-231-19/+23
* vnc: reorganize code for reverse modePaolo Bonzini2012-10-231-11/+9
* vnc: introduce a single label for error returnsPaolo Bonzini2012-10-231-25/+17
* vnc: avoid Yoda conditionalsPaolo Bonzini2012-10-231-2/+2
* qemu-sockets: add Error ** to all functionsPaolo Bonzini2012-10-231-2/+2
* ui/vnc-jobs.c: Fix minor typos in commentsPeter Maydell2012-10-191-8/+8
* ui/vnc: Only report/use TIGHT_PNG encoding if enabled.Joel Martin2012-10-191-0/+2
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2012-10-121-0/+4
|\
| * vnc: fix "info vnc" with "-vnc ..., reverse=on"Paolo Bonzini2012-10-121-0/+4
* | spice: raise requirement to 0.12Gerd Hoffmann2012-10-083-92/+2
|/
* Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno2012-10-062-2/+1
|\
| * cleanup useless return sentenceAmos Kong2012-10-051-1/+0
| * vnc: Fix spelling (hellmen -> hellman) in commentStefan Weil2012-10-051-1/+1
* | ui/vnc: simplify and avoid strncpyJim Meyering2012-10-051-3/+1
|/
* Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connectOrit Wasserman2012-09-251-1/+1
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2012-09-171-1/+1
|\
| * ui: Fix spelling in comment (ressource -> resource)Stefan Weil2012-09-141-1/+1
* | spice: send updates only for changed screen contentGerd Hoffmann2012-09-121-1/+55
* | spice: add screen mirrorGerd Hoffmann2012-09-122-10/+23
* | spice: split qemu_spice_create_updateGerd Hoffmann2012-09-121-13/+18
* | spice: switch to queue for vga mode updatesGerd Hoffmann2012-09-122-12/+16
|/
* spice: make number of surfaces runtime-configurable.Gerd Hoffmann2012-09-052-3/+5
* qxl: add QXL_IO_MONITORS_CONFIG_ASYNCAlon Levy2012-09-051-0/+1
* spice: adding seamless-migration option to the command lineYonit Halperin2012-09-051-0/+7
* spice: add 'migrated' flag to spice infoYonit Halperin2012-09-051-0/+4
* spice migration: add QEVENT_SPICE_MIGRATE_COMPLETEDYonit Halperin2012-09-051-1/+8
* spice: notify on vm state change only via spice_server_vm_start/stopYonit Halperin2012-09-053-4/+41
* spice: notify spice server on vm start/stopYonit Halperin2012-09-051-0/+14
* spice: abort on invalid streaming cmdline paramsChristophe Fergeau2012-09-051-1/+2
OpenPOWER on IntegriCloud