Re: [Qemu-devel] [PATCH 10/17] linux-user: resolve reserved_va vma downwards

2012-04-07 Thread Peter Maydell
On 6 April 2012 17:35, wrote: > From: Peter Maydell > > After consulting with Paul Brook, we concluded that it's best to search > the VMA space downwards, so that we don't even get the chance to conflict > with the brk range. > > This patch resolves a bunch of allocation conflicts when using -R.

[Qemu-devel] [PATCH 10/17] linux-user: resolve reserved_va vma downwards

2012-04-06 Thread riku . voipio
From: Peter Maydell After consulting with Paul Brook, we concluded that it's best to search the VMA space downwards, so that we don't even get the chance to conflict with the brk range. This patch resolves a bunch of allocation conflicts when using -R. Signed-off-by: Alexander Graf [minor chan