index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
Commit message (
Expand
)
Author
Age
Files
Lines
*
ui: replace qemu_set_nonblock()
Marc-André Lureau
2022-05-03
1
-1
/
+4
*
meson, configure: move libgio test to meson
Paolo Bonzini
2022-04-28
1
-4
/
+3
*
configure, meson: move OpenGL check to meson
Paolo Bonzini
2022-04-28
1
-8
/
+9
*
Merge tag 'kraxel-20220427-pull-request' of git://git.kraxel.org/qemu into st...
Richard Henderson
2022-04-27
4
-93
/
+184
|
\
|
*
qapi/ui: add 'display-update' command for changing listen address
Vladimir Sementsov-Ogievskiy
2022-04-27
1
-0
/
+23
|
*
ui/vnc: refactor arrays of addresses to SocketAddressList
Vladimir Sementsov-Ogievskiy
2022-04-27
1
-78
/
+51
|
*
Added parameter to take screenshot with screendump as PNG
Kshitij Suri
2022-04-27
1
-3
/
+98
|
*
Replacing CONFIG_VNC_PNG with CONFIG_PNG
Kshitij Suri
2022-04-27
3
-12
/
+12
*
|
softmmu: remove deprecated --enable-fips option
Daniel P. Berrangé
2022-04-26
1
-7
/
+0
*
|
block: add 'force' parameter to 'blockdev-change-medium' command
Denis V. Lunev
2022-04-25
1
-0
/
+1
|
/
*
Move error_printf_unless_qmp() with monitor unit
Marc-André Lureau
2022-04-21
1
-0
/
+1
*
include: rename qemu-common.h qemu/help-texts.h
Marc-André Lureau
2022-04-21
1
-1
/
+1
*
Simplify softmmu/main.c
Marc-André Lureau
2022-04-21
1
-0
/
+1
*
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
2022-04-20
6
-8
/
+3
|
\
|
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
6
-6
/
+1
|
*
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
2
-2
/
+2
*
|
ui/cursor: fix integer overflow in cursor_alloc (CVE-2021-4206)
Mauro Matteo Cascella
2022-04-07
1
-1
/
+7
|
/
*
ui/console: Check console before emitting GL event
Akihiko Odaki
2022-03-29
1
-0
/
+21
*
ui/cocoa: Respect left-command-key option
Akihiko Odaki
2022-03-29
1
-1
/
+2
*
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-21
1
-1
/
+1
*
ui: avoid unnecessary memory operations in vnc_refresh_server_surface()
Wen, Jianxian
2022-03-18
1
-9
/
+17
*
ui/gtk: Ignore 2- and 3-button press events
K. Lange
2022-03-18
1
-0
/
+4
*
Merge tag 'darwin-20220315' of https://github.com/philmd/qemu into staging
Peter Maydell
2022-03-15
1
-11
/
+111
|
\
|
*
ui/cocoa: add option to swap Option and Command
Gustavo Noronha Silva
2022-03-15
1
-10
/
+39
|
*
ui/cocoa: capture all keys and combos when mouse is grabbed
Gustavo Noronha Silva
2022-03-15
1
-1
/
+64
|
*
ui/cocoa: release mouse when user switches away from QEMU window
Carwyn Ellis
2022-03-15
1
-0
/
+2
|
*
ui/cocoa: add option to disable left-command forwarding to guest
Carwyn Ellis
2022-03-15
1
-1
/
+7
|
*
ui/cocoa: Constify qkeycode translation arrays
Philippe Mathieu-Daudé
2022-03-15
1
-2
/
+2
*
|
ui/console: call gfx_switch() even if the current scanout is GL
Marc-André Lureau
2022-03-15
1
-3
/
+4
*
|
ui/dbus: do not send 2d scanout until gfx_update
Marc-André Lureau
2022-03-15
1
-17
/
+20
*
|
ui/dbus: fix texture sharing
Marc-André Lureau
2022-03-15
3
-11
/
+54
*
|
ui/console: optionally update after gfx switch
Marc-André Lureau
2022-03-14
1
-8
/
+11
*
|
ui/console: add a dpy_gfx_switch callback helper
Marc-André Lureau
2022-03-14
1
-10
/
+13
*
|
ui/shader: free associated programs
Marc-André Lureau
2022-03-14
1
-0
/
+3
*
|
ui/shader: fix potential leak of shader on error
Marc-André Lureau
2022-03-14
1
-2
/
+4
*
|
ui/console: move console compatibility check to dcl_display_console()
Marc-André Lureau
2022-03-14
1
-10
/
+9
*
|
ui/dbus: associate the DBusDisplayConsole listener with the given console
Marc-André Lureau
2022-03-14
3
-15
/
+17
*
|
ui/console: egl-headless is compatible with non-gl listeners
Marc-André Lureau
2022-03-14
1
-0
/
+8
*
|
ui/console: move dcl compatiblity check to a callback
Marc-André Lureau
2022-03-14
6
-7
/
+50
*
|
ui/console: move check for compatible GL context
Marc-André Lureau
2022-03-14
1
-15
/
+6
|
/
*
ui/cocoa: Use the standard about panel
Akihiko Odaki
2022-03-07
1
-89
/
+23
*
ui/cocoa: Add Services menu
Akihiko Odaki
2022-03-04
1
-0
/
+4
*
ui/clipboard: fix use-after-free regression
Marc-André Lureau
2022-03-04
1
-2
/
+4
*
ui: do not create a surface when resizing a GL scanout
Marc-André Lureau
2022-03-04
1
-4
/
+3
*
ui/console: fix texture leak when calling surface_gl_create_texture()
Marc-André Lureau
2022-03-04
1
-0
/
+4
*
ui/console: fix crash when using gl context with non-gl listeners
Marc-André Lureau
2022-03-04
1
-7
/
+15
*
ui/cocoa.m: Remove unnecessary NSAutoreleasePools
Peter Maydell
2022-03-02
1
-6
/
+0
*
ui/cocoa.m: Fix updateUIInfo threading issues
Peter Maydell
2022-03-02
1
-3
/
+22
*
ui/cocoa: Fix the leak of qemu_console_get_label
Akihiko Odaki
2022-02-21
1
-1
/
+3
*
ui/cocoa: Do not alert even without block devices
Akihiko Odaki
2022-02-21
1
-5
/
+0
[next]