Re: [PATCH v1 1/4] virtio-msg: add new command for bus normative

"Edgar E. Iglesias" <[email protected]> Tue, 3 Feb 2026 20:42:56 +0100
Newsgroups dev.linux.lists.virtio-comment
Message-ID <aYJPwEULbzmRt9sr@zapote>
On Mon, Jan 26, 2026 at 11:32:27AM -0500, Bill Mills wrote:
> From: Bertrand Marquis <[email protected]>
> 
> 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]>

Acked-by: Edgar E. Iglesias <[email protected]>



> ---
>  commands.tex | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/commands.tex b/commands.tex
> index 25ea8ee..122a97f 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.34.1
>