← Prev in month ← Prev in thread

[PATCH] content: reserve virtio device ID for file system devices

From
Stefan Hajnoczi <>
Date
2018-12-12T15:36:21+00:00
ID
Thread
[PATCH] 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 <>
---
 content.tex | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/content.tex b/content.tex
index b101d1b..f8d0afb 100644
--- a/content.tex
+++ b/content.tex
@@ -2528,6 +2528,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,
-- 
2.19.2
← Prev in month ← Prev in thread