Re: [Qemu-devel] [PATCH] chardev: Add RFC2217 support for telnet client mode

2019-09-19 Thread Marc-André Lureau
Hi Sylvain On Wed, Sep 18, 2019 at 5:05 AM Sylvain Munaut wrote: > > This allow remote control of the baudrate and other comms > parameters. > > Signed-off-by: Sylvain Munaut > --- > chardev/char-socket.c | 232 ++ > chardev/char.c| 6 ++ > qapi

[Qemu-devel] [PATCH] chardev: Add RFC2217 support for telnet client mode

2019-09-17 Thread Sylvain Munaut
This allow remote control of the baudrate and other comms parameters. Signed-off-by: Sylvain Munaut --- chardev/char-socket.c | 232 ++ chardev/char.c| 6 ++ qapi/char.json| 3 + 3 files changed, 201 insertions(+), 40 deletions(-) diff