diff options
author | Stefan Hajnoczi <stefanha@redhat.com> | 2018-12-12 15:27:54 +0000 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2019-06-20 11:21:07 -0400 |
commit | d519c224ba69402d953ba5d5ab6ea8cc7dcac9d7 (patch) | |
tree | cbcb33e6f4a28a774a97b66a156140f8ad02e359 | |
parent | f22d5d7caf498f8c5db29dfbfaa6f28e24d06f07 (diff) | |
download | virtio-spec-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.tex | 2 |
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, |