On 10/10/2025 10:18, Daniel P. Berrangé wrote:
On Fri, Oct 10, 2025 at 08:58:17AM +0000, Sergey Dyasli wrote:
Allow passing up to 5 arguments to the ext program via the query
parameters. URI example:
qemu+ext:///system?command=/bin/prog&ext_arg1=192.168.0.10&ext_arg2=8080
AFAIR, URI query parameters can be repeated arbitrarily many
times, so we shouldn't need to have a different name for each
parameter, nor any limit.
That indeed seems to be the case, thanks for pointing out! I plan to
send out v2 at some point with "ext_arg" parameter that you can repeat
multiple times.
Sergey