Hi On Fri, Jul 23, 2021 at 2:29 PM <marcandre.lur...@redhat.com> wrote:
> From: Marc-André Lureau <marcandre.lur...@redhat.com> > > Hi, > > Two small fixes related to fd handling for "serial" and "file" backend and > some > API comments and minor improvement. > > Marc-André Lureau (4): > chardev: fix qemu_chr_open_fd() being called with fd=-1 > chardev: fix qemu_chr_open_fd() with fd_in==fd_out > I think I could queue those 2 patches for 6.1 as fixes. Daniel, care to review? thanks chardev: remove needless class method > chardev: add some comments about the class methods > > include/chardev/char.h | 34 +++++++++++++++++++++++++++++++++- > chardev/char-fd.c | 31 +++++++++++++++++++++++-------- > chardev/char-mux.c | 6 ++---- > 3 files changed, 58 insertions(+), 13 deletions(-) > > -- > 2.32.0.264.g75ae10bc75 > > > > -- Marc-André Lureau