]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
tests/tcg: mark test-vma as a linux-only test
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 4 Mar 2025 22:24:20 +0000 (22:24 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 10 Mar 2025 10:30:00 +0000 (10:30 +0000)
The main multiarch tests should compile for any POSIX system, however
test-vma's usage of MAP_NORESERVE makes it a linux-only test. Simply
moving the source file is enough for the build logic to skip on BSD's.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20250304222439.2035603-14-alex.bennee@linaro.org>

tests/tcg/multiarch/linux/test-vma.c [moved from tests/tcg/multiarch/test-vma.c with 100% similarity]