]> xenbits.xensource.com Git - qemu-xen.git/commit
linux-user: Preserve NULL hit in target_mmap subroutines
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 13 Aug 2024 06:33:58 +0000 (16:33 +1000)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 15 Aug 2024 01:03:47 +0000 (11:03 +1000)
commit3aefee3ec01e607529a9918e2978f365c5c3b5e9
treef6b5f457d26de5ed22f74a678172dc25e7143962
parentc4d062885529a84928ddd260dab419b7d8dd4f90
linux-user: Preserve NULL hit in target_mmap subroutines

Do not pass guest_base to the host mmap instead of zero hint.

Cc: qemu-stable@nongnu.org
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2353
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
linux-user/mmap.c