aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Hajnoczi <stefanha@redhat.com>2018-12-12 15:27:54 +0000
committerMichael S. Tsirkin <mst@redhat.com>2019-06-20 11:21:07 -0400
commitd519c224ba69402d953ba5d5ab6ea8cc7dcac9d7 (patch)
treecbcb33e6f4a28a774a97b66a156140f8ad02e359
parentf22d5d7caf498f8c5db29dfbfaa6f28e24d06f07 (diff)
downloadvirtio-text-d519c224ba69402d953ba5d5ab6ea8cc7dcac9d7.tar.gz
content: reserve virtio device ID for file system devices
Reserve device ID 26 for virtio-fs devices. Fixes: https://github.com/oasis-tcs/virtio-spec/issues/31 Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r--content.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/content.tex b/content.tex
index 193b6e1..9fcb824 100644
--- a/content.tex
+++ b/content.tex
@@ -2634,6 +2634,8 @@ Device ID & Virtio Device \\
\hline
24 & Memory device \\
\hline
+26 & file system device \\
+\hline
\end{tabular}
Some of the devices above are unspecified by this document,