From 3109be870170d40e4046808be13164add8f609a3 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Tue, 26 Mar 2019 10:41:06 +0100 Subject: Reserve id for virtio-audio device 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. Fixes: https://github.com/oasis-tcs/virtio-spec/issues/42 Signed-off-by: Paolo Bonzini Signed-off-by: Michael S. Tsirkin --- content.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content.tex b/content.tex index a6b81b8..232874b 100644 --- a/content.tex +++ b/content.tex @@ -2713,6 +2713,8 @@ Device ID & Virtio Device \\ \hline 24 & Memory device \\ \hline +25 & Audio device \\ +\hline 26 & file system device \\ \hline 27 & PMEM device \\ -- cgit