aboutsummaryrefslogtreecommitdiff
path: root/chardev/char-mux.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-04chardev: don't exit() straight away on C-a xAlex Bennée1-1/+2
2021-09-14chardev: remove needless class methodMarc-André Lureau1-4/+2
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2020-12-15chardev: do not use machine_init_donePaolo Bonzini1-4/+34
2020-07-13chardev: Reduce "char-mux.h" scope, rename it "chardev-internal.h"Philippe Mathieu-Daudé1-1/+1
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé1-1/+1
2020-01-08chardev: use QEMUChrEvent instead of intPaolo Bonzini1-3/+3
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-02-13char: update the mux handlers in class callbackMarc-André Lureau1-2/+3
2019-02-12chardev: fix mess in OPENED/CLOSED events when muxedArtem Pisarenko1-8/+8
2018-06-01mux: fix ctrl-a b againMarc-André Lureau1-0/+1
2018-04-17Revert "mux: fix ctrl-a b again"Peter Maydell1-1/+0
2018-04-17mux: fix ctrl-a b againMarc-André Lureau1-0/+1
2018-03-12chardev: introduce chr_machine_done hookPeter Xu1-4/+29
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-1/+2
2017-12-21chardev: fix backend events regression with mux chardevMarc-André Lureau1-0/+10
2017-07-14char: add backend hotswap handlerAnton Nefedov1-0/+1
2017-06-02char: make chr_fe_deinit() optionaly delete backendMarc-André Lureau1-1/+1
2017-06-02chardev: move headers to include/chardevMarc-André Lureau1-2/+2
2017-05-04mux: simplfy muxes_realize_doneMarc-André Lureau1-3/+8
2017-01-31char: move mux to its own fileMarc-André Lureau1-0/+358