]> 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)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 16 Sep 2011 13:25:56 +0000 (08:25 -0500)
commitd9389b9664df561db796b18eb8309fffe58faf8b
treedf66f03a217ca94bb61314810fbb4fe9c1fb7e8d
parentb2bedb214469af55179d907a60cd67fed6b0779e
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