Delay sighandler_setup()
authorJuan Quintela <quintela@redhat.com>
Fri, 28 Aug 2009 17:25:15 +0000 (19:25 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 4 Sep 2009 14:37:26 +0000 (09:37 -0500)
commitd70703e582ed1f06f3379f0e289f87240858eae2
treec19319fbda8fe31fd5189ea972f1179fc4eadad9
parenta9dd4c5cbb8365bb22ab6c43d09ec8a4fa4707b7
Delay sighandler_setup()

If we are using --serial telnet:0:5555,server  or similar, ^C will not
kill qemu.  We need to first connect using telnet, and the the ^C takes
effect.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
vl.c