On 15/2/24 07:20, Richard Henderson wrote:
For the cases for which the host mmap succeeds, but does not yield the desired address, use do_munmap to restore the reserved_va memory reservation.Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- linux-user/mmap.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>