diff options
author | Ricardo Cañuelo <ricardo.canuelo@collabora.com> | 2022-10-10 08:43:59 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2023-02-15 12:46:22 +0100 |
commit | d16c0cd27331179daa86a3a489f50ce409121c80 (patch) | |
tree | f30eb8d09af9d8a039b6a024f785fa567ed2b605 /MAINTAINERS | |
parent | virtio_pmem: populate numa information (diff) | |
download | linux-d16c0cd27331179daa86a3a489f50ce409121c80.tar.xz linux-d16c0cd27331179daa86a3a489f50ce409121c80.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 39ff1a717625..478bc3536741 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -22040,6 +22040,7 @@ S: Maintained F: Documentation/ABI/testing/sysfs-bus-vdpa F: Documentation/ABI/testing/sysfs-class-vduse F: Documentation/devicetree/bindings/virtio/ +F: Documentation/driver-api/virtio/ F: drivers/block/virtio_blk.c F: drivers/crypto/virtio/ F: drivers/net/virtio_net.c |