Home | History | Annotate | Download | only in qemu

Lines Matching full:watchdog

1562 DEF("watchdog", HAS_ARG, QEMU_OPTION_watchdog, \
1563 "-watchdog i6300esb|ib700\n" \
1564 " enable virtual hardware watchdog [default=none]\n")
1566 @item -watchdog @var{model}
1567 Create a virtual hardware watchdog device. Once enabled (by a guest
1568 action), the watchdog must be periodically polled by an agent inside
1571 The @var{model} is the model of hardware watchdog to emulate. Choices
1573 watchdog with a single timer, or @code{i6300esb} (Intel 6300ESB I/O
1575 watchdog. Choose a model for which your guest has drivers.
1577 Use @code{-watchdog ?} to list available hardware models. Only one
1578 watchdog can be enabled for a guest.
1581 DEF("watchdog-action", HAS_ARG, QEMU_OPTION_watchdog_action, \
1582 "-watchdog-action reset|shutdown|poweroff|pause|debug|none\n" \
1583 " action when watchdog fires [default=reset]\n")
1585 @item -watchdog-action @var{action}
1587 The @var{action} controls what QEMU will do when the watchdog timer
1600 situations where the watchdog would have expired, and thus
1601 @code{-watchdog-action shutdown} is not recommended for production use.
1606 @item -watchdog i6300esb -watchdog-action pause
1607 @item -watchdog ib700