]> git.ipfire.org Git - thirdparty/qemu.git/commit
user: Extract common MMAP API to 'user/mmap.h'
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 16 Jan 2025 16:33:13 +0000 (17:33 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Sun, 9 Mar 2025 13:54:32 +0000 (14:54 +0100)
commit1405d7e60d8c98a28b29885f70da4f2e4407fbc6
treed3c6195b307466b0dd7ee4d0125a3b6513712b86
parent84d66261bef3cdfea3bd1fb052a7ba38abb34b18
user: Extract common MMAP API to 'user/mmap.h'

Keep common MMAP-related declarations in a single place.

Note, this disable ThreadSafetyAnalysis on Linux for:
- mmap_fork_start()
- mmap_fork_end().

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20250308122842.76377-4-philmd@linaro.org>
bsd-user/qemu.h
include/user/mmap.h [new file with mode: 0644]
linux-user/user-mmap.h