Re: [PATCH v5 0/3] linux-user: Fix and optimize target memory layout

2023-07-31 Thread Joel Stanley
On Fri, 28 Jul 2023 at 18:58, Helge Deller wrote: > > While trying to fix a bug which prevents running a static > armhf binary with linux-user, I noticed a whole bunch of > memory layout issues on various platforms. Most noteably > the free heap space was very limited in the current setup. > A lar

Re: [PATCH v5 0/3] linux-user: Fix and optimize target memory layout

2023-07-31 Thread Michael Tokarev
28.07.2023 20:31, Helge Deller wrote: NOTE: - this patch series is for qemu v8.1.0-rc ONLY. - do not apply on top of v8.0-stable series, which uses a different search algorithm for free mmap memory and thus will give incorrect memory layouts. Hm. I included a previous version of this pat