linux-doc.vger.kernel.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; 14+ messages in thread
From: Ricardo Cañuelo @ 2022-10-10  6:43 UTC (permalink / raw)
  To: linux-doc; +Cc: corbet, mst, cohuck, virtualization, jasowang, 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


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

end of thread, other threads:[~2022-12-20  8:13 UTC | newest]

Thread overview: 14+ 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
2022-10-10 13:04   ` Bagas Sanjaya
2022-10-10 13:43     ` Cornelia Huck
2022-10-10 17:11       ` Michael S. Tsirkin
2022-10-11  6:51         ` Cornelia Huck
2022-10-11  7:20           ` Bagas Sanjaya
2022-10-11  7:57             ` Cornelia Huck
2022-10-11  8:30               ` Bagas Sanjaya
2022-10-11  8:46     ` Ricardo Cañuelo
2022-12-19  6:20       ` Michael S. Tsirkin
2022-12-19  8:38         ` Bagas Sanjaya
2022-12-19 10:53           ` Michael S. Tsirkin
2022-12-20  8:13             ` Bagas Sanjaya

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).