diff options
author | Pankaj Gupta <pagupta@redhat.com> | 2019-04-22 10:52:15 +0530 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2019-06-20 11:42:33 -0400 |
commit | 9454b568c29baab7f3e4b1a384627d0061f71eba (patch) | |
tree | ef1e0bdd34617d11ab5186e39c2f65c50983823e | |
parent | d519c224ba69402d953ba5d5ab6ea8cc7dcac9d7 (diff) | |
download | virtio-spec-9454b568c29baab7f3e4b1a384627d0061f71eba.tar.gz |
content: reserve device ID for virtio-pmem devices
We need a device ID for virtio-pmem devices. As 25 is requested by
audio device and 26 is requested by virtio-fs, so requesting
next available(27). Also, updated the previously requested github
issue[1] for voting.
Fixes: https://github.com/oasis-tcs/virtio-spec/issues/38
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Pankaj Gupta <pagupta@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@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 9fcb824..8f0498e 100644 --- a/content.tex +++ b/content.tex @@ -2636,6 +2636,8 @@ Device ID & Virtio Device \\ \hline 26 & file system device \\ \hline +27 & PMEM device \\ +\hline \end{tabular} Some of the devices above are unspecified by this document, |