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