OASIS Virtual I/O Device (VIRTIO) TC

 View Only
  • 1.  [PATCH] PCI: fix level for vendor data capability

    Posted 10-07-2021 11:13
    The normative statements for the vendor data capability need to be at paragraph level insted of subsection level. Signed-off-by: Cornelia Huck <cohuck@redhat.com> --- I plan to push this as an editorial update. --- content.tex 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content.tex b/content.tex index 39fe12b8ae40..5e716721edb3 100644 --- a/content.tex +++ b/content.tex @@ -1189,7 +1189,7 @@ subsubsection{Vendor data capability}label{sec:Virtio To make it safe for a generic driver to access the capability, reads from this capability MUST NOT have any side effects. -devicenormative{subsection}{Vendor data capability}{Virtio +devicenormative{paragraph}{Vendor data capability}{Virtio Transport Options / Virtio Over PCI Bus / PCI Device Layout / Vendor data capability} @@ -1206,7 +1206,7 @@ subsubsection{Vendor data capability}label{sec:Virtio Reads of the Vendor data capability by the driver MUST NOT have any side effects. -drivernormative{subsection}{Vendor data capability}{Virtio +drivernormative{paragraph}{Vendor data capability}{Virtio Transport Options / Virtio Over PCI Bus / PCI Device Layout / Vendor data capability} -- 2.31.1


  • 2.  Re: [PATCH] PCI: fix level for vendor data capability

    Posted 10-08-2021 07:56
    On Thu, Oct 07 2021, Cornelia Huck <cohuck@redhat.com> wrote:

    > The normative statements for the vendor data capability need
    > to be at paragraph level insted of subsection level.
    >
    > Signed-off-by: Cornelia Huck <cohuck@redhat.com>
    > ---
    > I plan to push this as an editorial update.

    Now pushed.

    > ---
    > content.tex | 4 ++--
    > 1 file changed, 2 insertions(+), 2 deletions(-)
    >
    > diff --git a/content.tex b/content.tex
    > index 39fe12b8ae40..5e716721edb3 100644
    > --- a/content.tex
    > +++ b/content.tex
    > @@ -1189,7 +1189,7 @@ \subsubsection{Vendor data capability}\label{sec:Virtio
    > To make it safe for a generic driver to access the capability,
    > reads from this capability MUST NOT have any side effects.
    >
    > -\devicenormative{\subsection}{Vendor data capability}{Virtio
    > +\devicenormative{\paragraph}{Vendor data capability}{Virtio
    > Transport Options / Virtio Over PCI Bus / PCI Device Layout /
    > Vendor data capability}
    >
    > @@ -1206,7 +1206,7 @@ \subsubsection{Vendor data capability}\label{sec:Virtio
    > Reads of the Vendor data capability by the driver MUST NOT have any
    > side effects.
    >
    > -\drivernormative{\subsection}{Vendor data capability}{Virtio
    > +\drivernormative{\paragraph}{Vendor data capability}{Virtio
    > Transport Options / Virtio Over PCI Bus / PCI Device Layout /
    > Vendor data capability}
    >




  • 3.  Re: [PATCH] PCI: fix level for vendor data capability

    Posted 10-08-2021 07:57
    On Thu, Oct 07 2021, Cornelia Huck <cohuck@redhat.com> wrote: > The normative statements for the vendor data capability need > to be at paragraph level insted of subsection level. > > Signed-off-by: Cornelia Huck <cohuck@redhat.com> > --- > I plan to push this as an editorial update. Now pushed. > --- > content.tex 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/content.tex b/content.tex > index 39fe12b8ae40..5e716721edb3 100644 > --- a/content.tex > +++ b/content.tex > @@ -1189,7 +1189,7 @@ subsubsection{Vendor data capability}label{sec:Virtio > To make it safe for a generic driver to access the capability, > reads from this capability MUST NOT have any side effects. > > -devicenormative{subsection}{Vendor data capability}{Virtio > +devicenormative{paragraph}{Vendor data capability}{Virtio > Transport Options / Virtio Over PCI Bus / PCI Device Layout / > Vendor data capability} > > @@ -1206,7 +1206,7 @@ subsubsection{Vendor data capability}label{sec:Virtio > Reads of the Vendor data capability by the driver MUST NOT have any > side effects. > > -drivernormative{subsection}{Vendor data capability}{Virtio > +drivernormative{paragraph}{Vendor data capability}{Virtio > Transport Options / Virtio Over PCI Bus / PCI Device Layout / > Vendor data capability} >