Re: [PATCH] chardev/char-win-stdio: Pass Ctrl+C to guest with a multiplexed monitor

2022-11-19 Thread Bin Meng
On Fri, Nov 11, 2022 at 8:11 AM Bin Meng wrote: > > On Wed, Oct 26, 2022 at 3:39 PM Marc-André Lureau > wrote: > > > > On Tue, Oct 25, 2022 at 6:15 PM Bin Meng wrote: > > > > > > At present when pressing Ctrl+C from a guest running on QEMU Windows > > > with a multiplexed monitor, e.g.: -serial

Re: [PATCH] chardev/char-win-stdio: Pass Ctrl+C to guest with a multiplexed monitor

2022-11-10 Thread Bin Meng
On Wed, Oct 26, 2022 at 3:39 PM Marc-André Lureau wrote: > > On Tue, Oct 25, 2022 at 6:15 PM Bin Meng 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 incon

Re: [PATCH] chardev/char-win-stdio: Pass Ctrl+C to guest with a multiplexed monitor

2022-10-26 Thread Marc-André Lureau
On Tue, Oct 25, 2022 at 6:15 PM Bin Meng 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 uncondi

[PATCH] chardev/char-win-stdio: Pass Ctrl+C to guest with a multiplexed monitor

2022-10-25 Thread Bin Meng
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