]> git.proxmox.com Git - mirror_qemu.git/commit - linux-user/mmap.c
linux-user: Rename mmap_reserve to mmap_reserve_or_unmap
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 7 Jul 2023 20:40:49 +0000 (21:40 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 15 Jul 2023 07:02:32 +0000 (08:02 +0100)
commit558a4411c25d43d3f35bc18d84c31ca336ac16c6
tree1831594098d281588495ebe10847c8189a9091de
parent260561d873106c2fd15565b1835c354a725ed678
linux-user: Rename mmap_reserve to mmap_reserve_or_unmap

If !reserved_va, munmap instead and assert success.
Update all callers.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230707204054.8792-22-richard.henderson@linaro.org>
linux-user/mmap.c