Hi Pierrick, On 1/4/25 01:42, Pierrick Bouvier wrote:
Nothing prevent plugins to be enabled on this platform for user binaries, only the option in the driver is missing.
Per commit 903e870f245 ("plugins/api: split out binary path/start/end/entry code") this is deliberate: The BSD user-mode command line is still missing -plugin. This can be enabled once we have reliable check-tcg tests working for the BSDs. Should we enable this without test harnessing?
Signed-off-by: Pierrick Bouvier <pierrick.bouv...@linaro.org> --- bsd-user/main.c | 12 ++++++++++++ 1 file changed, 12 insertions(+)
Ideally we'd have helpers for common user code in common-user/... Anyway, since this patch does what it says: Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>