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