Re: [PATCH v1] content: reserve virtio device ID for memory devices

From
Cornelia Huck <>
Date
2018-04-27T14:19:05+00:00
ID
Thread
Re: [PATCH v1] content: reserve virtio device ID for memory devices
On Fri, 27 Apr 2018 13:36:24 +0200
David Hildenbrand <> wrote:

> Reserve device ID 24 for virtio-mem devices.
> 
> Signed-off-by: David Hildenbrand <>
> ---
>  content.tex | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/content.tex b/content.tex
> index 7a92cb1..bf63be8 100644
> --- a/content.tex
> +++ b/content.tex
> @@ -2432,6 +2432,8 @@ Device ID  &  Virtio Device    \\
>  \hline
>  23         &   IOMMU device \\
>  \hline
> +24         &   Memory device \\
> +\hline
>  \end{tabular}
>  
>  Some of the devices above are unspecified by this document,

Acked-by: Cornelia Huck <>