forked from mirror/qemu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.meng@windriver.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20221025141015.612291-1-bin.meng@windriver.com> |
3 years ago | |
|---|---|---|
| .. | ||
| baum.c | 3 years ago | |
| char-console.c | 6 years ago | |
| char-fd.c | 4 years ago | |
| char-fe.c | 4 years ago | |
| char-file.c | 6 years ago | |
| char-io.c | 4 years ago | |
| char-mux.c | 4 years ago | |
| char-null.c | 6 years ago | |
| char-parallel.c | 6 years ago | |
| char-pipe.c | 4 years ago | |
| char-pty.c | 4 years ago | |
| char-ringbuf.c | 5 years ago | |
| char-serial.c | 4 years ago | |
| char-socket.c | 3 years ago | |
| char-stdio.c | 4 years ago | |
| char-udp.c | 4 years ago | |
| char-win-stdio.c | 3 years ago | |
| char-win.c | 6 years ago | |
| char.c | 3 years ago | |
| chardev-internal.h | 4 years ago | |
| meson.build | 4 years ago | |
| msmouse.c | 3 years ago | |
| spice.c | 4 years ago | |
| testdev.c | 5 years ago | |
| trace-events | 4 years ago | |
| trace.h | 5 years ago | |
| wctablet.c | 3 years ago | |