virtio-comment

 View Only
  • 1.  [PATCH] title: fix duplicate URL

    Posted 01-18-2021 17:59
    The link to the 0.9.5 spec was listed twice.

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

    I plan to push this as a minor edit.

    ---
    title.tex | 1 -
    1 file changed, 1 deletion(-)

    diff --git a/title.tex b/title.tex
    index 88d6ca0c8835..8300ee7b2fdd 100644
    --- a/title.tex
    +++ b/title.tex
    @@ -57,7 +57,6 @@
    \item Virtual I/O Device (VIRTIO) Version 1.0. Edited by Rusty Russell, Michael S. Tsirkin, Cornelia Huck, and Pawel
    Moll. Latest version:\newline
    \url{https://docs.oasis-open.org/virtio/virtio/v1.0/virtio-v1.0.html}
    - \url{http://ozlabs.org/~rusty/virtio-spec/virtio-0.9.5.pdf}
    \item Virtio PCI Card Specification Version 0.9.5:\newline
    \url{http://ozlabs.org/~rusty/virtio-spec/virtio-0.9.5.pdf}
    \end{itemize*}
    --
    2.26.2




  • 2.  Re: [PATCH] title: fix duplicate URL

    Posted 01-25-2021 10:40
    On Mon, 18 Jan 2021 18:59:06 +0100
    Cornelia Huck <cohuck@redhat.com> wrote:

    > The link to the 0.9.5 spec was listed twice.
    >
    > Signed-off-by: Cornelia Huck <cohuck@redhat.com>
    > ---
    >
    > I plan to push this as a minor edit.
    >
    > ---
    > title.tex | 1 -
    > 1 file changed, 1 deletion(-)
    >
    > diff --git a/title.tex b/title.tex
    > index 88d6ca0c8835..8300ee7b2fdd 100644
    > --- a/title.tex
    > +++ b/title.tex
    > @@ -57,7 +57,6 @@
    > \item Virtual I/O Device (VIRTIO) Version 1.0. Edited by Rusty Russell, Michael S. Tsirkin, Cornelia Huck, and Pawel
    > Moll. Latest version:\newline
    > \url{https://docs.oasis-open.org/virtio/virtio/v1.0/virtio-v1.0.html}
    > - \url{http://ozlabs.org/~rusty/virtio-spec/virtio-0.9.5.pdf}
    > \item Virtio PCI Card Specification Version 0.9.5:\newline
    > \url{http://ozlabs.org/~rusty/virtio-spec/virtio-0.9.5.pdf}
    > \end{itemize*}

    Pushed as a minor edit.