From 669eb85c90be00e12b6a0ad57000214a2f326c46 Mon Sep 17 00:00:00 2001 From: mstsirkin Date: Tue, 23 Dec 2014 19:24:15 +0000 Subject: cl: remove changelog for cs01. will replace with new changelog. Signed-off-by: Michael S. Tsirkin git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/branches/v1.0@453 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- cl-os.tex | 86 --------------------------------------------------------------- 1 file changed, 86 deletions(-) (limited to 'cl-os.tex') diff --git a/cl-os.tex b/cl-os.tex index 234e420..e69de29 100644 --- a/cl-os.tex +++ b/cl-os.tex @@ -1,86 +0,0 @@ -418 & 11 Aug 2014 & Michael S. Tsirkin & { Acknowledge input from -Brian Foley - -See \ref{chap:Acknowledgements} -} - \\ -417 & 11 Aug 2014 & Pawel Moll & { VIRTIO-110: ARM's feedback for MMIO chapter, clarifications - -\begin{itemize} - \item Extra clarifications for QueueReady and ConfigGeneration - \item Added alignment requirement section, to formalise - hidden assumptions about register accesses -\end{itemize} - -See \ref{sec:Virtio Transport Options / Virtio Over MMIO / MMIO -Device Register Layout}, \ref{devicenormative:Virtio Transport -Options / Virtio Over MMIO / MMIO Device Register Layout} and -\ref{drivernormative:Virtio Transport -Options / Virtio Over MMIO / MMIO Device Register Layout} -} - \\ -\hline -\hline -416 & 05 Aug 2014 & Pawel Moll & { VIRTIO-110: ARM's feedback for MMIO chapter, legacy section - -Make it clear that the legacy section is non-normative, -removing all MUSTs. - -See \ref{sec:Virtio Transport Options / Virtio Over MMIO / Legacy -interface}. - } \\ -\hline -415 & 05 Aug 2014 & Pawel Moll & { VIRTIO-110: ARM's feedback for MMIO chapter, trivial changes -\begin{itemize} -\item Typos and language mistakes in 4.2, 4.2.1, 4.2.2 and 4.2.2.2. -\item Extra clarifications for InterruptACK. -\end{itemize} - } \\ -\hline -414 & 04 Aug 2014 & Michael S. Tsirkin & { legacy: grammar fixup - -Legacy devices are "they" not "it". - -See \ref{sec:General Initialization And Device Operation / Device -Initialization / Legacy Interface: Device Initialization} - -Resolves VIRTIO-113 - } \\ -\hline -413 & 04 Aug 2014 & Michael S. Tsirkin & { legacy: consistently use past tense - -Paragraph with general description of feature negotiation -for legacy devices mixed present and past tense. -As rest of legacy sections all use past tense, -fix the only instance of the present tense: -s/do/did/ for consistency. - -It might be argued that legacy devices still have these -properties so present tense is more appropriate, on the -other hand, using the past tense helps stress the fact -that current spec does not attempt to fully describe the legacy -device/driver behaviour: this text is only here to serve as -motivation for the transitional device/driver requirements. - -See \ref{sec:General Initialization And Device Operation / Device -Initialization / Legacy Interface: Device Initialization} - -Resolves VIRTIO-112 - } \\ -\hline -412 & 30 Jul 2014 & Michael S. Tsirkin & { VIRTIO-111: Fix minor typos - -Fix minor typos as reported in ARM's feedback. - -See \ref{drivernormative:Basic Facilities of a Virtio Device / -Device Configuration Space}, \ref{sec:Basic Facilities of a -Virtio Device / Device Configuration Space / Legacy Interface: -Device Configuration Space}, \ref{sec:General Initialization And -Device Operation / Device Operation / Supplying Buffers to The -Device} and -\ref{drivernormative:Device Types / Network Device / Device -Operation / Control Virtqueue / Offloads State Configuration / -Setting Offloads State} - } - \\ -\hline -- cgit v1.2.3 From 7cc4f070035893df949576916d1a17b212b47e9b Mon Sep 17 00:00:00 2001 From: mstsirkin Date: Tue, 23 Dec 2014 19:25:12 +0000 Subject: cl-os: prepare changelog for v1.0 cs02 Signed-off-by: Michael S. Tsirkin git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/branches/v1.0@456 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- cl-os.tex | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) (limited to 'cl-os.tex') diff --git a/cl-os.tex b/cl-os.tex index e69de29..0a902fc 100644 --- a/cl-os.tex +++ b/cl-os.tex @@ -0,0 +1,45 @@ +448 & 22 Dec 2014 & Michael S. Tsirkin & {VIRTIO-120: virtio: +fix used element size + +General ring description lists size for +used ring elements as 4, it must be 8. + +See \ref{sec:Basic Facilities of a Virtio Device / Virtqueues}. + } \\ +\hline +449 & 22 Doc 2014 & Cornelia Huck & {VIRTIO-125: block: fixup section levels + The specification for the configuration layout for block devices + should be its own subsection as for all other devices and not be + hidden beneath "Feature bits". + + The normative sections for device operation should appear under + the device operation section. +See \ref{sec:Device Types / Block Device / Device configuration +layout}. + } \\ +\hline +450 & 22 Dec 2014 & Cornelia Huck & {VIRTIO-127: ccw: two-stage +indicators for legacy devices + + Some legacy devices will support two-stage queue indicators +and therefore + won't reject CCW_CMD_SET_IND_ADAPTER. Note this. + +See \ref{sec:Virtio Transport Options / Virtio over channel I/O / +Device Initialization / Setting Up Indicators / Legacy +Interfaces: A Note on Setting Up Indicators}. + } \\ +\hline +452 & 22 Dec 2014 & Michael S. Tsirkin & {VIRTIO-115: +formatting: formatting: escape {\textbackslash}ldots in lstlisting + + {\textbackslash}ldots does not work within lstlisting, the result is + {\textbackslash}ldots verbatim in the PDF output. + + To fix, make \$ an escape character, and escape the sequence: + \${\textbackslash}ldots\$ + +See \ref{sec:Device Types / SCSI Host Device / Device Operation / +Device Operation: controlq}. +} \\ +\hline -- cgit v1.2.3 From 5f33ce434d531fb64c3de33b1e2df63c6a52fdf3 Mon Sep 17 00:00:00 2001 From: mstsirkin Date: Tue, 23 Dec 2014 20:31:00 +0000 Subject: changelog: list acknowledgement change Signed-off-by: Michael S. Tsirkin git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/branches/v1.0@467 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- cl-os.tex | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cl-os.tex') diff --git a/cl-os.tex b/cl-os.tex index 0a902fc..3235576 100644 --- a/cl-os.tex +++ b/cl-os.tex @@ -43,3 +43,10 @@ See \ref{sec:Device Types / SCSI Host Device / Device Operation / Device Operation: controlq}. } \\ \hline +455,457 & 23 Dec 2014 & Michael S. Tsirkin & {acknowledgements: acknowledge dgilbert + + Acknowledge David Alan Gilbert for reporting VIRTIO-120. + +See \ref{chap:Acknowledgements}. +} \\ +\hline -- cgit v1.2.3 From 92a191607268ef53fa892fd6fc1d1c02f99d77c4 Mon Sep 17 00:00:00 2001 From: mstsirkin Date: Tue, 23 Dec 2014 20:40:16 +0000 Subject: changelog: typo fixup: formatting: formatting Signed-off-by: Michael S. Tsirkin git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/branches/v1.0@469 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- cl-os.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cl-os.tex') diff --git a/cl-os.tex b/cl-os.tex index 3235576..61aa6fd 100644 --- a/cl-os.tex +++ b/cl-os.tex @@ -31,7 +31,7 @@ Interfaces: A Note on Setting Up Indicators}. } \\ \hline 452 & 22 Dec 2014 & Michael S. Tsirkin & {VIRTIO-115: -formatting: formatting: escape {\textbackslash}ldots in lstlisting +formatting: escape {\textbackslash}ldots in lstlisting {\textbackslash}ldots does not work within lstlisting, the result is {\textbackslash}ldots verbatim in the PDF output. -- cgit v1.2.3