diff options
author | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2016-10-10 19:37:47 +0000 |
---|---|---|
committer | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2016-10-10 19:37:47 +0000 |
commit | 0e05ee7d90e110c8aae99754cd87b58970449ce2 (patch) | |
tree | 57a6a9bd142b7518d6638a458c5a96ce321c4170 | |
parent | 11d93e98e920c6ca79218adc253ca693645d4b32 (diff) |
content: Reserve virtio device ID for pstore
This patch just reserve next available device ID for pstore device
type. The device specification for pstore will come later.
VIRTIO-150
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Message-Id: <1468941217-12904-1-git-send-email-namhyung@gmail.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/trunk@583 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
-rw-r--r-- | content.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content.tex b/content.tex index 84a4bb8..546bef7 100644 --- a/content.tex +++ b/content.tex @@ -3020,6 +3020,8 @@ Device ID & Virtio Device \\ \hline 21 & Signal Distribution Module \\ \hline +22 & pstore device \\ +\hline \end{tabular} Some of the devices above are unspecified by this document, |