Re: [RFC PATCH] Subject: [RFC PATCH] plugins: Passed the parsed arguments directly to plugins

2021-06-28 Thread Alex Bennée
Mahmoud Mandour writes: The subject got a bit mangled. I usually send single one off patches directly from the command line like this: git send-email --subject-prefix "RFC PATCH" HEAD^.. --to qemu HEAD^.. > Arguments were passed to plugins in the following form: > -plugin

[RFC PATCH] Subject: [RFC PATCH] plugins: Passed the parsed arguments directly to plugins

2021-06-23 Thread Mahmoud Mandour
Arguments were passed to plugins in the following form: -plugin path/to/plugin,arg="positional_arg=value",arg="second_arg" This patch removes the need for "arg" so that the argument name itself is now expected and passed directly to the plugin. Now options can be passed in the following