Hi Roman, On Thu, Oct 10, 2024 at 2:21 PM Roman Penyaev <r.peni...@gmail.com> wrote:
> In the following patches backend multiplexer will be > introduced and the implementation will be named as > follows: `char-mux-be.c`. This patch renames the > frontend multiplexer from `char-mux.c` to > `char-mux-fe.c`. > > Signed-off-by: Roman Penyaev <r.peni...@gmail.com> > Cc: "Marc-André Lureau" <marcandre.lur...@redhat.com> > Cc: qemu-devel@nongnu.org thanks, it looks like the series is missing a cover letter (and thus not handled by patchew) Also it seems to fail to apply on master, and I wonder if it will conflict with your other mux cleanup series. thanks > > --- > chardev/{char-mux.c => char-mux-fe.c} | 0 > chardev/meson.build | 2 +- > 2 files changed, 1 insertion(+), 1 deletion(-) > rename chardev/{char-mux.c => char-mux-fe.c} (100%) > > diff --git a/chardev/char-mux.c b/chardev/char-mux-fe.c > similarity index 100% > rename from chardev/char-mux.c > rename to chardev/char-mux-fe.c > diff --git a/chardev/meson.build b/chardev/meson.build > index 70070a8279a9..778444a00ca6 100644 > --- a/chardev/meson.build > +++ b/chardev/meson.build > @@ -2,7 +2,7 @@ chardev_ss.add(files( > 'char-fe.c', > 'char-file.c', > 'char-io.c', > - 'char-mux.c', > + 'char-mux-fe.c', > 'char-null.c', > 'char-pipe.c', > 'char-ringbuf.c', > -- > 2.34.1 > > > -- Marc-André Lureau