diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-10-23 15:04:51 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2018-11-30 15:24:37 -0500 |
commit | b50f8e62ebe87a78dc4818c7dff6e4527ee13f43 (patch) | |
tree | 9d8aabdc60a6f83d4296bcc164d7cdc6e73a07c2 /conformance.tex | |
parent | 31d2e3565d9cc57013af00fae986d28a001a7d87 (diff) | |
download | virtio-spec-b50f8e62ebe87a78dc4818c7dff6e4527ee13f43.tar.gz |
Add virtio input device specification.
Support has been added to the linux kernel version 4.1
and to qemu version 2.4.
Signed-off-by: Ladi Prosek <lprosek@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Fixes: https://github.com/oasis-tcs/virtio-spec/issues/23
Diffstat (limited to 'conformance.tex')
-rw-r--r-- | conformance.tex | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/conformance.tex b/conformance.tex index 24bd8b2..c0f8193 100644 --- a/conformance.tex +++ b/conformance.tex @@ -147,6 +147,15 @@ An SCSI host driver MUST conform to the following normative statements: \item \ref{drivernormative:Device Types / SCSI Host Device / Device Operation / Device Operation: eventq} \end{itemize} +\subsection{Input Driver Conformance}\label{sec:Conformance / Driver Conformance / Input Driver Conformance} + +An input driver MUST conform to the following normative statements: + +\begin{itemize} +\item \ref{drivernormative:Device Types / Input Device / Device Initialization} +\item \ref{drivernormative:Device Types / Input Device / Device Operation} +\end{itemize} + \subsection{Crypto Driver Conformance}\label{sec:Conformance / Driver Conformance / Crypto Driver Conformance} A Crypto driver MUST conform to the following normative statements: @@ -283,6 +292,15 @@ An SCSI host device MUST conform to the following normative statements: \item \ref{devicenormative:Device Types / SCSI Host Device / Device Operation / Device Operation: eventq} \end{itemize} +\subsection{Input Device Conformance}\label{sec:Conformance / Device Conformance / Input Device Conformance} + +An input device MUST conform to the following normative statements: + +\begin{itemize} +\item \ref{devicenormative:Device Types / Input Device / Device Initialization} +\item \ref{devicenormative:Device Types / Input Device / Device Operation} +\end{itemize} + \subsection{Crypto Device Conformance}\label{sec:Conformance / Device Conformance / Crypto Device Conformance} A Crypto device MUST conform to the following normative statements: |