]> Git Repo - qemu.git/commit
vl: exit qemu on guest panic if -no-shutdown is not set
authorChristian Borntraeger <[email protected]>
Tue, 18 Oct 2016 07:29:54 +0000 (09:29 +0200)
committerPaolo Bonzini <[email protected]>
Wed, 2 Nov 2016 08:28:56 +0000 (09:28 +0100)
commit864111f422babcf8ce837fb47f7f9e1948446f22
tree954c396ba91f3ea990ebc0c96ad0f9a2a5d418f1
parent000980cb8307afe0578368cee8f31018905bb036
vl: exit qemu on guest panic if -no-shutdown is not set

For automated testing purposes it can be helpful to exit qemu
(poweroff) when the guest panics. Make this the default unless
-no-shutdown is specified.

For internal-errors like errors from KVM_RUN the behaviour is
not changed, in other words QEMU does not exit to allow debugging
in the QEMU monitor.

Signed-off-by: Christian Borntraeger <[email protected]>
Message-Id: <1476775794[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
qapi-schema.json
vl.c
This page took 0.025466 seconds and 4 git commands to generate.