]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs/uri.rst: document ext transport argv parameter master
authorMark Cave-Ayland <mark.caveayland@nutanix.com>
Wed, 17 Jun 2026 11:48:45 +0000 (12:48 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 17 Jun 2026 12:13:47 +0000 (14:13 +0200)
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>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
docs/uri.rst

index cc970001f4f6c8384eeadb51e265e06cb4a3fe2d..48eda493089d5f03ee8ddbe45949c62799e2b8bc 100644 (file)
@@ -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
 ^^^^^^^^^^^^^^^^^