OSDN Git Service

docs: driver-api: virtio: virtio on Linux
authorRicardo Cañuelo <ricardo.canuelo@collabora.com>
Mon, 10 Oct 2022 06:43:59 +0000 (08:43 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 15 Feb 2023 11:46:22 +0000 (06:46 -0500)
commitd16c0cd27331179daa86a3a489f50ce409121c80
treef30eb8d09af9d8a039b6a024f785fa567ed2b605
parentd5ff73bbb03e69bd92f1f7f134bbfa16624ad42b
docs: driver-api: virtio: virtio on Linux

Basic doc about Virtio on Linux and a short tutorial on Virtio drivers.

includes the following fixup:

virtio: fix virtio_config_ops kerneldocs

Fixes two warning messages when building htmldocs:

    warning: duplicate section name 'Note'
    warning: expecting prototype for virtio_config_ops().
             Prototype was for vq_callback_t() instead

Message-Id: <20221010064359.1324353-2-ricardo.canuelo@collabora.com>
Signed-off-by: Ricardo Cañuelo <ricardo.canuelo@collabora.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Message-Id: <20221220100035.2712449-1-ricardo.canuelo@collabora.com>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Reviewed-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Documentation/driver-api/index.rst
Documentation/driver-api/virtio/index.rst [new file with mode: 0644]
Documentation/driver-api/virtio/virtio.rst [new file with mode: 0644]
Documentation/driver-api/virtio/writing_virtio_drivers.rst [new file with mode: 0644]
MAINTAINERS
include/linux/virtio_config.h