On 8/1/23 16:27, Helge Deller wrote:
From: Akihiko Odaki
Passing MAP_FIXED_NOREPLACE to host will fail if the virtual
address space is reserved with mmap. Replace it with MAP_FIXED.
Signed-off-by: Akihiko Odaki
Reviewed-by: Helge Deller
Signed-off-by: Helge Deller
---
linux-user/mmap.c |
From: Akihiko Odaki
Passing MAP_FIXED_NOREPLACE to host will fail if the virtual
address space is reserved with mmap. Replace it with MAP_FIXED.
Signed-off-by: Akihiko Odaki
Reviewed-by: Helge Deller
Signed-off-by: Helge Deller
---
linux-user/mmap.c | 2 ++
1 file changed, 2 insertions(+)
d