summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2016-10-10 19:37:31 +0000
committermstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2016-10-10 19:37:31 +0000
commitb40a1b7145996811fcb20602925bae909f91a4a1 (patch)
tree4859ce35d2c9e7b14f7926de6580d4a4afd3e771
parent91b94ddeccdbabd0de03cd39d7dc1bc657face24 (diff)
vsock: reserve device ID
Add a device ID for the Socket device. The draft specification is currently under review but it helps to reserve the ID to avoid collisions with other new virtio devices. VIRTIO-147 Suggested-by: Ian Campbell <ian.campbell@docker.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Message-Id: <1458729661-7514-1-git-send-email-stefanha@redhat.com> Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/trunk@580 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 c362a5c..1da979a 100644
--- a/content.tex
+++ b/content.tex
@@ -3014,6 +3014,8 @@ Device ID & Virtio Device \\
\hline
18 & Input device \\
\hline
+19 & Socket device \\
+\hline
\end{tabular}
Some of the devices above are unspecified by this document,