index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ui/cocoa: user friendly characters for release mouse
Christian Schoenebeck
2023-02-27
1
-2
/
+5
*
ui: remove deprecated 'password' option for SPICE
Daniel P. Berrangé
2023-02-15
1
-15
/
+0
*
Do not include "qemu/error-report.h" in headers that do not need it
Thomas Huth
2023-02-14
11
-0
/
+11
*
Drop duplicate #include
Markus Armbruster
2023-02-08
1
-1
/
+0
*
Don't include headers already included by qemu/osdep.h
Markus Armbruster
2023-02-08
1
-1
/
+0
*
Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into staging
Peter Maydell
2023-01-20
1
-0
/
+1
|
\
|
*
coroutine: Split qemu/coroutine-core.h off qemu/coroutine.h
Markus Armbruster
2023-01-20
1
-0
/
+1
*
|
ui: Simplify control flow in qemu_mouse_set()
Markus Armbruster
2023-01-19
1
-13
/
+11
*
|
ui: Split hmp_mouse_set() and move the HMP part to ui/
Markus Armbruster
2023-01-19
2
-8
/
+15
*
|
ui: Don't check for mode change after mouse_set error
Markus Armbruster
2023-01-19
1
-0
/
+1
*
|
ui: Reduce nesting in hmp_change_vnc() slightly
Markus Armbruster
2023-01-19
1
-10
/
+7
*
|
ui: Factor out hmp_change_vnc(), and move to ui/ui-hmp-cmds.c
Markus Armbruster
2023-01-19
1
-1
/
+34
*
|
ui: Move HMP commands from monitor to new ui/ui-hmp-cmds.c
Markus Armbruster
2023-01-19
2
-0
/
+423
*
|
ui: Factor out qmp_add_client() parts and move to ui/ui-qmp-cmds.c
Markus Armbruster
2023-01-19
1
-0
/
+41
*
|
ui: Move QMP commands from monitor to new ui/ui-qmp-cmds.c
Markus Armbruster
2023-01-19
2
-0
/
+137
*
|
ui/spice: QXLInterface method set_mm_time() is now dead, drop
Markus Armbruster
2023-01-19
1
-10
/
+0
*
|
ui/spice: Require spice-protocol >= 0.14.0
Markus Armbruster
2023-01-19
1
-4
/
+0
|
/
*
include/hw/pci: Split pci_device.h off pci.h
Markus Armbruster
2023-01-08
1
-1
/
+1
*
Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into staging
Peter Maydell
2022-12-15
1
-1
/
+0
|
\
|
*
error: Drop a few superfluous ERRP_GUARD()
Markus Armbruster
2022-12-14
1
-1
/
+0
*
|
qapi ui: Elide redundant has_FOO in generated C
Markus Armbruster
2022-12-14
4
-19
/
+4
*
|
qapi block: Elide redundant has_FOO in generated C
Markus Armbruster
2022-12-14
1
-6
/
+5
|
/
*
ui/gtk: prevent ui lock up when dpy_gl_update called again before current draw event occurs
Dongwon Kim
2022-11-23
2
-2
/
+2
*
gtk: disable GTK Clipboard with a new meson option
Claudio Fontana
2022-11-23
2
-1
/
+6
*
ui: fix tab indentation
Amarjargal Gundjalam
2022-11-08
4
-4626
/
+4626
*
module: add Error arguments to module_load and module_load_qom
Claudio Fontana
2022-11-06
1
-3
/
+15
*
module: rename module_load_one to module_load
Claudio Fontana
2022-11-06
1
-3
/
+3
*
ui: remove useless typecasts
Volker Rümelin
2022-10-24
2
-2
/
+2
*
treewide: Remove the unnecessary space before semicolon
Bin Meng
2022-10-24
2
-2
/
+2
*
Drop useless casts from g_malloc() & friends to pointer
Markus Armbruster
2022-10-22
1
-2
/
+2
*
gtk: Add show_menubar=on|off command line option.
Bryce Mills
2022-10-12
1
-5
/
+10
*
ui/gtk: Fix the implicit mouse ungrabbing logic
Akihiko Odaki
2022-10-12
1
-3
/
+7
*
ui/gtk-egl: egl context needs to be unbound in the end of gd_egl_switch
Dongwon Kim
2022-10-11
1
-0
/
+3
*
ui/vnc-clipboard: fix integer underflow in vnc_client_cut_text_ext
Mauro Matteo Cascella
2022-10-11
1
-3
/
+8
*
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2022-10-04
1
-1
/
+1
|
\
|
*
ui: fix path to dbus-display1.h
Paolo Bonzini
2022-09-29
1
-1
/
+1
*
|
Merge tag 'kraxel-20220927-pull-request' of https://gitlab.com/kraxel/qemu into staging
Stefan Hajnoczi
2022-09-27
5
-101
/
+85
|
\
\
|
|
/
|
/
|
|
*
ui/console: fix three double frees in png_save()
Volker Rümelin
2022-09-23
1
-3
/
+2
|
*
ui/vdagent: fix serial reset of guest agent
Marc-André Lureau
2022-09-23
1
-1
/
+4
|
*
ui/clipboard: reset the serial state on reset
Marc-André Lureau
2022-09-23
1
-0
/
+7
|
*
ui/vdagent: always reset the clipboard serial on caps
Marc-André Lureau
2022-09-23
1
-1
/
+3
|
*
ui/clipboard: fix serial priority
Marc-André Lureau
2022-09-23
1
-2
/
+2
|
*
ui: add some vdagent related traces
Marc-André Lureau
2022-09-23
3
-2
/
+18
|
*
ui/cocoa: Run qemu_init in the main thread
Akihiko Odaki
2022-09-23
1
-94
/
+50
|
*
ui/console: Get tab completion working again in the SDL monitor vc
Cal Peake
2022-09-23
1
-0
/
+1
*
|
ui/curses: Avoid dynamic stack allocation
Philippe Mathieu-Daudé
2022-09-22
1
-1
/
+1
|
/
*
ui/console: fix qemu_console_resize() regression
Marc-André Lureau
2022-08-18
1
-2
/
+4
*
trivial: Fix duplicated words
Thomas Huth
2022-08-01
1
-1
/
+1
*
ui: dbus-display requires CONFIG_GBM
Paolo Bonzini
2022-07-28
1
-1
/
+1
*
gtk: Add show_tabs=on|off command line option.
Felix xq Queißner
2022-07-19
1
-0
/
+4
[next]