How to pass Ctrl-C to the guest when running qemu with -nographic?
In your shell, before you run qemu, run "stty intr ^]" to change the interrupt key from ^c to ctrl-]
That way, ctrl-c will be passed through to qemu, but you can still interrupt qemu itself by pressing ctrl-]
Qemu upstream Patch追踪