| Updated: October 28, 2024 |
Specify actions that wdog_bite() can take
#include <qvm/wdog.h>
enum {
WDOG_ACTION_TERMINATE = 0x0000,
WDOG_ACTION_INTR = 0x0001,
WDOG_ACTION_MASK = 0x000f,
WDOG_FLAG_DUMP = 0x8000
};
Terminate the guest when the watchdog triggers an action.
Send an interrupt to the guest when the watchdog triggers an action.
The action mask to remove irrelevant information.
A flag to signal that a dump is required.