]> git.proxmox.com Git - qemu.git/commit
Fix termination by signal with -no-shutdown
authorKevin Wolf <kwolf@redhat.com>
Wed, 14 Sep 2011 13:38:40 +0000 (15:38 +0200)
committerJustin M. Forbes <jforbes@redhat.com>
Mon, 3 Oct 2011 19:42:16 +0000 (14:42 -0500)
commitfb524042dbc1142406c4d2e5858743c3dc8588c3
tree66d8b0f0002820ab2192d88f0f69e688ce407402
parent336398391a8b82863b4eaafcff250625f68a71a2
Fix termination by signal with -no-shutdown

On signals such as SIGTERM qemu should exit instead of just stopping the VM
even with -no-shutdown.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
vl.c