diff mbox

content: Reserve virtio device ID for pstore

Message ID 1468941217-12904-1-git-send-email-namhyung@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Namhyung Kim July 19, 2016, 3:13 p.m. UTC
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.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
---
 content.tex | 2 ++
 1 file changed, 2 insertions(+)

Comments

Cornelia Huck July 20, 2016, 7:54 a.m. UTC | #1
On Wed, 20 Jul 2016 00:13:37 +0900
Namhyung Kim <namhyung@gmail.com> wrote:

> 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.
> 
> Signed-off-by: Namhyung Kim <namhyung@kernel.org>
> ---
>  content.tex | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/content.tex b/content.tex
> index d989d98..10bacc5 100644
> --- a/content.tex
> +++ b/content.tex
> @@ -2990,6 +2990,8 @@ Device ID  &  Virtio Device    \\
>  \hline
>  18         &   Input device \\
>  \hline
> +22         &   pstore device \\
> +\hline
>  \end{tabular}
> 
>  Some of the devices above are unspecified by this document,

Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Stefan Hajnoczi July 20, 2016, 9:16 a.m. UTC | #2
On Wed, Jul 20, 2016 at 12:13:37AM +0900, Namhyung Kim wrote:
> 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.
> 
> Signed-off-by: Namhyung Kim <namhyung@kernel.org>
> ---
>  content.tex | 2 ++
>  1 file changed, 2 insertions(+)

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
diff mbox

Patch

diff --git a/content.tex b/content.tex
index d989d98..10bacc5 100644
--- a/content.tex
+++ b/content.tex
@@ -2990,6 +2990,8 @@  Device ID  &  Virtio Device    \\
 \hline
 18         &   Input device \\
 \hline
+22         &   pstore device \\
+\hline
 \end{tabular}
 
 Some of the devices above are unspecified by this document,