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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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-09-04
ui/console: new_console() cannot fail
Marc-André Lureau
1
-5
/
+0
2023-09-04
ui/console: get the DisplayState from new_console()
Marc-André Lureau
1
-19
/
+8
2023-09-01
ui/console: drop have_gfx
Marc-André Lureau
1
-7
/
+0
2023-09-01
ui/console: call dpy_gfx_update() regardless of have_gfx
Marc-André Lureau
1
-1
/
+1
2023-09-01
ui/console: console_select() regardless of have_gfx
Marc-André Lureau
1
-6
/
+4
2023-09-01
ui/vc: drop have_text
Marc-André Lureau
1
-29
/
+13
2023-09-01
ui/vc: replace vc_chr_write() with generic qemu_chr_write()
Marc-André Lureau
1
-3
/
+3
2023-09-01
ui/qmp: move screendump to ui-qmp-cmds.c
Marc-André Lureau
2
-195
/
+204
2023-09-01
ui: remove qemu_pixman_linebuf_copy()
Marc-André Lureau
1
-8
/
+0
2023-09-01
ui: remove qemu_pixman_color() helper
Marc-André Lureau
1
-11
/
+0
2023-08-31
ui: spelling fixes
Michael Tokarev
6
-7
/
+7
2023-08-07
ui/gtk: set scanout mode in gd_egl/gd_gl_area_scanout_texture
Dongwon Kim
2
-0
/
+2
2023-08-01
misc: Fix some typos in documentation and comments
Stefan Weil
1
-1
/
+1
2023-08-01
ui/dbus: fix clang compilation issue
Marc-André Lureau
1
-1
/
+2
2023-08-01
ui/dbus: fix win32 compilation when !opengl
Marc-Andre Lureau
1
-1
/
+3
2023-07-25
For curses display, recognize a few more control keys
Sean Estabrooks
1
-0
/
+6
2023-07-17
ui/gtk: skip refresh if new dmabuf has been submitted
Dongwon Kim
2
-0
/
+8
2023-07-17
ui/gtk: set scanout-mode right before scheduling draw
Dongwon Kim
2
-2
/
+2
2023-07-17
virtio-gpu-udmabuf: correct naming of QemuDmaBuf size properties
Dongwon Kim
4
-15
/
+18
2023-07-17
virtio-gpu: replace the surface with null surface when resetting
Dongwon Kim
1
-5
/
+6
2023-07-17
ui/gtk: Make sure the right EGL context is currently bound
Dongwon Kim
2
-0
/
+6
2023-07-17
ui/vnc-clipboard: fix infinite loop in inflate_buffer (CVE-2023-3255)
Mauro Matteo Cascella
1
-6
/
+4
2023-06-30
ui/dbus: fix build errors in dbus_update_gl_cb and dbus_call_update_gl
Richard Henderson
1
-0
/
+4
2023-06-27
ui/dbus: use shared D3D11 Texture2D when possible
Marc-André Lureau
2
-31
/
+324
2023-06-27
ui: add optional d3d texture pointer to scanout texture
Marc-André Lureau
8
-15
/
+25
2023-06-27
ui/egl: query ANGLE d3d device
Marc-André Lureau
2
-1
/
+34
2023-06-27
ui/dbus: add some GL traces
Marc-André Lureau
2
-0
/
+9
2023-06-27
ui/dbus: add GL support on win32
Marc-André Lureau
2
-34
/
+68
2023-06-27
ui: add egl_fb_read_rect()
Marc-André Lureau
1
-0
/
+14
2023-06-27
ui/egl: default to GLES on windows
Marc-André Lureau
1
-0
/
+4
2023-06-27
ui: add egl-headless support on win32
Marc-André Lureau
3
-17
/
+47
2023-06-27
ui/dbus: use shared memory when possible on win32
Marc-André Lureau
2
-5
/
+208
2023-06-27
console/win32: allocate shareable display surface
Marc-André Lureau
3
-8
/
+54
2023-06-27
ui/dbus: introduce "Interfaces" properties
Marc-André Lureau
2
-2
/
+123
2023-06-27
ui/dbus: win32 support
Marc-André Lureau
5
-13
/
+111
2023-06-27
ui/dbus: compile without gio/gunixfdlist.h
Marc-André Lureau
3
-0
/
+16
2023-06-27
ui/egl: fix make_context_current() callback return value
Marc-André Lureau
2
-4
/
+16
2023-06-27
ui/egl: export qemu_egl_get_error_string()
Marc-André Lureau
1
-7
/
+5
2023-06-27
ui/gtk: making dmabuf NULL when it's released.
Dongwon Kim
1
-0
/
+5
2023-06-27
ui/gtk: set the area of the scanout texture correctly
Dongwon Kim
2
-2
/
+4
2023-06-27
ui/dbus: Expose a touch device interface
Bilal Elmoussaoui
3
-3
/
+102
2023-06-27
ui/touch: Move event handling to a common helper
Bilal Elmoussaoui
2
-56
/
+70
2023-06-27
ui/sdl2: OpenGL window context
Antonio Caggiano
1
-7
/
+11
2023-06-27
egl: no need to lookup EGL functions manually
Marc-André Lureau
1
-4
/
+2
2023-06-27
ui: return NULL when getting cursor without a console
Marc-André Lureau
1
-1
/
+1
2023-06-20
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
1
-13
/
+13
2023-06-20
meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY
Philippe Mathieu-Daudé
1
-2
/
+2
2023-06-13
cocoa: Fix warnings about invalid prototype declarations
Philippe Mathieu-Daudé
1
-1
/
+1
2023-06-10
vnc: move assert in vnc_worker_thread_loop
Anastasia Belova
1
-1
/
+2
2023-06-05
bulk: Remove pointless QOM casts
Philippe Mathieu-Daudé
1
-3
/
+3
[prev]
[next]