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 /content.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 'content.tex')
-rw-r--r-- | content.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content.tex b/content.tex index 9de34af..03ecc26 100644 --- a/content.tex +++ b/content.tex @@ -5430,6 +5430,7 @@ descriptor for the \field{sense_len}, \field{residual}, \field{sense} fields. \input{virtio-gpu.tex} +\input{virtio-input.tex} \input{virtio-crypto.tex} \chapter{Reserved Feature Bits}\label{sec:Reserved Feature Bits} |