[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [virtio-comment] [PATCH] content: Reserve virtio-watchog device ID
On Wed, 21 Oct 2020 14:58:47 +0100
Rob Bradford <robert.bradford@intel.com> wrote:
> 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 <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,
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Time to vote on this (and the patch reserving 34 for I2C?)
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]