Re: [PATCH] vsock: reserve device ID

From
Stefan Hajnoczi <>
Date
2016-06-24T08:42:38+00:00
ID
Thread
Re: [PATCH] vsock: reserve device ID
On Wed, Mar 23, 2016 at 10:41:01AM +0000, Stefan Hajnoczi wrote:
> 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.
> 
> Suggested-by: Ian Campbell <>
> Signed-off-by: Stefan Hajnoczi <>
> ---
>  trunk/content.tex | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/trunk/content.tex b/trunk/content.tex
> index d989d98..36fa9f6 100644
> --- a/trunk/content.tex
> +++ b/trunk/content.tex
> @@ -2990,6 +2990,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.5.5
> 

Ping?