Re: [PATCH 09/15] tests/tcg: remove CONFIG_LINUX_USER from config-target.mak

2022-03-28 Thread Philippe Mathieu-Daudé
On 28/3/22 16:02, Paolo Bonzini wrote: Just check the target name instead. Signed-off-by: Paolo Bonzini --- tests/tcg/configure.sh | 2 -- tests/tcg/multiarch/Makefile.target | 2 +- tests/tcg/x86_64/Makefile.target| 2 +- 3 files changed, 2 insertions(+), 4 deletions(-)

[PATCH 09/15] tests/tcg: remove CONFIG_LINUX_USER from config-target.mak

2022-03-28 Thread Paolo Bonzini
Just check the target name instead. Signed-off-by: Paolo Bonzini --- tests/tcg/configure.sh | 2 -- tests/tcg/multiarch/Makefile.target | 2 +- tests/tcg/x86_64/Makefile.target| 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/tcg/configure.sh b/tests/t