qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs/system/devices/vfio-user: fix formatting
@ 2025-10-09 14:02 John Levon
  2025-10-09 14:07 ` Peter Maydell
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: John Levon @ 2025-10-09 14:02 UTC (permalink / raw)
  To: qemu-devel; +Cc: Thanos Makatos, Cédric Le Goater, John Levon

The example QEMU argument was not rendering properly, as it was not
indented.

Signed-off-by: John Levon <john.levon@nutanix.com>
---
 docs/system/devices/vfio-user.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/system/devices/vfio-user.rst b/docs/system/devices/vfio-user.rst
index b6dcaa5615..7c110b1644 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 <https://github.com/nutanix/libvfio-user/>`_ for further
 information.
-- 
2.43.0



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

* Re: [PATCH] docs/system/devices/vfio-user: fix formatting
  2025-10-09 14:02 [PATCH] docs/system/devices/vfio-user: fix formatting John Levon
@ 2025-10-09 14:07 ` Peter Maydell
  2025-10-09 15:17 ` Cédric Le Goater
  2025-10-09 15:24 ` Cédric Le Goater
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Maydell @ 2025-10-09 14:07 UTC (permalink / raw)
  To: John Levon; +Cc: qemu-devel, Thanos Makatos, Cédric Le Goater

On Thu, 9 Oct 2025 at 15:03, John Levon <john.levon@nutanix.com> wrote:
>
> The example QEMU argument was not rendering properly, as it was not
> indented.
>
> Signed-off-by: John Levon <john.levon@nutanix.com>
> ---
>  docs/system/devices/vfio-user.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/docs/system/devices/vfio-user.rst b/docs/system/devices/vfio-user.rst
> index b6dcaa5615..7c110b1644 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 <https://github.com/nutanix/libvfio-user/>`_ for further
>  information.

Cc: qemu-stable@nongnu.org
Fixes: c688cc165b ("docs: add vfio-user documentation")
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

thanks
-- PMM


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

* Re: [PATCH] docs/system/devices/vfio-user: fix formatting
  2025-10-09 14:02 [PATCH] docs/system/devices/vfio-user: fix formatting John Levon
  2025-10-09 14:07 ` Peter Maydell
@ 2025-10-09 15:17 ` Cédric Le Goater
  2025-10-09 15:24 ` Cédric Le Goater
  2 siblings, 0 replies; 4+ messages in thread
From: Cédric Le Goater @ 2025-10-09 15:17 UTC (permalink / raw)
  To: John Levon, qemu-devel; +Cc: Thanos Makatos

On 10/9/25 16:02, John Levon wrote:
> The example QEMU argument was not rendering properly, as it was not
> indented.
> 
> Signed-off-by: John Levon <john.levon@nutanix.com>
> ---
>   docs/system/devices/vfio-user.rst | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/system/devices/vfio-user.rst b/docs/system/devices/vfio-user.rst
> index b6dcaa5615..7c110b1644 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 <https://github.com/nutanix/libvfio-user/>`_ for further
>   information.


Reviewed-by: Cédric Le Goater <clg@redhat.com>

Thanks,

C.




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

* Re: [PATCH] docs/system/devices/vfio-user: fix formatting
  2025-10-09 14:02 [PATCH] docs/system/devices/vfio-user: fix formatting John Levon
  2025-10-09 14:07 ` Peter Maydell
  2025-10-09 15:17 ` Cédric Le Goater
@ 2025-10-09 15:24 ` Cédric Le Goater
  2 siblings, 0 replies; 4+ messages in thread
From: Cédric Le Goater @ 2025-10-09 15:24 UTC (permalink / raw)
  To: John Levon, qemu-devel; +Cc: Thanos Makatos

On 10/9/25 16:02, John Levon wrote:
> The example QEMU argument was not rendering properly, as it was not
> indented.
> 
> Signed-off-by: John Levon <john.levon@nutanix.com>
> ---
>   docs/system/devices/vfio-user.rst | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/system/devices/vfio-user.rst b/docs/system/devices/vfio-user.rst
> index b6dcaa5615..7c110b1644 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 <https://github.com/nutanix/libvfio-user/>`_ for further
>   information.


Applied to vfio-next.

Thanks,

C.




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

end of thread, other threads:[~2025-10-09 15:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-09 14:02 [PATCH] docs/system/devices/vfio-user: fix formatting John Levon
2025-10-09 14:07 ` Peter Maydell
2025-10-09 15:17 ` Cédric Le Goater
2025-10-09 15:24 ` Cédric Le Goater

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