[PATCH] docs/uri.rst: document ext transport argv parameter

Mark Cave-Ayland posted 1 patch 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20260617115006.90193-1-mark.caveayland@nutanix.com
docs/uri.rst | 5 +++++
1 file changed, 5 insertions(+)
[PATCH] docs/uri.rst: document ext transport argv parameter
Posted by Mark Cave-Ayland 1 week ago
This new parameter was added as part of commit ee06a78790 ("remote: allow
passing argv to the ext transport").

Signed-off-by: Mark Cave-Ayland <mark.caveayland@nutanix.com>
---
 docs/uri.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/uri.rst b/docs/uri.rst
index cc970001f4..48eda49308 100644
--- a/docs/uri.rst
+++ b/docs/uri.rst
@@ -1,3 +1,5 @@
+.. role:: since
+
 ===============
 Connection URIs
 ===============
@@ -326,6 +328,9 @@ Supported extra parameters:
 
   ``command``
     The external command launched to tunnel the data to the destination.
+  ``argv`` :since:`(since 12.5.0)`
+    An optional parameter to be passed to the external command. ``argv`` may be
+    specified multiple times to pass multiple arguments.
 
 ``tcp`` transport
 ^^^^^^^^^^^^^^^^^
-- 
2.43.0
Re: [PATCH] docs/uri.rst: document ext transport argv parameter
Posted by Michal Prívozník via Devel 1 week ago
On 6/17/26 13:48, Mark Cave-Ayland wrote:
> This new parameter was added as part of commit ee06a78790 ("remote: allow
> passing argv to the ext transport").
> 
> Signed-off-by: Mark Cave-Ayland <mark.caveayland@nutanix.com>
> ---
>  docs/uri.rst | 5 +++++
>  1 file changed, 5 insertions(+)
> 

Thank you!

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

and merged.

Michal