Skip to content

Commit 5441a28

Browse files
virtio-msg: replace non-ASCII punctuation in transport text (Bill Mills)
Bill Mills noted that transport-msg.tex still contained non-ASCII punctuation. Replace sentence-interrupting Unicode dashes with commas, convert numeric ranges to the single ASCII hyphen form used elsewhere in the virtio spec, and normalize the remaining 0--31/32--63 range to that same style. Signed-off-by: Bertrand Marquis <bertrand.marquis@arm.com>
1 parent d197568 commit 5441a28

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

transport-msg.tex

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@ \subsubsection{Device Numbers and Enumeration}
313313
might inform the bus of available device numbers and their properties.
314314
\end{itemize}
315315

316-
Once a bus confirms that a device number is validregardless of the discovery
317-
methodit normally issues \msgref{GET_DEVICE_INFO} to retrieve the device and
316+
Once a bus confirms that a device number is valid, regardless of the discovery
317+
method, it normally issues \msgref{GET_DEVICE_INFO} to retrieve the device and
318318
vendor IDs before registering the device with the host OS so the usual Virtio
319319
driver binding process can begin.
320320

@@ -326,8 +326,8 @@ \subsubsection{Device Numbers and Enumeration}
326326
immediately after a device is removed, to reduce race conditions with
327327
delayed messages associated with the removed device.
328328
\item A bus implementation SHOULD provide the driver with sufficient
329-
informationeither via \busref{GET_DEVICES} or equivalent platform
330-
datato discover each valid device number.
329+
information, either via \busref{GET_DEVICES} or equivalent platform
330+
data, to discover each valid device number.
331331
\end{itemize}
332332

333333
\subsubsection{Configuration Semantics Profiles}
@@ -413,7 +413,7 @@ \subsubsection{Feature Negotiation Blocks}
413413

414414
\begin{itemize}
415415
\item \textbf{Block Index}: The starting block (e.g., block 0 for
416-
features 0--31, block 1 for features 32--63, etc.).
416+
features 0-31, block 1 for features 32-63, etc.).
417417
\item \textbf{Number of Blocks}: How many blocks the driver wishes to retrieve
418418
or modify in a single message.
419419
\item \textbf{Feature Data}: The 32-bit values representing the supported (or
@@ -1876,7 +1876,7 @@ \subsubsection{Overview}
18761876

18771877
Example: a request with \field{offset}=0, \field{count}=16 might produce
18781878
\field{bitmap}=0b00100101 00000000 and \field{next_offset}=16. That indicates
1879-
devices 0, 2, and 5 are present within the 015 window and suggests continuing
1879+
devices 0, 2, and 5 are present within the 0-15 window and suggests continuing
18801880
at device number 16.
18811881

18821882
\paragraph{Intended usage}
@@ -1952,8 +1952,8 @@ \subsubsection{Overview}
19521952
\hline
19531953
DEVICE\_BUS\_STATE\_ADDED & 0x0001 & Device is present and ready. \\
19541954
DEVICE\_BUS\_STATE\_REMOVED & 0x0002 & Device is no longer present. \\
1955-
Reserved & 0x00030x7FFF & Reserved for standard use. \\
1956-
Implementation-defined & 0x80000xFFFF & MAY be used by the bus implementation. \\
1955+
Reserved & 0x0003-0x7FFF & Reserved for standard use. \\
1956+
Implementation-defined & 0x8000-0xFFFF & MAY be used by the bus implementation. \\
19571957
\hline
19581958
\end{tabular}
19591959

0 commit comments

Comments
 (0)