virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH v5 0/1] docs: driver-api: virtio: virtio on Linux
@ 2022-10-10  6:43 Ricardo Cañuelo
  2022-10-10  6:43 ` [RESEND PATCH v5 1/1] " Ricardo Cañuelo
  0 siblings, 1 reply; 9+ messages in thread
From: Ricardo Cañuelo @ 2022-10-10  6:43 UTC (permalink / raw)
  To: linux-doc; +Cc: corbet, mst, cohuck, virtualization, kernel

Basic documentation about virtio in the kernel and a small tutorial for
virtio drivers.

Tested on kernel/git/mst/vhost.git (linux-next)

Changes in v5:
  - remove already merged patch
  - grammar fixes
  - clarify some API details
  - rework example code

Changes in v4:
  - reword the intro paragraphs
  - grammar fixes

Changes in v3:
  - fix commit message in patch 1
  - minor additional fixes to virtio kerneldocs
  - use proper Sphinx markup for links to references

Changes in v2:
  - virtio spec links updated to v1.2
  - simplify virtio.rst and remove most low level parts that are
    already covered by the spec
  - split the kerneldocs fixes to a separate patch
  - remove :c:func: rst formatting

Ricardo Cañuelo (1):
  docs: driver-api: virtio: virtio on Linux

 Documentation/driver-api/index.rst            |   1 +
 Documentation/driver-api/virtio/index.rst     |  11 +
 Documentation/driver-api/virtio/virtio.rst    | 144 +++++++++++++
 .../virtio/writing_virtio_drivers.rst         | 197 ++++++++++++++++++
 MAINTAINERS                                   |   1 +
 5 files changed, 354 insertions(+)
 create mode 100644 Documentation/driver-api/virtio/index.rst
 create mode 100644 Documentation/driver-api/virtio/virtio.rst
 create mode 100644 Documentation/driver-api/virtio/writing_virtio_drivers.rst

-- 
2.25.1

_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-12-19 10:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-10  6:43 [RESEND PATCH v5 0/1] docs: driver-api: virtio: virtio on Linux Ricardo Cañuelo
2022-10-10  6:43 ` [RESEND PATCH v5 1/1] " Ricardo Cañuelo
     [not found]   ` <Y0QYTq7KW9C731s0@debian.me>
2022-10-10 13:43     ` Cornelia Huck
2022-10-10 17:11       ` Michael S. Tsirkin
2022-10-11  6:51         ` Cornelia Huck
     [not found]           ` <9732990d-f362-fd38-4855-48f226da94a8@gmail.com>
2022-10-11  7:57             ` Cornelia Huck
2022-10-11  8:46     ` Ricardo Cañuelo
2022-12-19  6:20       ` Michael S. Tsirkin
     [not found]         ` <2c6e9afa-d162-3835-0b8f-633ae924af7e@gmail.com>
2022-12-19 10:53           ` Michael S. Tsirkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).