← Prev in month ← Prev in thread

[PATCH] Reserve id for virtio-audio device

From
Paolo Bonzini
Date
2019-03-26T09:41:00+00:00
ID
Thread
[PATCH] Reserve id for virtio-audio device
From: Paolo Bonzini <>  Project ACRN has a virtio-audio device. Unfortunately, the id they are using is already reserved in the virtio specification, but it is nevertheless useful to have one.  Signed-off-by: Paolo Bonzini <> ---  content.tex
2 ++  1 file changed, 2 insertions(+)  diff --git a/content.tex b/content.tex index ede0ef6..96e2bad 100644 --- a/content.tex +++ b/content.tex @@ -2634,6 +2634,8 @@ Device ID  &  Virtio Device
\  hline  24
&
Memory device \  hline +25
&
Audio device \ +hline  end{tabular}
Some of the devices above are unspecified by this document, --  2.20.1
← Prev in month ← Prev in thread