Re: [PATCH v2 2/3] tests/functional: Introduce the dso_suffix() helper

2025-02-27 Thread Daniel P . Berrangé
On Thu, Feb 20, 2025 at 09:02:14AM +0100, Philippe Mathieu-Daudé wrote: > Introduce a helper to get the default shared library > suffix used on the host. > > Suggested-by: Pierrick Bouvier > Signed-off-by: Philippe Mathieu-Daudé > Reviewed-by: Pierrick Bouvier > --- > tests/functional/qemu_tes

Re: [PATCH v2 2/3] tests/functional: Introduce the dso_suffix() helper

2025-02-26 Thread Alex Bennée
Akihiko Odaki writes: > On 2025/02/20 17:02, Philippe Mathieu-Daudé wrote: >> Introduce a helper to get the default shared library >> suffix used on the host. >> Suggested-by: Pierrick Bouvier >> Signed-off-by: Philippe Mathieu-Daudé >> Reviewed-by: Pierrick Bouvier >> --- >> tests/functiona

Re: [PATCH v2 2/3] tests/functional: Introduce the dso_suffix() helper

2025-02-26 Thread Akihiko Odaki
On 2025/02/20 17:02, Philippe Mathieu-Daudé wrote: Introduce a helper to get the default shared library suffix used on the host. Suggested-by: Pierrick Bouvier Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Pierrick Bouvier --- tests/functional/qemu_test/__init__.py | 2 +- tests/funct

Re: [PATCH v2 2/3] tests/functional: Introduce the dso_suffix() helper

2025-02-20 Thread Thomas Huth
On 20/02/2025 09.02, Philippe Mathieu-Daudé wrote: Introduce a helper to get the default shared library suffix used on the host. Suggested-by: Pierrick Bouvier Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Pierrick Bouvier --- tests/functional/qemu_test/__init__.py | 2 +- tests/funct

Re: [PATCH v2 2/3] tests/functional: Introduce the dso_suffix() helper

2025-02-20 Thread Philippe Mathieu-Daudé
On 20/2/25 09:02, Philippe Mathieu-Daudé wrote: Introduce a helper to get the default shared library suffix used on the host. Suggested-by: Pierrick Bouvier Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Pierrick Bouvier --- tests/functional/qemu_test/__init__.py | 2 +- tests/function