[go: up one dir, main page]

v7.1.0 release
  1. 88738ea ui/console: fix qemu_console_resize() regression by Marc-André Lureau · 3 years, 2 months ago
  2. a07d9df trivial: Fix duplicated words by Thomas Huth · 3 years, 3 months ago
  3. d82b11f ui: dbus-display requires CONFIG_GBM by Paolo Bonzini · 3 years, 3 months ago
  4. c34a933 gtk: Add show_tabs=on|off command line option. by Felix xq Queißner · 3 years, 3 months ago
  5. c8ddcdd dbus-display: fix test race when initializing p2p connection by Marc-André Lureau · 3 years, 3 months ago
  6. 52eaefd ui/cocoa: Take refresh rate into account by Akihiko Odaki · 3 years, 3 months ago
  7. 713911a ui/cocoa: Fix switched_to_fullscreen warning by Peter Delevoryas · 3 years, 3 months ago
  8. 8c0d802 ui/cocoa: Fix clipboard text release by Akihiko Odaki · 3 years, 4 months ago
  9. 839a482 ui/console: allow display device to be labeled with given id by Wen, Jianxian · 3 years, 4 months ago
  10. 118d4ed Trivial: 3 char repeat typos by Dr. David Alan Gilbert · 3 years, 4 months ago
  11. aeffd07 ui: Deliver refresh rate via QemuUIInfo by Akihiko Odaki · 3 years, 4 months ago
  12. 2910abd ui/cocoa: Fix poweroff request code by Akihiko Odaki · 3 years, 4 months ago
  13. 0905367 ui/gtk-gl-area: create the requested GL context version by Volker Rümelin · 3 years, 4 months ago
  14. e561b3b ui/gtk-gl-area: implement GL context destruction by Volker Rümelin · 3 years, 4 months ago
  15. 9eafdee ui: Switch "-display sdl" to use the QAPI parser by Thomas Huth · 3 years, 5 months ago
  16. e23a13c meson: link libpng independent of vnc by Kshitij Suri · 3 years, 6 months ago
  17. d6ee15a coroutine-lock: introduce qemu_co_queue_enter_all by Paolo Bonzini · 3 years, 6 months ago
  18. 9c09280 Clean up ill-advised or unusual header guards by Markus Armbruster · 3 years, 6 months ago
  19. c7b1172 ui: replace qemu_set_nonblock() by Marc-André Lureau · 3 years, 6 months ago
  20. 7544060 meson, configure: move libgio test to meson by Paolo Bonzini · 3 years, 6 months ago
  21. 88b6e61 configure, meson: move OpenGL check to meson by Paolo Bonzini · 3 years, 6 months ago
  22. cf6f26d Merge tag 'kraxel-20220427-pull-request' of git://git.kraxel.org/qemu into staging by Richard Henderson · 3 years, 6 months ago
  23. abea194 qapi/ui: add 'display-update' command for changing listen address by Vladimir Sementsov-Ogievskiy · 3 years, 6 months ago
  24. d708f99 ui/vnc: refactor arrays of addresses to SocketAddressList by Vladimir Sementsov-Ogievskiy · 3 years, 6 months ago
  25. 9a0a119 Added parameter to take screenshot with screendump as PNG by Kshitij Suri · 3 years, 6 months ago
  26. 95f8510 Replacing CONFIG_VNC_PNG with CONFIG_PNG by Kshitij Suri · 3 years, 6 months ago
  27. c6b310b softmmu: remove deprecated --enable-fips option by Daniel P. Berrangé · 3 years, 6 months ago
  28. 80dd5af block: add 'force' parameter to 'blockdev-change-medium' command by Denis V. Lunev · 3 years, 6 months ago
  29. 756a98d Move error_printf_unless_qmp() with monitor unit by Marc-André Lureau · 3 years, 6 months ago
  30. 49f9522 include: rename qemu-common.h qemu/help-texts.h by Marc-André Lureau · 3 years, 6 months ago
  31. 88c39c8 Simplify softmmu/main.c by Marc-André Lureau · 3 years, 6 months ago
  32. 1be5a76 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Richard Henderson · 3 years, 6 months ago
  33. fa892e9 ui/cursor: fix integer overflow in cursor_alloc (CVE-2021-4206) by Mauro Matteo Cascella · 3 years, 7 months ago
  34. 0f9668e Remove qemu-common.h include from most units by Marc-André Lureau · 3 years, 7 months ago
  35. e03b568 Replace config-time define HOST_WORDS_BIGENDIAN by Marc-André Lureau · 3 years, 7 months ago
  36. 1699d00 ui/console: Check console before emitting GL event by Akihiko Odaki · 3 years, 7 months ago
  37. d6b6dea ui/cocoa: Respect left-command-key option by Akihiko Odaki · 3 years, 7 months ago
  38. b21e238 Use g_new() & friends where that makes obvious sense by Markus Armbruster · 3 years, 7 months ago
  39. 6c08964 ui: avoid unnecessary memory operations in vnc_refresh_server_surface() by Wen, Jianxian · 3 years, 7 months ago
  40. 2297db8 ui/gtk: Ignore 2- and 3-button press events by K. Lange · 3 years, 7 months ago
  41. 22a3a45 Merge tag 'darwin-20220315' of https://github.com/philmd/qemu into staging by Peter Maydell · 3 years, 7 months ago
  42. 4797adc ui/cocoa: add option to swap Option and Command by Gustavo Noronha Silva · 3 years, 7 months ago
  43. f844cdb ui/cocoa: capture all keys and combos when mouse is grabbed by Gustavo Noronha Silva · 3 years, 7 months ago
  44. 69221df ui/cocoa: release mouse when user switches away from QEMU window by Carwyn Ellis · 3 years, 7 months ago
  45. 48941a5 ui/cocoa: add option to disable left-command forwarding to guest by Carwyn Ellis · 3 years, 7 months ago
  46. 9459262 ui/cocoa: Constify qkeycode translation arrays by Philippe Mathieu-Daudé · 3 years, 7 months ago
  47. e1c676a ui/console: call gfx_switch() even if the current scanout is GL by Marc-André Lureau · 3 years, 7 months ago
  48. 2fa2386 ui/dbus: do not send 2d scanout until gfx_update by Marc-André Lureau · 3 years, 7 months ago
  49. 589089f ui/dbus: fix texture sharing by Marc-André Lureau · 3 years, 7 months ago
  50. c84ab0a ui/console: optionally update after gfx switch by Marc-André Lureau · 3 years, 7 months ago
  51. 26b032b ui/console: add a dpy_gfx_switch callback helper by Marc-André Lureau · 3 years, 7 months ago
  52. 532042d ui/shader: free associated programs by Marc-André Lureau · 3 years, 7 months ago
  53. 8fe496a ui/shader: fix potential leak of shader on error by Marc-André Lureau · 3 years, 7 months ago
  54. 4b7b661 ui/console: move console compatibility check to dcl_display_console() by Marc-André Lureau · 3 years, 7 months ago
  55. 417a231 ui/dbus: associate the DBusDisplayConsole listener with the given console by Marc-André Lureau · 3 years, 7 months ago
  56. cd19c25 ui/console: egl-headless is compatible with non-gl listeners by Marc-André Lureau · 3 years, 7 months ago
  57. a62c4a1 ui/console: move dcl compatiblity check to a callback by Marc-André Lureau · 3 years, 7 months ago
  58. 398d1c9 ui/console: move check for compatible GL context by Marc-André Lureau · 3 years, 7 months ago
  59. 99eb313 ui/cocoa: Use the standard about panel by Akihiko Odaki · 3 years, 8 months ago
  60. 5b6988c ui/cocoa: Add Services menu by Akihiko Odaki · 3 years, 8 months ago
  61. 02a8ee2 ui/clipboard: fix use-after-free regression by Marc-André Lureau · 3 years, 8 months ago
  62. cb8962c ui: do not create a surface when resizing a GL scanout by Marc-André Lureau · 3 years, 8 months ago
  63. 6cdcf88 ui/console: fix texture leak when calling surface_gl_create_texture() by Marc-André Lureau · 3 years, 8 months ago
  64. a9fbce5 ui/console: fix crash when using gl context with non-gl listeners by Marc-André Lureau · 3 years, 8 months ago
  65. 268c119 ui/cocoa.m: Remove unnecessary NSAutoreleasePools by Peter Maydell · 3 years, 8 months ago
  66. 8d65dee ui/cocoa.m: Fix updateUIInfo threading issues by Peter Maydell · 3 years, 8 months ago
  67. ca51160 ui/cocoa: Fix the leak of qemu_console_get_label by Akihiko Odaki · 3 years, 8 months ago
  68. b597278 ui/cocoa: Do not alert even without block devices by Akihiko Odaki · 3 years, 8 months ago
  69. 0cd723f ui/cocoa: Remove allowedFileTypes restriction in SavePanel by Philippe Mathieu-Daudé · 3 years, 8 months ago
  70. 9dcafa4 spice: Update QXLInterface for spice >= 0.15.0 by John Snow · 3 years, 9 months ago
  71. 70a54b0 ui: avoid compiler warnings from unused clipboard info variable by Daniel P. Berrangé · 3 years, 9 months ago
  72. 17f6315 ui/input-legacy: pass horizontal scroll information by Dmitry Petrov · 3 years, 9 months ago
  73. ed80f50 ui/sdl2: pass horizontal scroll information to the device code by Dmitry Petrov · 3 years, 9 months ago
  74. 13cb360 ui/gtk: pass horizontal scroll information to the device code by Dmitry Petrov · 3 years, 9 months ago
  75. d70a5de ui/cocoa: pass horizontal scroll information to the device code by Dmitry Petrov · 3 years, 9 months ago
  76. 87800d9 ui: fix gtk clipboard clear assertion by Marc-André Lureau · 3 years, 9 months ago
  77. fc94d11 ui/dbus: fix buffer-overflow detected by ASAN by Marc-André Lureau · 3 years, 9 months ago
  78. 1dbbe6f ui/vnc.c: Fixed a deadlock bug. by Rao Lei · 3 years, 9 months ago
  79. 7f767ca ui/dbus: register D-Bus VC handler by Marc-André Lureau · 3 years, 10 months ago
  80. 3e301c8 ui/dbus: add chardev backend & interface by Marc-André Lureau · 3 years, 10 months ago
  81. ff1a581 ui/dbus: add clipboard interface by Marc-André Lureau · 3 years, 10 months ago
  82. 739362d audio: add "dbus" audio backend by Marc-André Lureau · 3 years, 10 months ago
  83. 9999782 ui/dbus: add p2p=on/off option by Marc-André Lureau · 3 years, 10 months ago
  84. 142ca62 ui: add a D-Bus display backend by Marc-André Lureau · 3 years, 10 months ago
  85. ef20c5b docs: add dbus-display documentation by Marc-André Lureau · 3 years, 10 months ago
  86. ebced09 console: save current scanout details by Marc-André Lureau · 3 years, 10 months ago
  87. f6ef71b ui: move qemu_spice_fill_device_address to ui/util.c by Marc-André Lureau · 3 years, 10 months ago
  88. 5e79d51 ui: split the GL context in a different object by Marc-André Lureau · 3 years, 10 months ago
  89. 7cc712e ui: dispatch GL events to all listeners by Marc-André Lureau · 3 years, 10 months ago
  90. f6413cb ui: simplify gl unblock & flush by Marc-André Lureau · 3 years, 10 months ago
  91. a9b1e47 ui: add a gl-unblock warning timer by Marc-André Lureau · 3 years, 10 months ago
  92. a4ddc31 ui: make gl_block use a counter by Marc-André Lureau · 3 years, 10 months ago
  93. ac32b2f ui: associate GL context outside of display listener registration by Marc-André Lureau · 3 years, 10 months ago
  94. 4f41814 ui: factor out qemu_console_set_display_gl_ctx() by Marc-André Lureau · 3 years, 10 months ago
  95. ca19ef5 ui: do not delay further remote resize by Marc-André Lureau · 3 years, 10 months ago
  96. 505dbf9 ui/clipboard: add a clipboard reset serial event by Marc-André Lureau · 3 years, 10 months ago
  97. 349504e ui/clipboard: add qemu_clipboard_check_serial() by Marc-André Lureau · 3 years, 10 months ago
  98. 835f69f ui/vdagent: add serial capability support by Marc-André Lureau · 3 years, 10 months ago
  99. 1b17f1e ui: generalize clipboard notifier by Marc-André Lureau · 3 years, 10 months ago
  100. 5912745 ui/vdagent: replace #if 0 with protocol version check by Marc-André Lureau · 3 years, 10 months ago