Re: [PATCH] chardev/char-win-stdio: Fix keyboard input after exit Qemu on

2024-04-16 Thread Marc-André Lureau
Hi Irina On Mon, Mar 25, 2024 at 10:44 AM Marc-André Lureau wrote: > > Hi > > On Sun, Mar 24, 2024 at 7:23 PM Irina Ryapolova > wrote: > > > > After exit Qemu need to return the terminal to the default state. > > > > Signed-off-by: Irina Ryapolova > > --- > > chardev/char-win-stdio.c | 5

Re: [PATCH] chardev/char-win-stdio: Fix keyboard input after exit Qemu on

2024-03-25 Thread Marc-André Lureau
Hi On Sun, Mar 24, 2024 at 7:23 PM Irina Ryapolova wrote: > > After exit Qemu need to return the terminal to the default state. > > Signed-off-by: Irina Ryapolova > --- > chardev/char-win-stdio.c | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/chardev/char-win-stdio.c

[PATCH] chardev/char-win-stdio: Fix keyboard input after exit Qemu on

2024-03-24 Thread Irina Ryapolova
After exit Qemu need to return the terminal to the default state. Signed-off-by: Irina Ryapolova --- chardev/char-win-stdio.c | 5 + 1 file changed, 5 insertions(+) diff --git a/chardev/char-win-stdio.c b/chardev/char-win-stdio.c index 1a18999e78..4fa2c3de8b 100644 ---