On Wed, Mar 31, 2010 at 06:19:45PM +0200, Michal Suchanek <hramr...@centrum.cz> 
wrote:
> Package: qemu-system
> Version: 0.12.3+dfsg-2.1
> Severity: normal
> 
> 
> qemu -serial stdio
> 
> allows communicationg with the system over the standard input/output but
> pressing ^C does not pass the signal to the serial port. It kills qemu
> instead.
> 

You have to ask for the signaling to not be interpreted by QEMU. This
can be done in two ways:
- using the -nographic option (which also disable the display)
- creating a chardev with signaling off, and assigning it to the serial
  port: -chardev stdio,signal=off,id=serial0 -serial chardev:serial0

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
aurel...@aurel32.net                 http://www.aurel32.net



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to