[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [PATCH] content: Reserve virtio-watchdog device ID
Reserve an ID for a watchdog device which may be used to ensure that the
guest is responsive. This is equivalent of a hardware watchdog device
and will trigger the reboot of the guest if the the host does not
periodic ping from the the guest.
Fixes: https://github.com/oasis-tcs/virtio-spec/issues/87
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
---
content.tex | 2 ++
1 file changed, 2 insertions(+)
diff --git a/content.tex b/content.tex
index bc26674..6f8ec8f 100644
--- a/content.tex
+++ b/content.tex
@@ -2819,6 +2819,8 @@ \chapter{Device Types}\label{sec:Device Types}
\hline
33 & NitroSecureModule \\
\hline
+35 & Watchdog \\
+\hline
\end{tabular}
Some of the devices above are unspecified by this document,
--
2.26.2
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]