Skip to content

Commit 9320bbe

Browse files
committed
virtio-msg: revert chucks of msg_id -> msg_op
This reverts commit 4c2274c. Signed-off-by: Bill Mills <bill.mills@linaro.org>
1 parent 2712432 commit 9320bbe

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

transport-msg.tex

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,8 @@ \subsubsection{Monitoring the Bus}
402402
\subsubsection{Bus Specific Messages}
403403
\label{sec:Virtio Transport Options / Virtio Over Messages / Bus Operation / Bus Specific Messages}
404404

405-
A range of message operation identifiers are reserved for use by the specific
406-
bus implementation. These messages can be used for any implementation specific
405+
A range of message IDs are reserved for use by the specific bus
406+
implementation. These messages can be used for any implementation specific
407407
usage. Example usage could include:
408408

409409
\begin{itemize}
@@ -726,11 +726,11 @@ \subsubsection{Overview}
726726
Most transport messages adopt a \emph{request/response} pattern, but some are
727727
unidirectional (e.g., asynchronous notifications).
728728

729-
\paragraph{Messages Operation (OP) identifiers and issuers}
729+
\paragraph{Messages IDs and issuers}
730730

731731
\begin{tabular}{|l|l|l|}
732732
\hline
733-
Name & OP identifier & Sender \\
733+
Name & ID & Sender \\
734734
\hline
735735
\hline
736736
Reserved & 0x0 & \\
@@ -767,8 +767,8 @@ \subsubsection{Overview}
767767
\hline
768768
\end{tabular}
769769

770-
Transport message OPs 0x00 to 0x3F are used for messages that require a response
771-
and OPs 0x40 to 0x7F are used for event messages. Transport message OPs 0x80
770+
Transport message IDs 0x00 to 0x3F are used for messages that require a response
771+
and IDs 0x40 to 0x7F are used for event messages. Transport message IDs 0x80
772772
and above are reserved by this specification.
773773

774774
\paragraph{Mandatory Transport Messages}
@@ -1091,11 +1091,11 @@ \subsection{Bus Messages}\label{sec:Virtio Transport Options / Virtio Over Messa
10911091
firmware tables, device trees). Each bus instance \emph{may} use a subset of or
10921092
all these messages according to its design.
10931093

1094-
\paragraph{OPs identifiers and issuers}
1094+
\paragraph{Messages IDs and issuers}
10951095

10961096
\begin{tabular}{|l|l|l|}
10971097
\hline
1098-
Name & OP identifier & Sender \\
1098+
Name & ID & Sender \\
10991099
\hline
11001100
\hline
11011101
Reserved & 0x0 & \\
@@ -1110,14 +1110,14 @@ \subsection{Bus Messages}\label{sec:Virtio Transport Options / Virtio Over Messa
11101110
\hline
11111111
\end{tabular}
11121112

1113-
Bus message OPs below 0x80 are reserved for standardizes (but optional) bus
1113+
Bus message IDs below 0x80 are reserved for standardizes (but optional) bus
11141114
messages. A few are used here and more are expected in the future. Bus message
1115-
OPs below 0x40 are used for request/response messages and 0x40 and above for
1115+
IDs below 0x40 are used for request/response messages and 0x40 and above for
11161116
event messages.
11171117

1118-
Bus message OPs 0x80 and above are bus implementation specific. Bus
1119-
implementations \emph{MAY} specify the policy that OPs below 0xC0 be used
1120-
for request/response messages and OPs 0xC0 and above are used for event messages.
1118+
Bus message IDs 0x80 and above are bus implementation specific. Bus
1119+
implementations \emph{MAY} specify the policy that IDs below 0xC0 be used
1120+
for request/response messages and IDs 0xC0 and above are used for event messages.
11211121

11221122
\paragraph{Note:} A bus implementation \textbf{is not required} to use these
11231123
messages if it already provides equivalent functionality through some

0 commit comments

Comments
 (0)