search for: d989d98

Displaying 7 results from an estimated 7 matches for "d989d98".

2016 Jul 19
2
[PATCH] content: Reserve virtio device ID for pstore
....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
2016 Jul 19
2
[PATCH] content: Reserve virtio device ID for pstore
....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
2016 Jul 20
0
[Qemu-devel] [PATCH] content: Reserve virtio device ID for pstore
...ble 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 device...
2015 Aug 17
0
[PATCH v2 1/2] virtio-net: rephrase devconf fields description
...on two > different feature flags. > > Signed-off-by: Victor Kaplansky <victork at redhat.com> > --- > content.tex | 42 +++++++++++++++++++++++++++++++----------- > 1 file changed, 31 insertions(+), 11 deletions(-) > > diff --git a/content.tex b/content.tex > index d989d98..342183b 100644 > --- a/content.tex > +++ b/content.tex > @@ -3115,23 +3115,14 @@ were needed. > \subsection{Device configuration layout}\label{sec:Device Types / Network Device / Device configuration layout} > \label{sec:Device Types / Block Device / Feature bits / Device configur...
2015 Aug 16
1
[PATCH v2 1/2] virtio-net: rephrase devconf fields description
...y that validity of two status bits depends on two different feature flags. Signed-off-by: Victor Kaplansky <victork at redhat.com> --- content.tex | 42 +++++++++++++++++++++++++++++++----------- 1 file changed, 31 insertions(+), 11 deletions(-) diff --git a/content.tex b/content.tex index d989d98..342183b 100644 --- a/content.tex +++ b/content.tex @@ -3115,23 +3115,14 @@ were needed. \subsection{Device configuration layout}\label{sec:Device Types / Network Device / Device configuration layout} \label{sec:Device Types / Block Device / Feature bits / Device configuration layout} -Three dr...
2015 Aug 16
5
[PATCH v2 0/2] virtio-net: default_mtu - new conf. field
This set of two patches adds a new field called default_mtu to the configuration area of network devices. The motivation is to allow libvirt to set initial MTU different from 1500 on guests virtual NICs. We also propose to use this new field to report MTU changes by the guest OS to the device to facilitate debugging and mtu tunning. The first patch just clarify the definition of existing fields
2015 Aug 16
5
[PATCH v2 0/2] virtio-net: default_mtu - new conf. field
This set of two patches adds a new field called default_mtu to the configuration area of network devices. The motivation is to allow libvirt to set initial MTU different from 1500 on guests virtual NICs. We also propose to use this new field to report MTU changes by the guest OS to the device to facilitate debugging and mtu tunning. The first patch just clarify the definition of existing fields