]> git.ipfire.org Git - thirdparty/libvirt.git/commit
remote: allow passing argv to the ext transport
authorSergey Dyasli <sergey.dyasli@nutanix.com>
Fri, 17 Apr 2026 14:45:09 +0000 (15:45 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 9 Jun 2026 15:39:12 +0000 (17:39 +0200)
commitee06a7879085f6e48c10e503ea22ace3640c8d57
treea4fb580499c755c600e7154c854b1763d37a573e
parent1e194060d0f44b84c14150465076d47bec3aef39
remote: allow passing argv to the ext transport

Allow passing arguments to the ext program via the query parameters. The
name of each argument is "argv" and it can be repeated multiple times to
pass several arguments.

URI example:

    qemu+ext:///system?command=/bin/prog&argv=192.168.0.10&argv=8080

Suggested-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Sergey Dyasli <sergey.dyasli@nutanix.com>
Signed-off-by: Mark Cave-Ayland <mark.caveayland@nutanix.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/remote/remote_driver.c