index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui
Age
Commit message (
Expand
)
Author
2022-06-03
ui: Switch "-display sdl" to use the QAPI parser
Thomas Huth
2022-05-12
meson: link libpng independent of vnc
Kshitij Suri
2022-05-12
coroutine-lock: introduce qemu_co_queue_enter_all
Paolo Bonzini
2022-05-11
Clean up ill-advised or unusual header guards
Markus Armbruster
2022-05-03
ui: replace qemu_set_nonblock()
Marc-André Lureau
2022-04-28
meson, configure: move libgio test to meson
Paolo Bonzini
2022-04-28
configure, meson: move OpenGL check to meson
Paolo Bonzini
2022-04-27
Merge tag 'kraxel-20220427-pull-request' of git://git.kraxel.org/qemu into st...
Richard Henderson
2022-04-27
qapi/ui: add 'display-update' command for changing listen address
Vladimir Sementsov-Ogievskiy
2022-04-27
ui/vnc: refactor arrays of addresses to SocketAddressList
Vladimir Sementsov-Ogievskiy
2022-04-27
Added parameter to take screenshot with screendump as PNG
Kshitij Suri
2022-04-27
Replacing CONFIG_VNC_PNG with CONFIG_PNG
Kshitij Suri
2022-04-26
softmmu: remove deprecated --enable-fips option
Daniel P. Berrangé
2022-04-25
block: add 'force' parameter to 'blockdev-change-medium' command
Denis V. Lunev
2022-04-21
Move error_printf_unless_qmp() with monitor unit
Marc-André Lureau
2022-04-21
include: rename qemu-common.h qemu/help-texts.h
Marc-André Lureau
2022-04-21
Simplify softmmu/main.c
Marc-André Lureau
2022-04-19
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
2022-04-07
ui/cursor: fix integer overflow in cursor_alloc (CVE-2021-4206)
Mauro Matteo Cascella
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-03-29
ui/console: Check console before emitting GL event
Akihiko Odaki
2022-03-29
ui/cocoa: Respect left-command-key option
Akihiko Odaki
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-18
ui: avoid unnecessary memory operations in vnc_refresh_server_surface()
Wen, Jianxian
2022-03-18
ui/gtk: Ignore 2- and 3-button press events
K. Lange
2022-03-15
Merge tag 'darwin-20220315' of https://github.com/philmd/qemu into staging
Peter Maydell
2022-03-15
ui/cocoa: add option to swap Option and Command
Gustavo Noronha Silva
2022-03-15
ui/cocoa: capture all keys and combos when mouse is grabbed
Gustavo Noronha Silva
2022-03-15
ui/cocoa: release mouse when user switches away from QEMU window
Carwyn Ellis
2022-03-15
ui/cocoa: add option to disable left-command forwarding to guest
Carwyn Ellis
2022-03-15
ui/cocoa: Constify qkeycode translation arrays
Philippe Mathieu-Daudé
2022-03-15
ui/console: call gfx_switch() even if the current scanout is GL
Marc-André Lureau
2022-03-15
ui/dbus: do not send 2d scanout until gfx_update
Marc-André Lureau
2022-03-15
ui/dbus: fix texture sharing
Marc-André Lureau
2022-03-14
ui/console: optionally update after gfx switch
Marc-André Lureau
2022-03-14
ui/console: add a dpy_gfx_switch callback helper
Marc-André Lureau
2022-03-14
ui/shader: free associated programs
Marc-André Lureau
2022-03-14
ui/shader: fix potential leak of shader on error
Marc-André Lureau
2022-03-14
ui/console: move console compatibility check to dcl_display_console()
Marc-André Lureau
2022-03-14
ui/dbus: associate the DBusDisplayConsole listener with the given console
Marc-André Lureau
2022-03-14
ui/console: egl-headless is compatible with non-gl listeners
Marc-André Lureau
2022-03-14
ui/console: move dcl compatiblity check to a callback
Marc-André Lureau
2022-03-14
ui/console: move check for compatible GL context
Marc-André Lureau
2022-03-07
ui/cocoa: Use the standard about panel
Akihiko Odaki
2022-03-04
ui/cocoa: Add Services menu
Akihiko Odaki
2022-03-04
ui/clipboard: fix use-after-free regression
Marc-André Lureau
2022-03-04
ui: do not create a surface when resizing a GL scanout
Marc-André Lureau
2022-03-04
ui/console: fix texture leak when calling surface_gl_create_texture()
Marc-André Lureau
2022-03-04
ui/console: fix crash when using gl context with non-gl listeners
Marc-André Lureau
[next]