Home
last modified time | relevance | path

Searched hist:"28 b61d49ac80bac8ef74aff0b75058bdd0b2f108" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/bsd-user/
H A Dmain.cdiff 28b61d49ac80bac8ef74aff0b75058bdd0b2f108 Thu Jul 27 11:11:48 CDT 2023 Richard Henderson <richard.henderson@linaro.org> bsd-user: Allocate guest virtual address space

With reserved_va, mmap.c expects to have pre-allocated host address
space for the entire guest address space. When combined with the -B
command-line option, ensure that the chosen address does not overlap
anything else. Ensure that mmap_next_start is within reserved_va,
as we use it within mmap.c without checking.

Reviewed by: Warner Losh <imp@bsdimp.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230727161148.444988-1-richard.henderson@linaro.org>