aboutsummaryrefslogtreecommitdiff
path: root/ui/spice-core.c
AgeCommit message (Expand)Author
2021-03-15ui: deprecate "password" option for SPICE serverDaniel P. Berrangé
2021-03-15ui: introduce "password-secret" option for SPICE serverDaniel P. Berrangé
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé
2021-02-04spice: delay starting until display are initializedMarc-André Lureau
2021-01-28qapi: More complex uses of QAPI_LIST_APPENDEric Blake
2021-01-08Remove superfluous timer_del() callsPeter Maydell
2020-10-21spice: wire up monitor in QemuSpiceOps.Gerd Hoffmann
2020-10-21spice: move display_add_client() to QemuSpiceOps.Gerd Hoffmann
2020-10-21spice: move auth functions to QemuSpiceOps.Gerd Hoffmann
2020-10-21spice: move add_interface() to QemuSpiceOps.Gerd Hoffmann
2020-10-21spice: move display_init() to QemuSpiceOps.Gerd Hoffmann
2020-10-21spice: move qemu_spice_init() to QemuSpiceOps.Gerd Hoffmann
2020-10-21spice: add QemuSpiceOps, move migrate_infoGerd Hoffmann
2020-10-21spice: add module helpersGerd Hoffmann
2020-10-15chardev/spice: simplify chardev setupGerd Hoffmann
2020-09-23audio: remove qemu_spice_audio_init()Gerd Hoffmann
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-02-21spice: use a default name for the serverMarc-André Lureau
2019-02-21spice: do not stop spice if VM is pausedMarc-André Lureau
2019-02-21spice: merge options listsMarc-André Lureau
2019-02-21spice: avoid spice runtime assertMarc-André Lureau
2019-02-21spice: set device address and device display ID in QXL interfaceLukáš Hrázký
2019-01-10spice: Remove unused includeFrediano Ziglio
2019-01-10configure: bump spice-server required version to 0.12.5Marc-André Lureau
2018-10-19spice: Clean up error reporting in add_channel()Markus Armbruster
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu
2018-06-26Add gles support to egl-helpers, wire up in egl-headless and gtk.Gerd Hoffmann
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Drop superfluous includes of qapi/qmp/qjson.hMarkus Armbruster
2018-02-09Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/qmp/qstring.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-01-12spice: remove unused timer listFrediano Ziglio
2018-01-12spice: remove only written event_mask fieldFrediano Ziglio
2018-01-12spice: remove unused watch listFrediano Ziglio
2017-06-22Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau
2017-06-14spice: don't enter opengl mode in case another UI provides opengl supportGerd Hoffmann
2017-06-13migration: Move remaining exported functions to migration/misc.hJuan Quintela
2017-02-27spice: add display & head optionsGerd Hoffmann
2017-02-20spice: allow to specify drm rendernodeMarc-André Lureau
2016-09-23vl: Switch qemu_uuid to QemuUUIDFam Zheng
2016-06-03ui: spice: Exit if gl=on EGL init failsCole Robinson
2016-03-24spice: Disallow use of gl + TCP portChristophe Fergeau
2016-03-16module: Rename machine_init() to opts_init()Eduardo Habkost
2016-02-23Postcopy+spice: Pass spice migration data earlierDr. David Alan Gilbert