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
2023-04-24
spice: move client_migrate_info command to ui/
Juan Quintela
2
-0
/
+46
2023-04-20
vnc: avoid underflow when accessing user-provided address
Paolo Bonzini
1
-1
/
+1
2023-03-24
ui/spice: fix compilation on win32
Marc-André Lureau
1
-1
/
+1
2023-03-22
*: Add missing includes of qemu/error-report.h
Richard Henderson
1
-0
/
+1
2023-03-21
ui: fix crash on serial reset, during init
Marc-André Lureau
1
-1
/
+3
2023-03-21
ui/sdl2: remove workaround forcing x11
Erico Nunes
1
-16
/
+0
2023-03-21
ui: return the default console cursor when con == NULL
Marc-André Lureau
1
-0
/
+3
2023-03-21
ui/gtk: fix cursor moved to left corner
Marc-André Lureau
1
-1
/
+2
2023-03-21
ui/dbus: fix passing SOCKET to GSocket API & leak
Marc-André Lureau
1
-0
/
+9
2023-03-21
ui/spice: fix SOCKET handling regression
Marc-André Lureau
1
-2
/
+27
2023-03-15
Merge tag 'misc-next-pull-request' of https://gitlab.com/berrange/qemu into s...
Peter Maydell
1
-0
/
+0
2023-03-14
Add qemu qcode support for keys F13 to F24
Willem van de Velde
1
-0
/
+0
2023-03-13
ui/dbus: restrict opengl to gbm-enabled config
Marc-André Lureau
2
-6
/
+16
2023-03-13
ui/dbus: do not require opengl & gbm
Marc-André Lureau
3
-4
/
+23
2023-03-13
ui: introduce egl_init()
Marc-André Lureau
4
-20
/
+34
2023-03-13
ui/sdl: try to instantiate the matching opengl renderer
Marc-André Lureau
1
-0
/
+16
2023-03-13
ui/sdl: add QEMU_ENABLE_SDL_LOGGING setting/environment
Marc-André Lureau
1
-0
/
+4
2023-03-13
ui/egl: print EGL error, helping debugging
Marc-André Lureau
1
-6
/
+48
2023-03-13
ui/shader: fix #version directive must occur on first line
Marc-André Lureau
3
-3
/
+0
2023-03-13
ui/sdl: get the GL context from the window
Marc-André Lureau
1
-1
/
+3
2023-03-13
ui: set cursor position upon listener registration
Marc-André Lureau
1
-0
/
+7
2023-03-13
ui: set cursor upon listener registration
Marc-André Lureau
1
-0
/
+3
2023-03-13
ui: keep current cursor with QemuConsole
Marc-André Lureau
3
-6
/
+10
2023-03-13
ui: rename cursor_{get->ref}, return it
Marc-André Lureau
4
-7
/
+6
2023-03-13
ui: rename cursor_{put->unref}
Marc-André Lureau
4
-5
/
+5
2023-03-13
meson: ensure dbus-display generated code is built before other units
Marc-André Lureau
1
-2
/
+4
2023-03-13
ui/dbus: set mouse is-absolute during console creation
Marc-André Lureau
1
-3
/
+10
2023-03-13
audio/dbus: there are no sender for p2p mode
Marc-André Lureau
1
-1
/
+1
2023-03-13
ui/dbus: unregister clipboard on connection close
Marc-André Lureau
1
-11
/
+7
2023-03-13
ui/dbus: initialize cursor_fb
Marc-André Lureau
1
-1
/
+1
2023-03-08
ui/cocoa: Override windowDidResignKey
Akihiko Odaki
1
-3
/
+8
2023-02-27
ui/cocoa: user friendly characters for release mouse
Christian Schoenebeck
1
-2
/
+5
2023-02-15
ui: remove deprecated 'password' option for SPICE
Daniel P. Berrangé
1
-15
/
+0
2023-02-14
Do not include "qemu/error-report.h" in headers that do not need it
Thomas Huth
11
-0
/
+11
2023-02-08
Drop duplicate #include
Markus Armbruster
1
-1
/
+0
2023-02-08
Don't include headers already included by qemu/osdep.h
Markus Armbruster
1
-1
/
+0
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
[next]