OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [PATCH 1/4] vsock: reserve device ID


From: Stefan Hajnoczi <stefanha@redhat.com>

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>
---
 content.tex | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/content.tex b/content.tex
index 4b45678..4eebfc6 100644
--- a/content.tex
+++ b/content.tex
@@ -2998,6 +2998,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,
-- 
2.9.2



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]