From: Alex Bennée Date: Tue, 4 Mar 2025 22:24:20 +0000 (+0000) Subject: tests/tcg: mark test-vma as a linux-only test X-Git-Tag: v10.0.0-rc0~16^2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=33629b82aeadb070a803e5887d3a5de59b1c95c9;p=thirdparty%2Fqemu.git 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 Reviewed-by: Richard Henderson Signed-off-by: Alex Bennée Message-Id: <20250304222439.2035603-14-alex.bennee@linaro.org> --- diff --git a/tests/tcg/multiarch/test-vma.c b/tests/tcg/multiarch/linux/test-vma.c similarity index 100% rename from tests/tcg/multiarch/test-vma.c rename to tests/tcg/multiarch/linux/test-vma.c