index
:
qemu/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-10.0
stable-10.1
stable-10.2
stable-11.0
stable-11.1
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-10.0
staging-10.1
staging-10.2
staging-11.0
staging-11.1
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
QEMU main repository
QEMU Owners
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
chardev
Age
Commit message (
Expand
)
Author
10 days
build-sys: make HMP source files conditional on have_hmp
Marc-André Lureau
10 days
monitor: tighten monitor_printf*()
Marc-André Lureau
10 days
monitor: make hmp_handle_error() take MonitorHMP
Marc-André Lureau
10 days
monitor: change HMPCommand cmd to take MonitorHMP
Marc-André Lureau
10 days
monitor: isolate HMP declarations in hmp.h
Marc-André Lureau
10 days
system: guard HMP initialization paths with CONFIG_HMP
Marc-André Lureau
14 days
chardev: Don't unregister yank upon async path connection failure
Fabiano Rosas
2026-07-23
char-win-stdio: fix typo in spelling of 'stdio'
Filip Hejsek
2026-07-07
monitor: pass chardev ID into monitor constructor instead of object
Daniel P. Berrangé
2026-07-07
monitor: minimal conversion of monitors to QOM
Daniel P. Berrangé
2026-07-07
monitor: rename monitor_init* to monitor_new*
Daniel P. Berrangé
2026-06-06
chardev/char-socket: handle NULL addr in char_socket_get_addr
Marc-André Lureau
2026-05-25
ui/input: Remove QAPI wrappers from QemuInputEvent
Akihiko Odaki
2026-05-25
ui/input: Introduce QemuInputEvent typedef
Akihiko Odaki
2026-05-09
ui/console: add vc encoding=utf8/cp437 option
Marc-André Lureau
2026-05-09
char: error out if given unhandled size options
Marc-André Lureau
2026-05-06
monitor: Extract completion declarations to 'monitor/hmp-completion.h'
Philippe Mathieu-Daudé
2026-04-22
serial COM: windows serial COM PollingFunc don't sleep
Werner de Carne
2026-03-06
chardev: Consolidate yank registration
Fabiano Rosas
2026-03-06
chardev: Don't attempt to unregister yank function more than once
Fabiano Rosas
2026-03-06
chardev: Fix QIOChannel refcount
Fabiano Rosas
2026-02-13
baum: Add copy/paste bindings
Samuel Thibault
2026-02-13
chardev: add logtimestamp option
Vladimir Sementsov-Ogievskiy
2026-02-13
char: qemu_chr_write_log() use qemu_write_full()
Vladimir Sementsov-Ogievskiy
2026-02-13
chardev/char: qemu_char_open(): add return value
Vladimir Sementsov-Ogievskiy
2026-02-13
chardev: rework filename handling
Vladimir Sementsov-Ogievskiy
2026-02-13
chardev: introduce .chr_get_pty_name() handler
Vladimir Sementsov-Ogievskiy
2026-02-13
chardev/char-pty: store pty_name into PtyChardev state
Vladimir Sementsov-Ogievskiy
2026-02-13
chardev: .chr_open(): add boolean return value
Vladimir Sementsov-Ogievskiy
2026-02-13
chardev: .chr_open(): drop be_opened parameter
Vladimir Sementsov-Ogievskiy
2026-02-13
chardev: consistent naming for ChardevClass handlers implementations
Vladimir Sementsov-Ogievskiy
2026-02-13
chardev: ChardevClass: consistent naming for handlers
Vladimir Sementsov-Ogievskiy
2026-02-13
ui/spice: Require spice-server >= 0.15.0
Vladimir Sementsov-Ogievskiy
2026-02-13
char-udp: Fix initial backend open status
Eric K
2026-01-07
monitor/qmp: cleanup SocketChardev listener sources early to avoid fd handlin...
Jie Song
2025-12-27
include: move hw/usb.h to hw/usb/
Paolo Bonzini
2025-11-25
chardev/char-pty: Do not ignore chr_write() failures
Philippe Mathieu-Daudé
2025-11-25
chardev/char-file: fix failure path
Vladimir Sementsov-Ogievskiy
2025-11-13
qio: Provide accessor around QIONetListener->sioc
Eric Blake
2025-11-13
chardev: Reuse channel's cached local address
Eric Blake
2025-10-29
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
Richard Henderson
2025-10-28
char: rename CharBackend->CharFrontend
Marc-André Lureau
2025-10-28
chardev: remove deprecated 'reconnect' option
Vladimir Sementsov-Ogievskiy
2025-09-19
chardev: close an fd on failure path
Vladimir Sementsov-Ogievskiy
2025-09-19
chardev: qemu_chr_open_fd(): add errp
Vladimir Sementsov-Ogievskiy
2025-09-19
treewide: use qemu_set_blocking instead of g_unix_set_fd_nonblocking
Vladimir Sementsov-Ogievskiy
2025-09-19
treewide: handle result of qio_channel_set_blocking()
Vladimir Sementsov-Ogievskiy
2025-09-19
char-socket: tcp_chr_recv(): add comment
Vladimir Sementsov-Ogievskiy
2025-09-19
char-socket: tcp_chr_recv(): drop extra _set_(block,cloexec)
Vladimir Sementsov-Ogievskiy
2025-09-03
chardev/baum: Fix compiler warning for Windows builds
Stefan Weil via
[next]