Re: [PATCH 3/4] tests/libqtest: Introduce qtest_get_base_arch()

2023-10-10 Thread Thomas Huth
On 10/10/2023 10.42, Philippe Mathieu-Daudé wrote: On 10/10/23 09:49, Philippe Mathieu-Daudé wrote: While qtest_get_arch() returns the target architecture name, such "i386" or "x86_64", qtest_get_base_arch() return the "base" (or real underlying) architecture, in this example that is "x86".

Re: [PATCH 3/4] tests/libqtest: Introduce qtest_get_base_arch()

2023-10-10 Thread Philippe Mathieu-Daudé
On 10/10/23 09:49, Philippe Mathieu-Daudé wrote: While qtest_get_arch() returns the target architecture name, such "i386" or "x86_64", qtest_get_base_arch() return the "base" (or real underlying) architecture, in this example that is "x86". Signed-off-by: Philippe Mathieu-Daudé ---

[PATCH 3/4] tests/libqtest: Introduce qtest_get_base_arch()

2023-10-10 Thread Philippe Mathieu-Daudé
While qtest_get_arch() returns the target architecture name, such "i386" or "x86_64", qtest_get_base_arch() return the "base" (or real underlying) architecture, in this example that is "x86". Signed-off-by: Philippe Mathieu-Daudé --- tests/qtest/libqtest.h | 7 +++ tests/qtest/libqtest.c |