[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [PATCH] content: reserve virtio device ID for file system devices
On Wed, 12 Dec 2018 15:27:54 +0000
Stefan Hajnoczi <stefanha@redhat.com> wrote:
> Reserve device ID 26 for virtio-fs devices.
>
> Fixes: https://github.com/oasis-tcs/virtio-spec/issues/31
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
> ---
> content.tex | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/content.tex b/content.tex
> index b101d1b..f8d0afb 100644
> --- a/content.tex
> +++ b/content.tex
> @@ -2528,6 +2528,8 @@ Device ID & Virtio Device \\
> \hline
> 24 & Memory device \\
> \hline
> +26 & file system device \\
> +\hline
> \end{tabular}
>
> Some of the devices above are unspecified by this document,
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
[Does anyone remember what 25 was supposed to be?]
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]