From: Namhyung Kim <namhyung at 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 at 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, -- 2.8.0
Cornelia Huck
2016-Jul-20 07:54 UTC
[Qemu-devel] [PATCH] content: Reserve virtio device ID for pstore
On Wed, 20 Jul 2016 00:13:37 +0900 Namhyung Kim <namhyung at gmail.com> wrote:> From: Namhyung Kim <namhyung at 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 at 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 at de.ibm.com>
Stefan Hajnoczi
2016-Jul-20 09:16 UTC
[PATCH] content: Reserve virtio device ID for pstore
On Wed, Jul 20, 2016 at 12:13:37AM +0900, Namhyung Kim wrote:> From: Namhyung Kim <namhyung at 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 at kernel.org> > --- > content.tex | 2 ++ > 1 file changed, 2 insertions(+)Reviewed-by: Stefan Hajnoczi <stefanha at redhat.com> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: not available URL: <http://lists.linuxfoundation.org/pipermail/virtualization/attachments/20160720/aa421bad/attachment.sig>
Possibly Parallel Threads
- [PATCH] content: Reserve virtio device ID for pstore
- [PATCH] content: Reserve virtio device ID for pstore
- [Qemu-devel] [PATCH] content: Reserve virtio device ID for pstore
- [PATCH 2/3] qemu: Implement virtio-pstore device
- [PATCH 2/3] qemu: Implement virtio-pstore device