aboutsummaryrefslogtreecommitdiff
path: root/chardev/char-mux.c
AgeCommit message (Expand)Author
2020-12-15chardev: do not use machine_init_donePaolo Bonzini
2020-07-13chardev: Reduce "char-mux.h" scope, rename it "chardev-internal.h"Philippe Mathieu-Daudé
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé
2020-01-08chardev: use QEMUChrEvent instead of intPaolo Bonzini
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-02-13char: update the mux handlers in class callbackMarc-André Lureau
2019-02-12chardev: fix mess in OPENED/CLOSED events when muxedArtem Pisarenko
2018-06-01mux: fix ctrl-a b againMarc-André Lureau
2018-04-17Revert "mux: fix ctrl-a b again"Peter Maydell
2018-04-17mux: fix ctrl-a b againMarc-André Lureau
2018-03-12chardev: introduce chr_machine_done hookPeter Xu
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2017-12-21chardev: fix backend events regression with mux chardevMarc-André Lureau
2017-07-14char: add backend hotswap handlerAnton Nefedov
2017-06-02char: make chr_fe_deinit() optionaly delete backendMarc-André Lureau
2017-06-02chardev: move headers to include/chardevMarc-André Lureau
2017-05-04mux: simplfy muxes_realize_doneMarc-André Lureau
2017-01-31char: move mux to its own fileMarc-André Lureau