summary refs log tree commit diff stats
path: root/ui/spice-core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* migration: MigrationNotifyFuncSteve Sistare2024-02-281-3/+1
* migration: MigrationEvent for notifiersSteve Sistare2024-02-281-5/+4
* migration: convert to NotifierWithReturnSteve Sistare2024-02-281-3/+5
* Replace "iothread lock" with "BQL" in commentsStefan Hajnoczi2024-01-081-1/+1
* system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi2024-01-081-2/+2
* migration: simplify notifiersSteve Sistare2023-10-201-2/+1
* ui/spice: fix compilation on win32Marc-André Lureau2023-03-241-1/+1
* ui/spice: fix SOCKET handling regressionMarc-André Lureau2023-03-211-2/+27
* ui: introduce egl_init()Marc-André Lureau2023-03-131-6/+1
* ui: remove deprecated 'password' option for SPICEDaniel P. Berrangé2023-02-151-15/+0
* qapi ui: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-141-5/+0
* ui: move qemu_spice_fill_device_address to ui/util.cMarc-André Lureau2021-12-211-50/+0
* error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster2021-08-261-6/+1
* 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/+12
* Remove superfluous timer_del() callsPeter Maydell2021-01-081-1/+0
* 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/+0
* chardev/spice: simplify chardev setupGerd Hoffmann2020-10-151-2/+0
* audio: remove qemu_spice_audio_init()Gerd Hoffmann2020-09-231-1/+0
* 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/+0
* 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/+0
* configure: bump spice-server required version to 0.12.5Marc-André Lureau2019-01-101-8/+0
* 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/+4
* 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/+0
* Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster2018-02-091-1/+0
* Include qapi/qmp/qstring.h exactly where neededMarkus Armbruster2018-02-091-1/+0