From: John Levon Date: Thu, 9 Oct 2025 14:02:06 +0000 (+0200) Subject: docs/system/devices/vfio-user: fix formatting X-Git-Tag: v10.2.0-rc1~50^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1118a4207b0c5287d942a18b1a446c2e29baea3a;p=thirdparty%2Fqemu.git docs/system/devices/vfio-user: fix formatting The example QEMU argument was not rendering properly, as it was not indented. Signed-off-by: John Levon Fixes: c688cc165b ("docs: add vfio-user documentation") Reviewed-by: Peter Maydell Link: https://lore.kernel.org/qemu-devel/20251009140206.386249-1-john.levon@nutanix.com Reviewed-by: Cédric Le Goater Signed-off-by: Cédric Le Goater --- diff --git a/docs/system/devices/vfio-user.rst b/docs/system/devices/vfio-user.rst index 30c2215f4e..e10a6d0822 100644 --- a/docs/system/devices/vfio-user.rst +++ b/docs/system/devices/vfio-user.rst @@ -20,7 +20,7 @@ Presuming a suitable ``vfio-user`` server has opened a socket at .. code-block:: console --device '{"driver": "vfio-user-pci","socket": {"path": "/tmp/vfio-user.sock", "type": "unix"}}' + --device '{"driver": "vfio-user-pci","socket": {"path": "/tmp/vfio-user.sock", "type": "unix"}}' See `libvfio-user `_ for further information.