[PATCH v2 1/6] virtio-msg: add new command for bus normative

Bertrand Marquis <[email protected]> Mon, 15 Jun 2026 11:10:23 +0200
Newsgroups dev.linux.lists.virtio-comment
Message-ID <998059c704fffafbceb9804045b9ffe6cf7a64b2.1781514628.git.bertrand.marquis@arm.com>
Add a new command to have a standard way to define virtio-msg bus
normative statements.

Signed-off-by: Bertrand Marquis <[email protected]>
Signed-off-by: Bill Mills <[email protected]>
---
 commands.tex | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/commands.tex b/commands.tex
index 25ea8ee3bc78..122a97f89b10 100644
--- a/commands.tex
+++ b/commands.tex
@@ -7,9 +7,10 @@
 % How we format a field name
 \newcommand{\field}[1]{\emph{#1}}
 
-% Mark a normative section (driver or device)
+% Mark a normative section (driver, device, or bus)
 \newcommand{\drivernormative}[3]{#1{Driver Requirements: #2}\label{drivernormative:#3}}
 \newcommand{\devicenormative}[3]{#1{Device Requirements: #2}\label{devicenormative:#3}}
+\newcommand{\busnormative}[3]{#1{Bus Requirements: #2}\label{busnormative:#3}}
 \newcounter{clausecounter}
 \newcommand{\conformance}[2]{
 	\stepcounter{clausecounter}
-- 
2.53.0