aboutsummaryrefslogtreecommitdiff
path: root/ui/spice-core.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau1-1/+0
2017-06-14spice: don't enter opengl mode in case another UI provides opengl supportGerd Hoffmann1-0/+1
2017-06-13migration: Move remaining exported functions to migration/misc.hJuan Quintela1-1/+1
2017-02-27spice: add display & head optionsGerd Hoffmann1-0/+6
2017-02-20spice: allow to specify drm rendernodeMarc-André Lureau1-1/+4
2016-09-23vl: Switch qemu_uuid to QemuUUIDFam Zheng1-1/+1
2016-06-03ui: spice: Exit if gl=on EGL init failsCole Robinson1-2/+4
2016-03-24spice: Disallow use of gl + TCP portChristophe Fergeau1-0/+5
2016-03-16module: Rename machine_init() to opts_init()Eduardo Habkost1-1/+1
2016-02-23Postcopy+spice: Pass spice migration data earlierDr. David Alan Gilbert1-1/+2
2016-02-23spice: add opengl/virgl/dmabuf supportGerd Hoffmann1-1/+14
2016-02-04ui: Clean up includesPeter Maydell1-0/+1
2016-01-18Fix corner-case when using VNC+SASL+SPICEChristophe Fergeau1-2/+2
2015-11-02qapi: Unbox base membersEric Blake1-10/+13
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2015-06-09QemuOpts: Convert qemu_opt_foreach() to ErrorMarkus Armbruster1-2/+3
2015-06-09QemuOpts: Drop qemu_opt_foreach() parameter abort_on_failureMarkus Armbruster1-1/+1
2015-05-29spice: don't update mm_time when spice-server is stopped.Gerd Hoffmann1-0/+1
2015-04-27monitor: Make client_migrate_info synchronousMarkus Armbruster1-21/+5
2015-01-22spice: add unix address supportMarc-André Lureau1-0/+9
2014-12-16spice: fix memory leakGonglei1-4/+1
2014-12-16spice: remove spice-experimental.h includeMarc-André Lureau1-1/+0
2014-12-16spice: do not require TCP portsMarc-André Lureau1-4/+0
2014-09-16spice: call qemu_spice_set_passwd() during initMarc-André Lureau1-1/+1
2014-09-01spice: use console index as display idGerd Hoffmann1-2/+1
2014-08-15spice: don't use 'Yoda conditions'Gonglei1-2/+2