I'm trying to force a windows guest reset on BSOD using the qemu watchdog functionality.
After adding a virtual watchdog device
/etc/pve/local/qemu-server/101.conf
watchdog: model=i6300esb,action=reset
to Windows VM it appears in the device manager as
Intel(R) 6300ESB Watchdog timer - 25A
with Microsoft's default drivers installed. What are my next steps? It seems that for Linux guests kernel already manages the heartbeat service for virtual watchdog device but what about Windows?
Do I need a separate Windows software service to poll a the watchdog? Does Windows Server manages this?
It seems to be no documentation at all.
Help greatly appreciated!
After adding a virtual watchdog device
/etc/pve/local/qemu-server/101.conf
watchdog: model=i6300esb,action=reset
to Windows VM it appears in the device manager as
Intel(R) 6300ESB Watchdog timer - 25A
with Microsoft's default drivers installed. What are my next steps? It seems that for Linux guests kernel already manages the heartbeat service for virtual watchdog device but what about Windows?
Do I need a separate Windows software service to poll a the watchdog? Does Windows Server manages this?
It seems to be no documentation at all.
Help greatly appreciated!