OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio-dev message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [PATCH 4/4] content: Reserve virtio device ID for pstore


From: Namhyung Kim <namhyung@kernel.org>

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>
---
 content.tex | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/content.tex b/content.tex
index c426ed2..5afa68d 100644
--- a/content.tex
+++ b/content.tex
@@ -3004,6 +3004,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,
-- 
2.9.2



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]