]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/tcg: use CONFIG_LINUX_USER, not CONFIG_LINUX
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 5 Jan 2022 13:49:54 +0000 (13:49 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 18 Jan 2022 16:42:42 +0000 (16:42 +0000)
commit91ad2244b73ce2b98129bc4ac7ea45fa280ccf62
treeadab846e241d25b934f6a7e089401e09885bce79
parente1cb5c7550804ea61971366598431aa7c0cadfd8
tests/tcg: use CONFIG_LINUX_USER, not CONFIG_LINUX

The two more or less overlap, because CONFIG_LINUX is a requirement for Linux
user-mode emulation.  However, CONFIG_LINUX is technically a host symbol
that applies even to system emulation.  Defining CONFIG_LINUX_USER, and
CONFIG_BSD_USER for eventual future use, is cleaner.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20211210084836.25202-1-pbonzini@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220105135009.1584676-20-alex.bennee@linaro.org>
tests/tcg/configure.sh
tests/tcg/multiarch/Makefile.target
tests/tcg/x86_64/Makefile.target