aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
2012-10-23vnc: drop QERR_VNC_SERVER_FAILEDPaolo Bonzini
2012-10-23vnc: add error propagation to vnc_display_openPaolo Bonzini
2012-10-23vnc: reorganize code for reverse modePaolo Bonzini
2012-10-23vnc: introduce a single label for error returnsPaolo Bonzini
2012-10-23vnc: avoid Yoda conditionalsPaolo Bonzini
2012-10-23qemu-sockets: add Error ** to all functionsPaolo Bonzini
2012-10-19ui/vnc-jobs.c: Fix minor typos in commentsPeter Maydell
2012-10-19ui/vnc: Only report/use TIGHT_PNG encoding if enabled.Joel Martin
2012-10-12Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2012-10-12vnc: fix "info vnc" with "-vnc ..., reverse=on"Paolo Bonzini
2012-10-08spice: raise requirement to 0.12Gerd Hoffmann
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno
2012-10-05cleanup useless return sentenceAmos Kong
2012-10-05ui/vnc: simplify and avoid strncpyJim Meyering
2012-10-05vnc: Fix spelling (hellmen -> hellman) in commentStefan Weil
2012-09-25Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connectOrit Wasserman
2012-09-17Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2012-09-14ui: Fix spelling in comment (ressource -> resource)Stefan Weil
2012-09-12spice: send updates only for changed screen contentGerd Hoffmann
2012-09-12spice: add screen mirrorGerd Hoffmann
2012-09-12spice: split qemu_spice_create_updateGerd Hoffmann
2012-09-12spice: switch to queue for vga mode updatesGerd Hoffmann
2012-09-05spice: make number of surfaces runtime-configurable.Gerd Hoffmann
2012-09-05qxl: add QXL_IO_MONITORS_CONFIG_ASYNCAlon Levy
2012-09-05spice: adding seamless-migration option to the command lineYonit Halperin
2012-09-05spice: add 'migrated' flag to spice infoYonit Halperin
2012-09-05spice migration: add QEVENT_SPICE_MIGRATE_COMPLETEDYonit Halperin
2012-09-05spice: notify on vm state change only via spice_server_vm_start/stopYonit Halperin
2012-09-05spice: notify spice server on vm start/stopYonit Halperin
2012-09-05spice: abort on invalid streaming cmdline paramsChristophe Fergeau
2012-08-13net: inet_connect(), inet_connect_opts(): add in_progress argumentLuiz Capitulino
2012-08-03vnc: disable VNC password authentication (security type 2) when in FIPS modePaul Moore
2012-07-28Avoid returning voidBlue Swirl
2012-06-27Remove support for non-threaded VNC serverDaniel P. Berrange
2012-06-22ui/spice-display.c: add missing initialization for valgrindAlon Levy
2012-06-07build: move ui/ objects to nested Makefile.objsPaolo Bonzini
2012-05-30vnc: fix segfault in vnc_display_pw_expire()Gerd Hoffmann
2012-05-29cocoa: Suppress Cocoa frontend for -qtestAndreas Färber
2012-05-10sockets: use error class to pass listen errorAmos Kong
2012-05-10sockets: change inet_connect() to support nonblock socketAmos Kong
2012-05-03spice_info: add mouse_modeAlon Levy
2012-04-07Replace Qemu by QEMU in commentsStefan Weil
2012-03-22ui/spice-display: use uintptr_t when casting qxl physical addressesAlon Levy
2012-03-22ui/spice-display.c: Fix compilation warnings on 32 bit hostsPeter Maydell
2012-03-19Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2012-03-19spice: fix broken initializationAlon Levy
2012-03-19qxl: switch qxl.c to trace-eventsAlon Levy
2012-03-19spice: set spice uuid and nameMarc-André Lureau
2012-03-19vnc: Fix packed boolean struct membersStefan Weil
2012-03-14vnc: Limit r/w access to size of allocated memoryStefan Weil