Re: [PATCH v2 13/32] tests/tcg: mark test-vma as a linux-only test

2025-03-04 Thread Richard Henderson
On 3/4/25 14:24, Alex Bennée wrote: 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. Message-Id: <20250226140343.3907080-12-alex.ben...

[PATCH v2 13/32] tests/tcg: mark test-vma as a linux-only test

2025-03-04 Thread Alex Bennée
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. Message-Id: <20250226140343.3907080-12-alex.ben...@linaro.org> Reviewed-by: Thomas Huth