Extend pvpanic and qemu_system_guest_panicked so it's possible to configure the first to induce an abort() when the Guest panics.
This is specially useful (and mainly intended to be enabled only) when debugging soft/hard lockups on the Guest OS. Sergio Lopez (2): vl: extend qemu_system_guest_panicked with abort_on_panic pvpanic: add PVPANIC_ABORT_PROP accel/kvm/kvm-all.c | 2 +- hw/misc/pvpanic.c | 10 +++++++--- hw/ppc/spapr_rtas.c | 2 +- include/sysemu/sysemu.h | 3 ++- target/s390x/helper.c | 2 +- target/s390x/kvm.c | 2 +- vl.c | 10 ++++++++-- 7 files changed, 21 insertions(+), 10 deletions(-) -- 2.14.3