]> git.proxmox.com Git - qemu.git/commit
Add chardev option to disable signal.
authorKusanagi Kouichi <slash@ac.auone-net.jp>
Fri, 16 Oct 2009 13:31:38 +0000 (22:31 +0900)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 27 Oct 2009 17:28:42 +0000 (12:28 -0500)
commit5989020bc11f8ba448d6fb79f4562f882a693d89
treeeeb6011f5c58dd02055b5def8fcbe5575a636b22
parent30d335d68d93705eb346387c03bb6aca0f52454a
Add chardev option to disable signal.

If I am using vga and serial which is stdio and hit C-c on
serial console, qemu terminates. That is annoying for me.
So make it configurable whether signal is generated when C-c is hit.

Signed-off-by: Kusanagi Kouichi <slash@ac.auone-net.jp>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qemu-char.c
qemu-config.c