diff options
author | Keiichi Watanabe <keiichiw@chromium.org> | 2019-12-18 22:11:51 +0900 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2020-01-28 07:56:15 -0500 |
commit | 6914d2df75ec0479df59ae9054ee4be1564c5172 (patch) | |
tree | a27f13c9a6ba2a29aa7e14d19584c69d40f435c8 | |
parent | 652237ea283941507d83bbe344e01a1012b50ca8 (diff) | |
download | virtio-spec-6914d2df75ec0479df59ae9054ee4be1564c5172.tar.gz |
content: Reserve device ID for video encoder and decoder device
Reserve device ID 30 for video encoder device and 31 for video decoder device.
Signed-off-by: Keiichi Watanabe <keiichiw@chromium.org>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
-rw-r--r-- | content.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content.tex b/content.tex index a085900..fb10061 100644 --- a/content.tex +++ b/content.tex @@ -2797,6 +2797,10 @@ Device ID & Virtio Device \\ \hline 28 & RPMB device \\ \hline +30 & Video encoder device \\ +\hline +31 & Video decoder device \\ +\hline \end{tabular} Some of the devices above are unspecified by this document, |