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
/
console.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-06
ui/console: Note in '-display help' that some backends support suboptions
Peter Maydell
1
-0
/
+5
2024-07-16
ui/console: Remove dpy_cursor_define_supported()
Akihiko Odaki
1
-13
/
+0
2024-07-16
ui/console: Convert mouse visibility parameter into bool
Akihiko Odaki
1
-2
/
+3
2024-06-19
ui+display: rename is_buffer_shared() -> surface_is_allocated()
Gerd Hoffmann
1
-1
/
+2
2024-06-19
ui+display: rename is_placeholder() -> surface_is_placeholder()
Gerd Hoffmann
1
-1
/
+1
2024-05-14
ui/console: Use qemu_dmabuf_get_..() helpers instead
Dongwon Kim
1
-2
/
+2
2024-03-20
ui/curses: Do not use console_select()
Akihiko Odaki
1
-100
/
+21
2024-03-20
ui/vnc: Do not use console_select()
Akihiko Odaki
1
-0
/
+12
2024-02-16
ui/console: Fix console resize with placeholder surface
Tianlan Zhou
1
-1
/
+1
2023-11-21
ui/console: fix default VC when there are no display
Marc-André Lureau
1
-10
/
+8
2023-11-07
ui/console: when PIXMAN is unavailable, don't draw placeholder msg
Marc-André Lureau
1
-0
/
+2
2023-11-07
ui/vc: console-vc requires PIXMAN
Marc-André Lureau
1
-0
/
+3
2023-11-07
ui/console: allow to override the default VC
Marc-André Lureau
1
-0
/
+14
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-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
1
-1093
/
+3
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
1
-3
/
+1
2023-09-12
ui/vc: rename kbd_put to qemu_text_console functions
Marc-André Lureau
1
-5
/
+5
2023-09-12
ui/vc: remove kbd_put_keysym() and update function calls
Marc-André Lureau
1
-7
/
+7
2023-09-04
ui/vc: change the argument for QemuTextConsole
Marc-André Lureau
1
-8
/
+6
2023-09-04
ui/vc: do not parse VC-specific options in Spice and GTK
Marc-André Lureau
1
-2
/
+2
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
2023-09-04
ui/console: simplify getting active_console size
Marc-André Lureau
1
-4
/
+2
2023-09-04
ui/vc: move some text console initialization to qom handlers
Marc-André Lureau
1
-11
/
+11
2023-09-04
ui/vc: fold text_console_do_init() in vc_chr_open()
Marc-André Lureau
1
-49
/
+31
2023-09-04
ui/console: move graphic fields to QemuGraphicConsole
Marc-André Lureau
1
-46
/
+64
2023-09-04
ui/vc: move text fields to QemuTextConsole
Marc-André Lureau
1
-86
/
+91
2023-09-04
ui/console: free more QemuConsole resources
Marc-André Lureau
1
-1
/
+4
2023-09-04
ui/vc: move cursor_timer initialization to QemuTextConsole class
Marc-André Lureau
1
-2
/
+4
2023-09-04
ui/console: allocate ui_timer in QemuConsole
Marc-André Lureau
1
-2
/
+6
2023-09-04
ui/console: update the head from unused QemuConsole
Marc-André Lureau
1
-1
/
+1
2023-09-04
ui/console: specialize console_lookup_unused()
Marc-André Lureau
1
-3
/
+4
2023-09-04
ui/console: remove new_console()
Marc-André Lureau
1
-14
/
+5
2023-09-04
ui/console: register the console from qemu_console_init()
Marc-André Lureau
1
-2
/
+1
2023-09-04
ui/console: instantiate a specific console type
Marc-André Lureau
1
-28
/
+19
2023-09-04
ui/console: introduce different console objects
Marc-André Lureau
1
-0
/
+84
[next]