On Wed, Oct 26, 2022 at 3:39 PM Marc-André Lureau <marcandre.lur...@gmail.com> wrote: > > On Tue, Oct 25, 2022 at 6:15 PM Bin Meng <bin.m...@windriver.com> wrote: > > > > At present when pressing Ctrl+C from a guest running on QEMU Windows > > with a multiplexed monitor, e.g.: -serial mon:stdio, QEMU executable > > just exits. This behavior is inconsistent with the Linux version. > > > > Such behavior is caused by unconditionally setting the input mode > > ENABLE_PROCESSED_INPUT for a console's input buffer. Fix this by > > testing whether the chardev is allowed to do so. > > > > Signed-off-by: Bin Meng <bin.m...@windriver.com> > > Reviewed-by: Marc-André Lureau <marcandre.lur...@redhat.com> >
Ping? Who is going to pick up this patch for 7.2? Regards, Bin