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-10-20
Merge tag 'migration-20231020-pull-request' of https://gitlab.com/juan.quinte...
Stefan Hajnoczi
2
-5
/
+3
2023-10-20
migration: simplify notifiers
Steve Sistare
1
-2
/
+1
2023-10-20
migration: simplify blockers
Steve Sistare
1
-3
/
+2
2023-10-19
ui/input: Constify QemuInputHandler structure
Philippe Mathieu-Daudé
3
-4
/
+4
2023-10-17
meson: do not build shaders by default
Paolo Bonzini
1
-0
/
+1
2023-10-09
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
1
-0
/
+2
2023-10-08
audio: reintroduce default audio backend for VNC
Paolo Bonzini
1
-0
/
+2
2023-10-06
ui/cocoa: Clean up global variable shadowing
Philippe Mathieu-Daudé
1
-2
/
+2
2023-10-04
Merge tag 'misc-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...
Stefan Hajnoczi
10
-62
/
+54
2023-10-03
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
3
-5
/
+14
2023-10-03
ui/gtk: fix UI info precondition
Marc-André Lureau
1
-0
/
+8
2023-10-03
ui: add XBGR8888 and ABGR8888 in drm_format_pixman_map
Ken Xue
1
-1
/
+3
2023-10-03
ui/console: sanitize search in qemu_graphic_console_is_multihead()
Laszlo Ersek
1
-6
/
+1
2023-10-03
ui/console: eliminate QOM properties from qemu_console_is_multihead()
Laszlo Ersek
1
-8
/
+8
2023-10-03
ui/console: only walk QemuGraphicConsoles in qemu_console_is_multihead()
Laszlo Ersek
1
-0
/
+3
2023-10-03
ui/console: make qemu_console_is_multihead() static
Laszlo Ersek
1
-1
/
+1
2023-10-03
input: Allow to choose console with qemu_input_is_absolute
Akihiko Odaki
8
-48
/
+32
2023-10-03
audio: return Error ** from audio_state_by_name
Paolo Bonzini
2
-4
/
+2
2023-10-03
ui/vnc: Require audiodev= to enable audio
Paolo Bonzini
2
-1
/
+12
2023-09-29
ui: Clean up local variable shadowing
Markus Armbruster
5
-24
/
+22
2023-09-25
ui/vnc: fix handling of VNC_FEATURE_XVP
Paolo Bonzini
1
-2
/
+2
2023-09-25
ui/vnc: fix debug output for invalid audio message
Paolo Bonzini
1
-1
/
+1
2023-09-12
ui: add precondition for dpy_get_ui_info()
Marc-André Lureau
1
-1
/
+3
2023-09-12
ui: fix crash when there are no active_console
Marc-André Lureau
1
-0
/
+3
2023-09-12
ui/vc: split off the VC part from console.c
Marc-André Lureau
4
-1093
/
+1126
2023-09-12
ui/vc: preliminary QemuTextConsole changes before split
Marc-André Lureau
1
-17
/
+35
2023-09-12
ui/console: remove redundant format field
Marc-André Lureau
5
-7
/
+5
2023-09-12
ui/vc: rename kbd_put to qemu_text_console functions
Marc-André Lureau
7
-40
/
+40
2023-09-12
ui/vc: remove kbd_put_keysym() and update function calls
Marc-André Lureau
4
-36
/
+36
2023-09-06
Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...
Stefan Hajnoczi
13
-678
/
+740
2023-09-04
ui/gtk: fix leaks found wtih fuzzing
Dmitry Frolov
1
-1
/
+2
2023-09-04
ui/vdagent: Unregister input handler of mouse during finalization
Guoyi Tu
1
-0
/
+3
2023-09-04
ui/vdagent: call vdagent_disconnect() when agent connection is lost
Guoyi Tu
1
-0
/
+3
2023-09-04
ui/dbus: implement damage regions for GL
Bilal Elmoussaoui
1
-7
/
+25
2023-09-04
ui/dbus: Properly dispose touch/mouse dbus objects
Bilal Elmoussaoui
1
-0
/
+2
2023-09-04
ui/vnc-enc-tight: Avoid dynamic stack allocation
Philippe Mathieu-Daudé
1
-5
/
+6
2023-09-04
ui/vnc-enc-hextile: Use static rather than dynamic length stack array
Peter Maydell
1
-1
/
+7
2023-09-04
ui/spice-display: Avoid dynamic stack allocation
Peter Maydell
1
-1
/
+2
2023-09-04
ui/vc: change the argument for QemuTextConsole
Marc-André Lureau
4
-15
/
+13
2023-09-04
ui/vc: do not parse VC-specific options in Spice and GTK
Marc-André Lureau
3
-4
/
+8
2023-09-04
ui/vc: move text console invalidate in helper
Marc-André Lureau
1
-4
/
+9
2023-09-04
ui/console: minor stylistic changes
Marc-André Lureau
1
-6
/
+4
2023-09-04
ui/vc: skip text console resize when possible
Marc-André Lureau
1
-3
/
+9
2023-09-04
ui/console: fold text_console_update_cursor_timer
Marc-André Lureau
1
-8
/
+2
2023-09-04
ui/console: assert(surface) where appropriate
Marc-André Lureau
1
-0
/
+4
2023-09-04
ui/console: rename vga_ functions with qemu_console_
Marc-André Lureau
1
-13
/
+12
2023-09-04
ui/console: use QEMU_PIXMAN_COLOR helpers
Marc-André Lureau
1
-21
/
+18
2023-09-04
ui/console: declare console types in console.h
Marc-André Lureau
1
-15
/
+0
2023-09-04
ui/vc: use common text console surface creation
Marc-André Lureau
1
-7
/
+2
2023-09-04
ui/console: remove need for g_width/g_height
Marc-André Lureau
1
-5
/
+3
[next]