diff options
author | rusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-02-12 03:18:27 +0000 |
---|---|---|
committer | rusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-02-12 03:18:27 +0000 |
commit | 8519c6e184e89d01ccc8ac2d968767fb9007aee3 (patch) | |
tree | e26ace6fecf2092351f53469754488b5008aadf6 /content.tex | |
parent | 00609053438ba6c6058135f404035563d5b602b4 (diff) |
VIRTIO-55: Add a reserved ID for GPU devices
As existing work on virtio-gpu is using device ID 16, reflect this in
the spec. This closes out VIRTIO-55.
As per minutes:
https://lists.oasis-open.org/archives/virtio/201402/msg00121.html
Signed-off-by: Paul Mundt <paul.mundt@huawei.com>
Signed-off-by: Rusty Russell <rusty@au1.ibm.com>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@244 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
Diffstat (limited to 'content.tex')
-rw-r--r-- | content.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content.tex b/content.tex index 81160af..999ebbd 100644 --- a/content.tex +++ b/content.tex @@ -2425,6 +2425,8 @@ Device ID & Virtio Device \\ \hline 12 & virtio CAIF \\ \hline +16 & GPU device \\ +\hline \end{tabular} Some of the devices above are unspecified by this document, |