summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cl-cs01.tex86
-rw-r--r--cl-os.tex86
2 files changed, 86 insertions, 86 deletions
diff --git a/cl-cs01.tex b/cl-cs01.tex
new file mode 100644
index 0000000..234e420
--- /dev/null
+++ b/cl-cs01.tex
@@ -0,0 +1,86 @@
+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
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