Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-10-15 | chardev/mux: implement detach of frontends from mux | Roman Penyaev | 1 | -0/+1 |
2024-10-15 | chardev/mux: switch mux frontends management to bitset | Roman Penyaev | 1 | -1/+1 |
2024-10-15 | chardev/mux: introduce `mux_chr_attach_frontend() call | Roman Penyaev | 1 | -0/+2 |
2024-10-15 | chardev/mux: convert size members to unsigned int | Roman Penyaev | 1 | -4/+4 |
2024-10-15 | chardev/mux: use bool type for `linestart` and `term_got_escape` | Roman Penyaev | 1 | -2/+2 |
2024-10-15 | chardev/chardev-internal: remove unused `max_size` struct member | Roman Penyaev | 1 | -1/+0 |
2022-05-11 | Clean up decorations and whitespace around header guards | Markus Armbruster | 1 | -1/+2 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 1 | -1/+2 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 1 | -2/+3 |
2020-07-13 | chardev: Extract system emulation specific code | Philippe Mathieu-Daudé | 1 | -0/+3 |
2020-07-13 | chardev: Reduce "char-mux.h" scope, rename it "chardev-internal.h" | Philippe Mathieu-Daudé | 1 | -0/+62 |