[Qemu-devel] [PATCH v3] linux-user: Remove extra mapping

2018-05-29 Thread Steve Mcpolin
, but the anonymous map does; thus this anonymous mapping could could cause spurious failures. This patch minimizes the size of the anonymous mapping to prevent spurious failures. Signed-off-by: Steve Mcpolin --- linux-user/mmap.c | 32 1 file changed, 20 insertions(+), 12

[Qemu-devel] [PATCH v2] linux-user: Remove extra mapping

2018-05-28 Thread Steve Mcpolin
than the mapping. This patch avoids this transient mapping. Signed-off-by: Steve Mcpolin --- linux-user/mmap.c | 31 +++ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/linux-user/mmap.c b/linux-user/mmap.c index 9168a20..b33adf2 100644 --- a/linux

[Qemu-devel] [PATCH] linux-user: Remove extra mapping

2018-05-16 Thread Steve Mcpolin
than the mapping. This patch avoids this transient mapping. Signed-off-by: Steve Mcpolin <smcpo...@vmware.com> --- linux-user/mmap.c | 31 +++ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/linux-user/mmap.c b/linux-user/mmap.c index 9168a20..f