qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] virtio document cleanups (esp vhost-user)
@ 2025-09-02 16:50 Alex Bennée
  2025-09-02 16:50 ` [PATCH 1/4] docs/system: split VirtIO devices from the rest Alex Bennée
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Alex Bennée @ 2025-09-02 16:50 UTC (permalink / raw)
  To: qemu-devel
  Cc: Cédric Le Goater, Thanos Makatos, John Levon,
	Alex Bennée

These just tidy up the device emulation area to be a little more
organised as well as splitting out the VirtIO documents themselves.

Alex.

Alex Bennée (4):
  docs/system: split VirtIO devices from the rest
  docs/system: unify the naming style for VirtIO devices
  docs/system: drop vhost-user-rng docs
  docs/system: merge vhost-user-input into vhost-user-contrib

 docs/system/device-emulation.rst              | 18 ++--
 docs/system/devices/vfio-user.rst             |  2 +-
 docs/system/devices/vhost-user-input.rst      | 45 ----------
 docs/system/devices/vhost-user-rng.rst        | 41 ---------
 docs/system/devices/virtio/index.rst          | 29 +++++++
 .../devices/virtio/vhost-user-contrib.rst     | 87 +++++++++++++++++++
 .../devices/{ => virtio}/vhost-user.rst       | 22 ++---
 .../devices/{ => virtio}/virtio-gpu.rst       |  4 +-
 .../devices/{ => virtio}/virtio-pmem.rst      |  6 +-
 .../devices/{ => virtio}/virtio-snd.rst       |  2 +-
 10 files changed, 141 insertions(+), 115 deletions(-)
 delete mode 100644 docs/system/devices/vhost-user-input.rst
 delete mode 100644 docs/system/devices/vhost-user-rng.rst
 create mode 100644 docs/system/devices/virtio/index.rst
 create mode 100644 docs/system/devices/virtio/vhost-user-contrib.rst
 rename docs/system/devices/{ => virtio}/vhost-user.rst (77%)
 rename docs/system/devices/{ => virtio}/virtio-gpu.rst (99%)
 rename docs/system/devices/{ => virtio}/virtio-pmem.rst (98%)
 rename docs/system/devices/{ => virtio}/virtio-snd.rst (99%)

-- 
2.47.2



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

end of thread, other threads:[~2025-09-02 18:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-02 16:50 [PATCH 0/4] virtio document cleanups (esp vhost-user) Alex Bennée
2025-09-02 16:50 ` [PATCH 1/4] docs/system: split VirtIO devices from the rest Alex Bennée
2025-09-02 17:00   ` John Levon
2025-09-02 18:31   ` Manos Pitsidianakis
2025-09-02 16:50 ` [PATCH 2/4] docs/system: unify the naming style for VirtIO devices Alex Bennée
2025-09-02 17:00   ` John Levon
2025-09-02 18:27   ` Manos Pitsidianakis
2025-09-02 16:50 ` [PATCH 3/4] docs/system: drop vhost-user-rng docs Alex Bennée
2025-09-02 17:00   ` John Levon
2025-09-02 16:50 ` [PATCH 4/4] docs/system: merge vhost-user-input into vhost-user-contrib Alex Bennée
2025-09-02 18:35   ` Manos Pitsidianakis

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