summaryrefslogtreecommitdiffstats
path: root/ui/spice-core.c
Commit message (Expand)AuthorAgeFilesLines
* ui: move qemu_spice_fill_device_address to ui/util.cMarc-André Lureau2021-12-211-50/+0Star
* error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster2021-08-261-6/+1Star
* ui/spice: Use HAVE_SPICE_GL for OpenGL checksAkihiko Odaki2021-07-261-1/+1
* modules: add ui module annotationsGerd Hoffmann2021-07-091-0/+5
* ui: deprecate "password" option for SPICE serverDaniel P. Berrangé2021-03-151-0/+2
* ui: introduce "password-secret" option for SPICE serverDaniel P. Berrangé2021-03-151-2/+28
* sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2021-03-091-1/+1
* spice: delay starting until display are initializedMarc-André Lureau2021-02-041-1/+8
* qapi: More complex uses of QAPI_LIST_APPENDEric Blake2021-01-281-19/+12Star
* Remove superfluous timer_del() callsPeter Maydell2021-01-081-1/+0Star
* spice: wire up monitor in QemuSpiceOps.Gerd Hoffmann2020-10-211-1/+2
* spice: move display_add_client() to QemuSpiceOps.Gerd Hoffmann2020-10-211-1/+2
* spice: move auth functions to QemuSpiceOps.Gerd Hoffmann2020-10-211-4/+6
* spice: move add_interface() to QemuSpiceOps.Gerd Hoffmann2020-10-211-2/+3
* spice: move display_init() to QemuSpiceOps.Gerd Hoffmann2020-10-211-0/+1
* spice: move qemu_spice_init() to QemuSpiceOps.Gerd Hoffmann2020-10-211-1/+2
* spice: add QemuSpiceOps, move migrate_infoGerd Hoffmann2020-10-211-0/+5
* spice: add module helpersGerd Hoffmann2020-10-211-1/+0Star
* chardev/spice: simplify chardev setupGerd Hoffmann2020-10-151-2/+0Star
* audio: remove qemu_spice_audio_init()Gerd Hoffmann2020-09-231-1/+0Star
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+1
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* spice: use a default name for the serverMarc-André Lureau2019-02-211-1/+1
* spice: do not stop spice if VM is pausedMarc-André Lureau2019-02-211-1/+1
* spice: merge options listsMarc-André Lureau2019-02-211-0/+1
* spice: avoid spice runtime assertMarc-André Lureau2019-02-211-0/+8
* spice: set device address and device display ID in QXL interfaceLukáš Hrázký2019-02-211-0/+51
* spice: Remove unused includeFrediano Ziglio2019-01-101-1/+0Star
* configure: bump spice-server required version to 0.12.5Marc-André Lureau2019-01-101-8/+0Star
* spice: Clean up error reporting in add_channel()Markus Armbruster2018-10-191-6/+7
* qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu2018-08-281-6/+4Star
* Add gles support to egl-helpers, wire up in egl-headless and gtk.Gerd Hoffmann2018-06-261-1/+2
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-2/+2
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-1/+1
* Drop superfluous includes of qapi/qmp/qjson.hMarkus Armbruster2018-02-091-1/+0Star
* Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
* Include qapi/qmp/qstring.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* spice: remove unused timer listFrediano Ziglio2018-01-121-4/+0Star
* spice: remove only written event_mask fieldFrediano Ziglio2018-01-121-4/+2Star
* spice: remove unused watch listFrediano Ziglio2018-01-121-4/+0Star
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell2017-06-221-1/+0Star
|\
| * qapi: merge QInt and QFloat in QNumMarc-André Lureau2017-06-201-1/+0Star
* | spice: don't enter opengl mode in case another UI provides opengl supportGerd Hoffmann2017-06-141-0/+1
|/
* migration: Move remaining exported functions to migration/misc.hJuan Quintela2017-06-131-1/+1
* spice: add display & head optionsGerd Hoffmann2017-02-271-0/+6
* spice: allow to specify drm rendernodeMarc-André Lureau2017-02-201-1/+4
* vl: Switch qemu_uuid to QemuUUIDFam Zheng2016-09-231-1/+1