@@ -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
407407usage. Example usage could include:
408408
409409\begin {itemize }
@@ -726,11 +726,11 @@ \subsubsection{Overview}
726726Most transport messages adopt a \emph {request/response } pattern, but some are
727727unidirectional (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
736736Reserved & 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
772772and 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
10911091firmware tables, device trees). Each bus instance \emph {may } use a subset of or
10921092all 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
11011101Reserved & 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
11141114messages. 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
11161116event 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
11231123messages if it already provides equivalent functionality through some
0 commit comments