Home | History | Annotate | Download | only in hw

Lines Matching refs:watchdog

2  * Virtual hardware watchdog.
25 #include "hw/watchdog.h"
43 if (watchdog) {
45 "qemu: only one watchdog option may be given\n");
49 /* -watchdog ? lists available devices and exits cleanly. */
60 watchdog = model;
65 fprintf(stderr, "Unknown -watchdog device. Supported devices are:\n");
93 /* This actually performs the "action" once a watchdog has expired,
116 fprintf(stderr, "watchdog: timer fired\n");
126 if (watchdog)
127 watchdog->wdt_pc_init(pci_bus);