OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio-comment message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [virtio-comment] [PATCH 1/3] conformance: make driver conformance list easier to read and maintain


On Fri, 15 May 2020 15:27:49 +0200
David Hildenbrand <david@redhat.com> wrote:

> Let's define it just like the device conformance list.
> 
> Signed-off-by: David Hildenbrand <david@redhat.com>
> ---
>  conformance.tex | 12 +++++++++++-
>  1 file changed, 11 insertions(+), 1 deletion(-)
> 
> diff --git a/conformance.tex b/conformance.tex
> index b6fdec0..ed7d77f 100644
> --- a/conformance.tex
> +++ b/conformance.tex
> @@ -15,7 +15,17 @@ \section{Conformance Targets}\label{sec:Conformance / Conformance Targets}
>    \begin{itemize}
>      \item Clause \ref{sec:Conformance / Driver Conformance}.
>      \item One of clauses \ref{sec:Conformance / Driver Conformance / PCI Driver Conformance}, \ref{sec:Conformance / Driver Conformance / MMIO Driver Conformance} or \ref{sec:Conformance / Driver Conformance / Channel I/O Driver Conformance}.
> -    \item One of clauses \ref{sec:Conformance / Driver Conformance / Network Driver Conformance}, \ref{sec:Conformance / Driver Conformance / Block Driver Conformance}, \ref{sec:Conformance / Driver Conformance / Console Driver Conformance}, \ref{sec:Conformance / Driver Conformance / Entropy Driver Conformance}, \ref{sec:Conformance / Driver Conformance / Traditional Memory Balloon Driver Conformance}, \ref{sec:Conformance / Driver Conformance / SCSI Host Driver Conformance}, \ref{sec:Conformance / Driver Conformance / Input Driver Conformance}, \ref{sec:Conformance / Driver Conformance / Crypto Driver Conformance}, \ref{sec:Conformance / Driver Conformance / Socket Driver Conformance} or \ref{sec:Conformance / Driver Conformance / IOMMU Driver Conformance}.
> +    \item One of clauses
> +\ref{sec:Conformance / Driver Conformance / Network Driver Conformance},
> +\ref{sec:Conformance / Driver Conformance / Block Driver Conformance},
> +\ref{sec:Conformance / Driver Conformance / Console Driver Conformance},
> +\ref{sec:Conformance / Driver Conformance / Entropy Driver Conformance},
> +\ref{sec:Conformance / Driver Conformance / Traditional Memory Balloon Driver Conformance},
> +\ref{sec:Conformance / Driver Conformance / SCSI Host Driver Conformance},
> +\ref{sec:Conformance / Driver Conformance / Input Driver Conformance},
> +\ref{sec:Conformance / Driver Conformance / Crypto Driver Conformance},
> +\ref{sec:Conformance / Driver Conformance / Socket Driver Conformance} or
> +\ref{sec:Conformance / Driver Conformance / IOMMU Driver Conformance}.
>      \item Clause \ref{sec:Conformance / Legacy Interface: Transitional Device and Transitional Driver Conformance}.
>    \end{itemize}
>  \item[Device] A device MUST conform to four conformance clauses:

Looks much nicer.

Reviewed-by: Cornelia Huck <cohuck@redhat.com>



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]