]> git.ipfire.org Git - thirdparty/qemu.git/commit
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)
commit33629b82aeadb070a803e5887d3a5de59b1c95c9
tree646195e3b60f670600244e8c8ee65137e8d29489
parent830bbfb965274c2ac577420d28c7adecf8a39fd0
tests/tcg: mark test-vma as a linux-only test

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]