Re: [PATCH v2] linux-user: don't adjust base of found hole

2022-01-04 Thread Richard Henderson
On 1/4/22 3:32 AM, Alex Bennée wrote: The pgb_find_hole function goes to the trouble of taking account of both mmap_min_addr and any offset we've applied to decide the starting address of a potential hole. This is especially important for emulating 32bit ARM in a 32bit build as we have applied th

[PATCH v2] linux-user: don't adjust base of found hole

2022-01-04 Thread Alex Bennée
The pgb_find_hole function goes to the trouble of taking account of both mmap_min_addr and any offset we've applied to decide the starting address of a potential hole. This is especially important for emulating 32bit ARM in a 32bit build as we have applied the offset to ensure there will be space t