aboutsummaryrefslogtreecommitdiff
path: root/ui/spice-core.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-20migration: simplify notifiersSteve Sistare1-2/+1
2023-03-24ui/spice: fix compilation on win32Marc-André Lureau1-1/+1
2023-03-21ui/spice: fix SOCKET handling regressionMarc-André Lureau1-2/+27
2023-03-13ui: introduce egl_init()Marc-André Lureau1-6/+1
2023-02-15ui: remove deprecated 'password' option for SPICEDaniel P. Berrangé1-15/+0
2022-12-14qapi ui: Elide redundant has_FOO in generated CMarkus Armbruster1-5/+0
2021-12-21ui: move qemu_spice_fill_device_address to ui/util.cMarc-André Lureau1-50/+0
2021-08-26error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster1-6/+1
2021-07-26ui/spice: Use HAVE_SPICE_GL for OpenGL checksAkihiko Odaki1-1/+1
2021-07-09modules: add ui module annotationsGerd Hoffmann1-0/+5
2021-03-15ui: deprecate "password" option for SPICE serverDaniel P. Berrangé1-0/+2
2021-03-15ui: introduce "password-secret" option for SPICE serverDaniel P. Berrangé1-2/+28
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé1-1/+1
2021-02-04spice: delay starting until display are initializedMarc-André Lureau1-1/+8
2021-01-28qapi: More complex uses of QAPI_LIST_APPENDEric Blake1-19/+12
2021-01-08Remove superfluous timer_del() callsPeter Maydell1-1/+0
2020-10-21spice: wire up monitor in QemuSpiceOps.Gerd Hoffmann1-1/+2
2020-10-21spice: move display_add_client() to QemuSpiceOps.Gerd Hoffmann1-1/+2
2020-10-21spice: move auth functions to QemuSpiceOps.Gerd Hoffmann1-4/+6
2020-10-21spice: move add_interface() to QemuSpiceOps.Gerd Hoffmann1-2/+3
2020-10-21spice: move display_init() to QemuSpiceOps.Gerd Hoffmann1-0/+1
2020-10-21spice: move qemu_spice_init() to QemuSpiceOps.Gerd Hoffmann1-1/+2
2020-10-21spice: add QemuSpiceOps, move migrate_infoGerd Hoffmann1-0/+5
2020-10-21spice: add module helpersGerd Hoffmann1-1/+0
2020-10-15chardev/spice: simplify chardev setupGerd Hoffmann1-2/+0
2020-09-23audio: remove qemu_spice_audio_init()Gerd Hoffmann1-1/+0
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-1/+1
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-02-21spice: use a default name for the serverMarc-André Lureau1-1/+1
2019-02-21spice: do not stop spice if VM is pausedMarc-André Lureau1-1/+1
2019-02-21spice: merge options listsMarc-André Lureau1-0/+1
2019-02-21spice: avoid spice runtime assertMarc-André Lureau1-0/+8
2019-02-21spice: set device address and device display ID in QXL interfaceLukáš Hrázký1-0/+51
2019-01-10spice: Remove unused includeFrediano Ziglio1-1/+0
2019-01-10configure: bump spice-server required version to 0.12.5Marc-André Lureau1-8/+0
2018-10-19spice: Clean up error reporting in add_channel()Markus Armbruster1-6/+7
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu1-6/+4
2018-06-26Add gles support to egl-helpers, wire up in egl-headless and gtk.Gerd Hoffmann1-1/+2
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-2/+2
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-1/+1
2018-02-09Drop superfluous includes of qapi/qmp/qjson.hMarkus Armbruster1-1/+0
2018-02-09Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09Include qapi/qmp/qstring.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+1
2018-01-12spice: remove unused timer listFrediano Ziglio1-4/+0
2018-01-12spice: remove only written event_mask fieldFrediano Ziglio1-4/+2
2018-01-12spice: remove unused watch listFrediano Ziglio1-4/+0
2017-06-22Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell1-1/+0