- f6ef71b ui: move qemu_spice_fill_device_address to ui/util.c by Marc-André Lureau · 4 years, 1 month ago
- f9734d5 error: Use error_fatal to simplify obvious fatal errors (again) by Markus Armbruster · 3 years, 8 months ago
- 9a6c69d ui/spice: Use HAVE_SPICE_GL for OpenGL checks by Akihiko Odaki · 3 years, 8 months ago
- b36ae1c modules: add ui module annotations by Gerd Hoffmann · 3 years, 9 months ago
- c47c0bc ui: deprecate "password" option for SPICE server by Daniel P. Berrangé · 4 years ago
- 99522f6 ui: introduce "password-secret" option for SPICE server by Daniel P. Berrangé · 4 years ago
- 538f049 sysemu: Let VMChangeStateHandler take boolean 'running' argument by Philippe Mathieu-Daudé · 4 years, 2 months ago
- a652b12 spice: delay starting until display are initialized by Marc-André Lureau · 4 years, 1 month ago
- 95b3a8c qapi: More complex uses of QAPI_LIST_APPEND by Eric Blake · 4 years, 2 months ago
- 729cc68 Remove superfluous timer_del() calls by Peter Maydell · 4 years, 3 months ago
- db5732c spice: wire up monitor in QemuSpiceOps. by Gerd Hoffmann · 4 years, 5 months ago
- 864a024 spice: move display_add_client() to QemuSpiceOps. by Gerd Hoffmann · 4 years, 5 months ago
- 08ad262 spice: move auth functions to QemuSpiceOps. by Gerd Hoffmann · 4 years, 5 months ago
- 05b5363 spice: move add_interface() to QemuSpiceOps. by Gerd Hoffmann · 4 years, 5 months ago
- b192cd1 spice: move display_init() to QemuSpiceOps. by Gerd Hoffmann · 4 years, 5 months ago
- 63be30e spice: move qemu_spice_init() to QemuSpiceOps. by Gerd Hoffmann · 4 years, 5 months ago
- 7477477 spice: add QemuSpiceOps, move migrate_info by Gerd Hoffmann · 4 years, 5 months ago
- 2e31e21 spice: add module helpers by Gerd Hoffmann · 4 years, 5 months ago
- 93ab584 chardev/spice: simplify chardev setup by Gerd Hoffmann · 4 years, 5 months ago
- f0c4555 audio: remove qemu_spice_audio_init() by Gerd Hoffmann · 4 years, 6 months ago
- 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 6 years ago
- db72581 Include qemu/main-loop.h less by Markus Armbruster · 6 years ago
- 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
- 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
- 4c77ee1 spice: use a default name for the server by Marc-André Lureau · 6 years ago
- 5b1638b spice: do not stop spice if VM is paused by Marc-André Lureau · 6 years ago
- 7921671 spice: merge options lists by Marc-André Lureau · 6 years ago
- 83f7180 spice: avoid spice runtime assert by Marc-André Lureau · 6 years ago
- be812c0 spice: set device address and device display ID in QXL interface by Lukáš Hrázký · 6 years ago
- 766a0a5 spice: Remove unused include by Frediano Ziglio · 6 years ago
- 1b63665 configure: bump spice-server required version to 0.12.5 by Marc-André Lureau · 6 years ago
- 9338570 spice: Clean up error reporting in add_channel() by Markus Armbruster · 6 years ago
- 3ab7238 qapi: Drop qapi_event_send_FOO()'s Error ** argument by Peter Xu · 7 years ago
- 54d208f Add gles support to egl-helpers, wire up in egl-headless and gtk. by Gerd Hoffmann · 7 years ago
- 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 7 years ago
- 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
- bbcad96 Drop superfluous includes of qapi/qmp/qjson.h by Markus Armbruster · 7 years ago
- bd006b9 Include qapi/qmp/qbool.h exactly where needed by Markus Armbruster · 7 years ago
- fc81fa1 Include qapi/qmp/qstring.h exactly where needed by Markus Armbruster · 7 years ago
- e688df6 Include qapi/error.h exactly where needed by Markus Armbruster · 7 years ago
- abda476 spice: remove unused timer list by Frediano Ziglio · 7 years ago
- 58a5d33 spice: remove only written event_mask field by Frediano Ziglio · 7 years ago
- 44e8f22 spice: remove unused watch list by Frediano Ziglio · 7 years ago
- 84e3d07 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' into staging by Peter Maydell · 8 years ago
- 01b2ffc qapi: merge QInt and QFloat in QNum by Marc-André Lureau · 8 years ago
- fe5c44f spice: don't enter opengl mode in case another UI provides opengl support by Gerd Hoffmann · 8 years ago
- c4b63b7 migration: Move remaining exported functions to migration/misc.h by Juan Quintela · 8 years ago
- 8bf69b4 spice: add display & head options by Gerd Hoffmann · 8 years ago
- 7b52550 spice: allow to specify drm rendernode by Marc-André Lureau · 8 years ago
- 9c5ce8d vl: Switch qemu_uuid to QemuUUID by Fam Zheng · 8 years ago
- daafc66 ui: spice: Exit if gl=on EGL init fails by Cole Robinson · 9 years ago
- 569a93c spice: Disallow use of gl + TCP port by Christophe Fergeau · 9 years ago
- 34294e2 module: Rename machine_init() to opts_init() by Eduardo Habkost · 9 years ago
- b82fc32 Postcopy+spice: Pass spice migration data earlier by Dr. David Alan Gilbert · 9 years ago
- 474114b spice: add opengl/virgl/dmabuf support by Gerd Hoffmann · 9 years ago
- e16f4c8 ui: Clean up includes by Peter Maydell · 9 years ago
- 06bb881 Fix corner-case when using VNC+SASL+SPICE by Christophe Fergeau · 9 years ago
- ddf2190 qapi: Unbox base members by Eric Blake · 9 years ago
- d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
- 71df1d8 QemuOpts: Convert qemu_opt_foreach() to Error by Markus Armbruster · 10 years ago
- 1640b20 QemuOpts: Drop qemu_opt_foreach() parameter abort_on_failure by Markus Armbruster · 10 years ago
- 641381c spice: don't update mm_time when spice-server is stopped. by Gerd Hoffmann · 10 years ago
- 3b5704b monitor: Make client_migrate_info synchronous by Markus Armbruster · 10 years ago
- fe4831b spice: add unix address support by Marc-André Lureau · 10 years ago
- a416427 spice: fix memory leak by Gonglei · 10 years ago
- e0883e2 spice: remove spice-experimental.h include by Marc-André Lureau · 10 years ago
- cf7856a spice: do not require TCP ports by Marc-André Lureau · 10 years ago
- 07d49a5 spice: call qemu_spice_set_passwd() during init by Marc-André Lureau · 11 years ago
- cd56cc6 spice: use console index as display id by Gerd Hoffmann · 11 years ago
- fe8e832 spice: don't use 'Yoda conditions' by Gonglei · 11 years ago
- b1ea7b7 spice: auth fixes by Gerd Hoffmann · 11 years ago
- 7cfadb6 qapi event: convert SPICE events by Wenchao Xia · 11 years ago
- a589569 qapi: adjust existing defines by Wenchao Xia · 11 years ago
- a76a2f7 spice: fix libvirt snapshots by Gerd Hoffmann · 11 years ago
- 4f60af9 spice: fix "info spice" by Gerd Hoffmann · 11 years ago
- b50f3e4 spice: move spice_server_vm_{start,stop} calls into qemu_spice_display_*() by Gerd Hoffmann · 11 years ago
- 7cc6a25 spice: move qemu_spice_display_*() from spice-graphics to spice-core by Gerd Hoffmann · 11 years ago
- f1d3e58 spice: flip streaming video mode to off by default by Gerd Hoffmann · 11 years ago
- 9fa0328 spice: fix multihead support by Gerd Hoffmann · 11 years ago
- 764eb39 Fix VNC SASL authentication when using a QXL device by Christophe Fergeau · 11 years ago
- 26defe8 spice: replace use of deprecated API by Marc-André Lureau · 11 years ago
- 6735aa9 spice-core: Use g_strdup_printf instead of snprintf by Christophe Fergeau · 12 years ago
- bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 12 years ago
- 58ae52a spice: fix display initialization by Gerd Hoffmann · 12 years ago
- 02edd2e migration: fix spice migration by Stefan Hajnoczi · 12 years ago
- 5ad24e5 spice: Add -spice disable-agent-file-transfer cmdline option (rhbz#961850) by Hans de Goede · 12 years ago
- fd3bea3 spice: Fix unchecked strdup() by converting to g_strdup() by Markus Armbruster · 12 years ago
- 4d45457 qemu-option: move standard option definitions out of qemu-config.c by Paolo Bonzini · 12 years ago
- bfb82a2 spice: drop incorrect vm_change_state_handler() opaque by Stefan Hajnoczi · 12 years ago
- 27dd773 Merge remote-tracking branch 'bonzini/header-dirs' into staging by Anthony Liguori · 12 years ago
- 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
- 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
- caf71f8 migration: move include files to include/migration/ by Paolo Bonzini · 12 years ago
- 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
- 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
- 28ecbae ui: move files to ui/ and include/ui/ by Paolo Bonzini · 12 years ago
- afd0b40 spice-qemu-char: register spicevmc ports during qemu_spice_init() by Marc-André Lureau · 12 years ago
- 938b8a3 qxl+vnc: register a vm state change handler for dummy spice_server by Uri Lublin · 12 years ago
- 9995c0b Fix the inconsistency in x509-dh-key-file parameter by Lei Li · 12 years ago
- 67be672 spice: raise requirement to 0.12 by Gerd Hoffmann · 12 years ago