Age | Commit message (Expand) | Author | Files | Lines |
2023-01-20 | Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st... | Peter Maydell | 1 | -0/+1 |
2023-01-20 | coroutine: Split qemu/coroutine-core.h off qemu/coroutine.h | Markus Armbruster | 1 | -0/+1 |
2023-01-19 | ui: Simplify control flow in qemu_mouse_set() | Markus Armbruster | 1 | -13/+11 |
2023-01-19 | ui: Split hmp_mouse_set() and move the HMP part to ui/ | Markus Armbruster | 2 | -8/+15 |
2023-01-19 | ui: Don't check for mode change after mouse_set error | Markus Armbruster | 1 | -0/+1 |
2023-01-19 | ui: Reduce nesting in hmp_change_vnc() slightly | Markus Armbruster | 1 | -10/+7 |
2023-01-19 | ui: Factor out hmp_change_vnc(), and move to ui/ui-hmp-cmds.c | Markus Armbruster | 1 | -1/+34 |
2023-01-19 | ui: Move HMP commands from monitor to new ui/ui-hmp-cmds.c | Markus Armbruster | 2 | -0/+423 |
2023-01-19 | ui: Factor out qmp_add_client() parts and move to ui/ui-qmp-cmds.c | Markus Armbruster | 1 | -0/+41 |
2023-01-19 | ui: Move QMP commands from monitor to new ui/ui-qmp-cmds.c | Markus Armbruster | 2 | -0/+137 |
2023-01-19 | ui/spice: QXLInterface method set_mm_time() is now dead, drop | Markus Armbruster | 1 | -10/+0 |
2023-01-19 | ui/spice: Require spice-protocol >= 0.14.0 | Markus Armbruster | 1 | -4/+0 |
2023-01-08 | include/hw/pci: Split pci_device.h off pci.h | Markus Armbruster | 1 | -1/+1 |
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 |