Re: [Qemu-devel] [PATCH 13/13] linux-user: Align mmap_find_vma to host page size

2019-05-22 Thread Laurent Vivier
On 19/05/2019 22:19, Richard Henderson wrote: This can avoid stack allocation failures for i386 guest on ppc64 (64k page) host. Suggested-by: Laurent Vivier Signed-off-by: Richard Henderson --- linux-user/mmap.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux-user/mmap.c

[Qemu-devel] [PATCH 13/13] linux-user: Align mmap_find_vma to host page size

2019-05-19 Thread Richard Henderson
This can avoid stack allocation failures for i386 guest on ppc64 (64k page) host. Suggested-by: Laurent Vivier Signed-off-by: Richard Henderson --- linux-user/mmap.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux-user/mmap.c b/linux-user/mmap.c index 10796b37ac..af41339d57 100644