aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
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
2012-03-14vnc: don't mess up with iohandlers in the vnc threadCorentin Chary
2012-03-12implement vnc_dpy_setdataGerd Hoffmann
2012-03-08vnc: Add break statementStefan Weil
2012-02-28Error out when tls-channel option is used without TLSChristophe Fergeau
2012-02-28spice: use error_report to report errorsChristophe Fergeau
2012-02-27qxl: make qxl_render_update asyncAlon Levy
2012-02-27qxl: introduce QXLCookieAlon Levy
2012-02-27qxl: require spice >= 0.8.2Alon Levy
2012-02-27sdl: remove NULL check, g_malloc0 can't failAlon Levy
2012-02-27qxl: fix spice+sdl no cursor regressionAlon Levy
2012-02-24Revert "qemu-char: Print strerror message on failure" and depsMarkus Armbruster
2012-02-21spice: support ipv6 channel address in monitor events and in spice infoYonit Halperin
2012-02-21Add SPICE support to add_client monitor commandDaniel P. Berrange
2012-02-17vnc: Don't demote authentication scheme when changing password/disabling loginDaniel P. Berrange
2012-02-15Merge remote-tracking branch 'kraxel/vnc.2' into stagingAnthony Liguori
2012-02-15qom: Unify type registrationAndreas Färber