← Prev in month ← Prev in thread

[PATCH] content: Reserve virtio-watchog device ID

From
Rob Bradford <>
Date
2020-10-21T13:59:00+00:00
ID
Thread
[PATCH] content: Reserve virtio-watchog 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.

Signed-off-by: Rob Bradford <>
---
 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
← Prev in month ← Prev in thread