Re: [PATCH] qtest/libqos/meson: Restrict architecture specific objects

2021-03-14 Thread Alexander Bulekov
On 210314 2353, Philippe Mathieu-Daudé wrote: > Various libqos files are architecture specific. > Restrict the ARM/PPC/X86 units to their targets. > > Signed-off-by: Philippe Mathieu-Daudé > --- I thought qos-test is reused for all the machines, and all the arch checking is done at runtime. Also

[PATCH] qtest/libqos/meson: Restrict architecture specific objects

2021-03-14 Thread Philippe Mathieu-Daudé
Various libqos files are architecture specific. Restrict the ARM/PPC/X86 units to their targets. Signed-off-by: Philippe Mathieu-Daudé --- tests/qtest/libqos/meson.build | 51 ++ 1 file changed, 34 insertions(+), 17 deletions(-) diff --git a/tests/qtest/libqos/me