From 9454b568c29baab7f3e4b1a384627d0061f71eba Mon Sep 17 00:00:00 2001 From: Pankaj Gupta Date: Mon, 22 Apr 2019 10:52:15 +0530 Subject: 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 Signed-off-by: Pankaj Gupta Reviewed-by: Stefan Hajnoczi Signed-off-by: Michael S. Tsirkin --- content.tex | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content.tex') 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, -- cgit