diff options
author | Huang Yang <yang.huang@intel.com> | 2019-11-18 14:05:10 +0800 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2019-11-27 07:59:40 -0500 |
commit | e8ba780bd7ab4da6606edf56675926134eaa2958 (patch) | |
tree | 9e75222062b9c8f5a74428715f4506600d1d90ca | |
parent | 8c6acac22a99453139e14ddec55c2f9cb6fe470b (diff) | |
download | virtio-spec-e8ba780bd7ab4da6606edf56675926134eaa2958.tar.gz |
Reserve device id 28 for virtio RPMB device
Signed-off-by: Huang Yang <yang.huang@intel.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Fixes: https://github.com/oasis-tcs/virtio-spec/issues/58
-rw-r--r-- | content.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content.tex b/content.tex index cd321a1..b2ebbe2 100644 --- a/content.tex +++ b/content.tex @@ -2795,6 +2795,8 @@ Device ID & Virtio Device \\ \hline 27 & PMEM device \\ \hline +28 & RPMB device \\ +\hline \end{tabular} Some of the devices above are unspecified by this document, |