Next in thread →
Next in month →
[PATCH 2/4] virtio: reserve device id for virtio crypto
From: Gonglei <>
Reserve a device ID for virtio crypto device to
avoid collisions with other new virtio devices.
Because 19 had been reserved for virtio socket
device, I'd like to reserve 20 for crypto device.
VIRTIO-148
Suggested-by: Cornelia Huck <>
Signed-off-by: Gonglei <>
Message-Id: <>
Signed-off-by: Cornelia Huck <>
---
content.tex | 2 ++
1 file changed, 2 insertions(+)
diff --git a/content.tex b/content.tex
index 4eebfc6..5beedd9 100644
--- a/content.tex
+++ b/content.tex
@@ -3000,6 +3000,8 @@ Device ID & Virtio Device \\
\hline
19 & Socket device \\
\hline
+20 & Crypto device \\
+\hline
\end{tabular}
Some of the devices above are unspecified by this document,
--
2.9.2
Next in thread →
Next in month →