blob: 5adb3c886ed93e2f19a9f89bdc2cee86478d8956 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
no option for handling ^C in stdio
There is no way to tell qemu to handle (or not) ^C on standard input.
This makes using serial console on stdio needlessly annoying and difficult.
The code is there - depending on how you set up the console it may handle the signal or not.
That's completely backwards. The behavior should be the same regardless of how you set up console *and* there should be a separate option for handling ^C.
|