History log of /dflybsd-src/sys/dev/acpica/acpi_pvpanic/acpi_pvpanic.c (Results 1 – 1 of 1)
Revision Date Author Comments
# 2af72e0a 07-Nov-2015 Imre Vadász <imre@vdsz.com>

acpi_pvpanic: Notify Qemu VM host if we panic.

By default the virtual machine is stopped when the pvpanic is triggered.
For accessing ddb, the virtual machine execution then needs to be resumed
manu

acpi_pvpanic: Notify Qemu VM host if we panic.

By default the virtual machine is stopped when the pvpanic is triggered.
For accessing ddb, the virtual machine execution then needs to be resumed
manually (e.g. with the "cont" command on the Qemu-monitor console).

Triggering a pvpanic instead of just continuing to the ddb prompt can be
useful to avoid hogging the CPU while hanging in ddb, and to provide a
kernel panic notification for the VM-host system.

show more ...