]> git.ipfire.org Git - thirdparty/qemu.git/commit
linux-user: Split out mmap_h_eq_g
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 2 Jan 2024 01:57:56 +0000 (12:57 +1100)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 29 Feb 2024 21:35:37 +0000 (11:35 -1000)
commit68098de90e653adbb8bfc30f85aab9d12f111b80
treeb9f0b46ff55c728cacdc6df850e90b2586ef3b84
parent3bfa271e46b506b2ceff41e3b258ad2ddeb25bc3
linux-user: Split out mmap_h_eq_g

Move the MAX_FIXED_NOREPLACE check for reserved_va earlier.
Move the computation of host_prot earlier.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Acked-by: Helge Deller <deller@gmx.de>
Message-Id: <20240102015808.132373-22-richard.henderson@linaro.org>
linux-user/mmap.c