Crate watchdog_vmgs_format

Source
Expand description

The watchdog state VMGS data format, as used in Hyper-V.

At the moment, the format is dead simple: it’s just a single byte - either a 1 or a 0 - tha represents if the previous boot failed.

Structs§

InvalidFormatError
Watchdog VMGS formatted buffer contained invalid data.
WatchdogVmgsFormatStore
Persist and restore watchdog data into a [NonVolatileStore] using the VMGS watchdog data format.

Enums§

WatchdogVmgsFormatStoreError
Errors which may occur as part of WatchdogVmgsFormatStore operations.