diff options
author | David Hildenbrand <david@redhat.com> | 2018-04-27 13:36:24 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2018-10-19 17:49:47 -0400 |
commit | 04eaf2b2f796bcd0501feb1e314960b33e8c64f9 (patch) | |
tree | 20a601e39afb9f38bfaa7c4642d47297f660bd98 | |
parent | 13671b99849eb157543e34ddd41bd239f2a0437c (diff) | |
download | virtio-spec-04eaf2b2f796bcd0501feb1e314960b33e8c64f9.tar.gz |
content: reserve virtio device ID for memory devices
Reserve device ID 24 for virtio-mem devices.
Signed-off-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Acked-by: Cornelia Huck <cohuck@redhat.com>
Fixes: https://github.com/oasis-tcs/virtio-spec/issues/9
-rw-r--r-- | content.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content.tex b/content.tex index 4c98774..c346183 100644 --- a/content.tex +++ b/content.tex @@ -2526,6 +2526,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, |