diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2019-03-26 10:41:06 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2019-11-24 07:52:36 -0500 |
commit | 3109be870170d40e4046808be13164add8f609a3 (patch) | |
tree | c9e7cf11b52a17a93dff6aef53c41ec5106d9f1a | |
parent | 4be5d38ad6923ed1c4ddbd809d9fa8c685404759 (diff) | |
download | virtio-spec-3109be870170d40e4046808be13164add8f609a3.tar.gz |
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 <pbonzini@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r-- | content.tex | 2 |
1 files changed, 2 insertions, 0 deletions
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 \\ |