aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2016-10-10 19:37:37 +0000
committermstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2016-10-10 19:37:37 +0000
commitf7df8764e3e35e541beaab9341e750ad8e8103d5 (patch)
tree8861933c8672c1dedcdb83e42e6eec99d9442060
parentb40a1b7145996811fcb20602925bae909f91a4a1 (diff)
downloadvirtio-text-f7df8764e3e35e541beaab9341e750ad8e8103d5.tar.gz
virtio: reserve device id for virtio crypto
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 <cornelia.huck@de.ibm.com> Signed-off-by: Gonglei <arei.gonglei@huawei.com> Message-Id: <1460685060-5904-1-git-send-email-arei.gonglei@huawei.com> Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/trunk@581 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
-rw-r--r--content.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/content.tex b/content.tex
index 1da979a..9f71106 100644
--- a/content.tex
+++ b/content.tex
@@ -3016,6 +3016,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,