Age | Commit message (Expand) | Author | Files | Lines |
2022-12-15 | Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into staging | Peter Maydell | 1 | -1/+0 |
2022-12-14 | qapi ui: Elide redundant has_FOO in generated C | Markus Armbruster | 4 | -19/+4 |
2022-12-14 | qapi block: Elide redundant has_FOO in generated C | Markus Armbruster | 1 | -6/+5 |
2022-12-14 | error: Drop a few superfluous ERRP_GUARD() | Markus Armbruster | 1 | -1/+0 |
2022-11-23 | ui/gtk: prevent ui lock up when dpy_gl_update called again before current dra... | Dongwon Kim | 2 | -2/+2 |
2022-11-23 | gtk: disable GTK Clipboard with a new meson option | Claudio Fontana | 2 | -1/+6 |
2022-11-08 | ui: fix tab indentation | Amarjargal Gundjalam | 4 | -4626/+4626 |
2022-11-06 | module: add Error arguments to module_load and module_load_qom | Claudio Fontana | 1 | -3/+15 |
2022-11-06 | module: rename module_load_one to module_load | Claudio Fontana | 1 | -3/+3 |
2022-10-24 | ui: remove useless typecasts | Volker Rümelin | 2 | -2/+2 |
2022-10-24 | treewide: Remove the unnecessary space before semicolon | Bin Meng | 2 | -2/+2 |
2022-10-22 | Drop useless casts from g_malloc() & friends to pointer | Markus Armbruster | 1 | -2/+2 |
2022-10-12 | gtk: Add show_menubar=on|off command line option. | Bryce Mills | 1 | -5/+10 |
2022-10-12 | ui/gtk: Fix the implicit mouse ungrabbing logic | Akihiko Odaki | 1 | -3/+7 |
2022-10-11 | ui/gtk-egl: egl context needs to be unbound in the end of gd_egl_switch | Dongwon Kim | 1 | -0/+3 |
2022-10-11 | ui/vnc-clipboard: fix integer underflow in vnc_client_cut_text_ext | Mauro Matteo Cascella | 1 | -3/+8 |
2022-10-04 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Stefan Hajnoczi | 1 | -1/+1 |
2022-09-29 | ui: fix path to dbus-display1.h | Paolo Bonzini | 1 | -1/+1 |
2022-09-27 | Merge tag 'kraxel-20220927-pull-request' of https://gitlab.com/kraxel/qemu in... | Stefan Hajnoczi | 5 | -101/+85 |
2022-09-23 | ui/console: fix three double frees in png_save() | Volker Rümelin | 1 | -3/+2 |
2022-09-23 | ui/vdagent: fix serial reset of guest agent | Marc-André Lureau | 1 | -1/+4 |
2022-09-23 | ui/clipboard: reset the serial state on reset | Marc-André Lureau | 1 | -0/+7 |
2022-09-23 | ui/vdagent: always reset the clipboard serial on caps | Marc-André Lureau | 1 | -1/+3 |
2022-09-23 | ui/clipboard: fix serial priority | Marc-André Lureau | 1 | -2/+2 |
2022-09-23 | ui: add some vdagent related traces | Marc-André Lureau | 3 | -2/+18 |
2022-09-23 | ui/cocoa: Run qemu_init in the main thread | Akihiko Odaki | 1 | -94/+50 |
2022-09-23 | ui/console: Get tab completion working again in the SDL monitor vc | Cal Peake | 1 | -0/+1 |
2022-09-22 | ui/curses: Avoid dynamic stack allocation | Philippe Mathieu-Daudé | 1 | -1/+1 |
2022-08-18 | ui/console: fix qemu_console_resize() regression | Marc-André Lureau | 1 | -2/+4 |
2022-08-01 | trivial: Fix duplicated words | Thomas Huth | 1 | -1/+1 |
2022-07-28 | ui: dbus-display requires CONFIG_GBM | Paolo Bonzini | 1 | -1/+1 |
2022-07-19 | gtk: Add show_tabs=on|off command line option. | Felix xq Queißner | 1 | -0/+4 |
2022-07-19 | dbus-display: fix test race when initializing p2p connection | Marc-André Lureau | 1 | -1/+3 |
2022-07-13 | ui/cocoa: Take refresh rate into account | Akihiko Odaki | 1 | -0/+12 |
2022-07-13 | ui/cocoa: Fix switched_to_fullscreen warning | Peter Delevoryas | 1 | -8/+0 |
2022-07-01 | ui/cocoa: Fix clipboard text release | Akihiko Odaki | 1 | -1/+3 |
2022-07-01 | ui/console: allow display device to be labeled with given id | Wen, Jianxian | 1 | -1/+40 |
2022-06-28 | Trivial: 3 char repeat typos | Dr. David Alan Gilbert | 1 | -1/+1 |
2022-06-14 | ui: Deliver refresh rate via QemuUIInfo | Akihiko Odaki | 4 | -29/+29 |
2022-06-14 | ui/cocoa: Fix poweroff request code | Akihiko Odaki | 1 | -1/+5 |
2022-06-14 | ui/gtk-gl-area: create the requested GL context version | Volker Rümelin | 2 | -1/+31 |
2022-06-14 | ui/gtk-gl-area: implement GL context destruction | Volker Rümelin | 2 | -1/+8 |
2022-06-03 | ui: Switch "-display sdl" to use the QAPI parser | Thomas Huth | 1 | -0/+10 |
2022-05-12 | meson: link libpng independent of vnc | Kshitij Suri | 1 | -1/+2 |
2022-05-12 | coroutine-lock: introduce qemu_co_queue_enter_all | Paolo Bonzini | 1 | -1/+1 |
2022-05-11 | Clean up ill-advised or unusual header guards | Markus Armbruster | 1 | -3/+4 |
2022-05-03 | ui: replace qemu_set_nonblock() | Marc-André Lureau | 1 | -1/+4 |
2022-04-28 | meson, configure: move libgio test to meson | Paolo Bonzini | 1 | -4/+3 |
2022-04-28 | configure, meson: move OpenGL check to meson | Paolo Bonzini | 1 | -8/+9 |
2022-04-27 | Merge tag 'kraxel-20220427-pull-request' of git://git.kraxel.org/qemu into st... | Richard Henderson | 4 | -93/+184 |