index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-19
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
6
-8
/
+3
2022-04-07
ui/cursor: fix integer overflow in cursor_alloc (CVE-2021-4206)
Mauro Matteo Cascella
1
-1
/
+7
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
6
-6
/
+1
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2
-2
/
+2
2022-03-29
ui/console: Check console before emitting GL event
Akihiko Odaki
1
-0
/
+21
2022-03-29
ui/cocoa: Respect left-command-key option
Akihiko Odaki
1
-1
/
+2
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-1
/
+1
2022-03-18
ui: avoid unnecessary memory operations in vnc_refresh_server_surface()
Wen, Jianxian
1
-9
/
+17
2022-03-18
ui/gtk: Ignore 2- and 3-button press events
K. Lange
1
-0
/
+4
2022-03-15
Merge tag 'darwin-20220315' of https://github.com/philmd/qemu into staging
Peter Maydell
1
-11
/
+111
2022-03-15
ui/cocoa: add option to swap Option and Command
Gustavo Noronha Silva
1
-10
/
+39
2022-03-15
ui/cocoa: capture all keys and combos when mouse is grabbed
Gustavo Noronha Silva
1
-1
/
+64
2022-03-15
ui/cocoa: release mouse when user switches away from QEMU window
Carwyn Ellis
1
-0
/
+2
2022-03-15
ui/cocoa: add option to disable left-command forwarding to guest
Carwyn Ellis
1
-1
/
+7
2022-03-15
ui/cocoa: Constify qkeycode translation arrays
Philippe Mathieu-Daudé
1
-2
/
+2
2022-03-15
ui/console: call gfx_switch() even if the current scanout is GL
Marc-André Lureau
1
-3
/
+4
2022-03-15
ui/dbus: do not send 2d scanout until gfx_update
Marc-André Lureau
1
-17
/
+20
2022-03-15
ui/dbus: fix texture sharing
Marc-André Lureau
3
-11
/
+54
2022-03-14
ui/console: optionally update after gfx switch
Marc-André Lureau
1
-8
/
+11
2022-03-14
ui/console: add a dpy_gfx_switch callback helper
Marc-André Lureau
1
-10
/
+13
2022-03-14
ui/shader: free associated programs
Marc-André Lureau
1
-0
/
+3
2022-03-14
ui/shader: fix potential leak of shader on error
Marc-André Lureau
1
-2
/
+4
2022-03-14
ui/console: move console compatibility check to dcl_display_console()
Marc-André Lureau
1
-10
/
+9
2022-03-14
ui/dbus: associate the DBusDisplayConsole listener with the given console
Marc-André Lureau
3
-15
/
+17
2022-03-14
ui/console: egl-headless is compatible with non-gl listeners
Marc-André Lureau
1
-0
/
+8
2022-03-14
ui/console: move dcl compatiblity check to a callback
Marc-André Lureau
6
-7
/
+50
2022-03-14
ui/console: move check for compatible GL context
Marc-André Lureau
1
-15
/
+6
2022-03-07
ui/cocoa: Use the standard about panel
Akihiko Odaki
1
-89
/
+23
2022-03-04
ui/cocoa: Add Services menu
Akihiko Odaki
1
-0
/
+4
2022-03-04
ui/clipboard: fix use-after-free regression
Marc-André Lureau
1
-2
/
+4
2022-03-04
ui: do not create a surface when resizing a GL scanout
Marc-André Lureau
1
-4
/
+3
2022-03-04
ui/console: fix texture leak when calling surface_gl_create_texture()
Marc-André Lureau
1
-0
/
+4
2022-03-04
ui/console: fix crash when using gl context with non-gl listeners
Marc-André Lureau
1
-7
/
+15
2022-03-02
ui/cocoa.m: Remove unnecessary NSAutoreleasePools
Peter Maydell
1
-6
/
+0
2022-03-02
ui/cocoa.m: Fix updateUIInfo threading issues
Peter Maydell
1
-3
/
+22
2022-02-21
ui/cocoa: Fix the leak of qemu_console_get_label
Akihiko Odaki
1
-1
/
+3
2022-02-21
ui/cocoa: Do not alert even without block devices
Akihiko Odaki
1
-5
/
+0
2022-02-21
ui/cocoa: Remove allowedFileTypes restriction in SavePanel
Philippe Mathieu-Daudé
1
-6
/
+0
2022-01-18
spice: Update QXLInterface for spice >= 0.15.0
John Snow
1
-0
/
+11
2022-01-18
ui: avoid compiler warnings from unused clipboard info variable
Daniel P. Berrangé
1
-3
/
+1
2022-01-13
ui/input-legacy: pass horizontal scroll information
Dmitry Petrov
1
-0
/
+15
2022-01-13
ui/sdl2: pass horizontal scroll information to the device code
Dmitry Petrov
1
-0
/
+5
2022-01-13
ui/gtk: pass horizontal scroll information to the device code
Dmitry Petrov
1
-12
/
+42
2022-01-13
ui/cocoa: pass horizontal scroll information to the device code
Dmitry Petrov
1
-6
/
+12
2022-01-13
ui: fix gtk clipboard clear assertion
Marc-André Lureau
1
-10
/
+11
2022-01-13
ui/dbus: fix buffer-overflow detected by ASAN
Marc-André Lureau
1
-0
/
+1
2022-01-13
ui/vnc.c: Fixed a deadlock bug.
Rao Lei
1
-2
/
+2
2021-12-21
ui/dbus: register D-Bus VC handler
Marc-André Lureau
1
-0
/
+53
2021-12-21
ui/dbus: add chardev backend & interface
Marc-André Lureau
5
-0
/
+442
2021-12-21
ui/dbus: add clipboard interface
Marc-André Lureau
6
-0
/
+579
[next]