Official QOSAMI-QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are disabled. Please only use release tarballs from the QEMU website.
master
ui/console-vc: unify the write path
Marc-André Lureau committed 7 months ago
ui/console-vc: move vc_put_lf() to VT100 layer as vt100_put_lf()
Marc-André Lureau committed 7 months ago
ui/console-vc: refactor text_console_resize() into vt100_set_image()
Marc-André Lureau committed 7 months ago
ui/console-vc: console_scroll() -> vt100_scroll()
Marc-André Lureau committed 7 months ago
ui/console-vc: move cursor blinking logic into VT100 layer
Marc-André Lureau committed 7 months ago
ui/console-vc: console_refresh() -> vt100_refresh()
Marc-André Lureau committed 7 months ago
ui/console-vc: decouple VT100 display updates via function pointer
Marc-André Lureau committed 7 months ago
ui/console-vc: make show_cursor() take vt100
Marc-André Lureau committed 7 months ago
ui/console-vc: make invalidate_xy() take vt100
Marc-André Lureau committed 7 months ago
ui/console-vc: vga_putcharxy()->vt100_putcharxy()
Marc-André Lureau committed 7 months ago
ui/console-vc: set vt100 associated pixman image
Marc-André Lureau committed 7 months ago
ui/console-vc: introduce QemuVT100
Marc-André Lureau committed 7 months ago
ui/console: dispatch get_label() through QOM virtual method
Marc-André Lureau committed 7 months ago
ui/console-vc: fix comment shift-out/in comments
Marc-André Lureau committed 7 months ago
ui/console-vc: ignore string-type escape sequences
Marc-André Lureau committed 7 months ago
ui/console-vc: fix off-by-one in CSI J 2 (clear entire screen)
Marc-André Lureau committed 7 months ago
ui/vnc-jobs: drop redundant (and needless) qemu_thread_get_self()
Marc-André Lureau committed 7 months ago
ui/vnc-jobs: narrow taking the queue lock
Marc-André Lureau committed 7 months ago
ui/vnc-jobs: remove vnc_queue_clear()
Marc-André Lureau committed 7 months ago
ui/vnc-jobs: remove dead VncJobQueue.exit
Marc-André Lureau committed 7 months ago