Re: [PATCH v9 0/4] chardev: implement backend chardev multiplexing

2025-02-03 Thread Roman Penyaev
Hi Marc-Andre, Do you plan to pull the latest version of this series, or is there something which I have to address? Please let me know. Thanks. -- Roman On Thu, Jan 23, 2025 at 9:53 AM Roman Penyaev wrote: > > Mux is a character backend (host side) device, which multiplexes > multiple fronten

[PATCH v9 0/4] chardev: implement backend chardev multiplexing

2025-01-23 Thread Roman Penyaev
Mux is a character backend (host side) device, which multiplexes multiple frontends with one backend device. The following is a few lines from the QEMU manpage [1]: A multiplexer is a "1:N" device, and here the "1" end is your specified chardev backend, and the "N" end is the various parts o