[Qemu-devel] Re: [PATCH] linux-user/mmap v3: Testsuite + bugfixes

2008-02-29 Thread Edgar E. Iglesias
On Sat, Feb 23, 2008 at 10:58:12AM +0200, Felipe Contreras wrote: > On Fri, Feb 22, 2008 at 5:32 PM, Edgar E. Iglesias > <[EMAIL PROTECTED]> wrote: > > Hi, > > > > This is the third version of the linux-user/mmap bugfix patches: > > > > * Let the native mmap choose addresses for unfixed mappings.

[Qemu-devel] Re: [PATCH] linux-user/mmap v3: Testsuite + bugfixes

2008-02-23 Thread Felipe Contreras
On Fri, Feb 22, 2008 at 5:32 PM, Edgar E. Iglesias <[EMAIL PROTECTED]> wrote: > Hi, > > This is the third version of the linux-user/mmap bugfix patches: > > * Let the native mmap choose addresses for unfixed mappings. > * For file mappings, correct mapping of pages beyond EOF. > * Adds a small