Re: [Qemu-devel] [PATCH] linux-user: fix tcg/mmap test

2016-09-27 Thread Peter Maydell
On 19 September 2016 at 01:24, Marc-André Lureau wrote: > tests/tcg/mmap test fails with values other than default target page > size. When creating a map beyond EOF, extra anonymous pages are added up > to the target page boundary. Currently, this operation is performed only > when qemu_real_host

[Qemu-devel] [PATCH] linux-user: fix tcg/mmap test

2016-09-19 Thread Marc-André Lureau
tests/tcg/mmap test fails with values other than default target page size. When creating a map beyond EOF, extra anonymous pages are added up to the target page boundary. Currently, this operation is performed only when qemu_real_host_page_size < TARGET_PAGE_SIZE, but it should be performed if the