]> xenbits.xensource.com Git - qemu-xen.git/commit
linux-user: Split out mmap_h_lt_g
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 2 Jan 2024 01:57:57 +0000 (12:57 +1100)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 29 Feb 2024 21:35:37 +0000 (11:35 -1000)
commit8080b2f80430e15c28c7e3abd45451fb55a6dd95
treee340e33a51c9af757f48a6ca66ca9d98b6554ec3
parent68098de90e653adbb8bfc30f85aab9d12f111b80
linux-user: Split out mmap_h_lt_g

Work much harder to get alignment and mapping beyond the end
of the file correct.  Both of which are excercised by our
test-mmap for alpha (8k pages) on any 4k page host.

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-23-richard.henderson@linaro.org>
linux-user/mmap.c