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
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi committed 5 months ago
Merge tag 'firmware-20260508-pull-request' of https://gitlab.com/kraxel/qemu into staging
Stefan Hajnoczi committed 5 months ago
Merge tag 'pull-loongarch-20260508-2' of https://github.com/gaosong715/qemu into staging
Stefan Hajnoczi committed 5 months ago
Merge tag 'pull-target-arm-20260507' of https://gitlab.com/pm215/qemu into staging
Stefan Hajnoczi committed 5 months ago
Stefan Hajnoczi committed 5 months ago
ui/console: add doc comment for qemu_console_{un}register_listener()
Marc-André Lureau committed 6 months ago
ui/console: simplify registering display/console change listener
Marc-André Lureau committed 7 months ago
ui/vnc: add vnc-system unit, to allow different implementations
Marc-André Lureau committed 6 months ago
ui/vnc: defer listener registration until the console is known
Marc-André Lureau committed 7 months ago
ui/vnc: clean up VNC displays on exit
Marc-André Lureau committed 6 months ago
ui/vnc: merge vnc_display_init() and vnc_display_open()
Marc-André Lureau committed 7 months ago
ui/vnc: vnc_display_init() and vnc_display_open() return bool
Marc-André Lureau committed 6 months ago
ui/vnc: make the worker thread per-VncDisplay
Marc-André Lureau committed 6 months ago
ui/console-vc: move VT100 emulation into separate unit
Marc-André Lureau committed 7 months ago
ui/console: remove console_ch_t typedef and console_write_ch()
Marc-André Lureau committed 5 months ago
ui/console-vc: extract vt100_init() and vt100_fini()
Marc-André Lureau committed 7 months ago
ui/console-vc: extract vt100_keysym() from qemu_text_console_handle_keysym()
Marc-André Lureau committed 7 months ago
ui/console-vc: extract vt100_input() from vc_chr_write()
Marc-André Lureau committed 7 months ago
ui/console-vc: move VT100 state machine and output FIFO into QemuVT100
Marc-André Lureau committed 7 months ago
ui/console-vc: add UTF-8 input decoding with CP437 rendering
Marc-André Lureau committed 7 months ago