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

2025-01-21 Thread Marc-André Lureau
Hi On Tue, Jan 21, 2025 at 10:47 PM Roman Penyaev wrote: > > 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

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

2025-01-21 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