Re: [PATCH v1 25/34] linux-user/elfload: add extra logging for hole finding

2022-01-10 Thread Warner Losh
> On Jan 5, 2022, at 6:50 AM, Alex Bennée wrote: > > The various approaches to finding memory holes are quite complicated > to follow especially at a distance. Improve the logging so we can see > exactly what method found the space for the guest memory. > > Signed-off-by: Alex Bennée > --- >

Re: [PATCH v1 25/34] linux-user/elfload: add extra logging for hole finding

2022-01-10 Thread Philippe Mathieu-Daudé
On 1/5/22 14:50, Alex Bennée wrote: > The various approaches to finding memory holes are quite complicated > to follow especially at a distance. Improve the logging so we can see > exactly what method found the space for the guest memory. > > Signed-off-by: Alex Bennée > --- > linux-user/elfload

Re: [PATCH v1 25/34] linux-user/elfload: add extra logging for hole finding

2022-01-06 Thread Richard Henderson
On 1/5/22 5:50 AM, Alex Bennée wrote: The various approaches to finding memory holes are quite complicated to follow especially at a distance. Improve the logging so we can see exactly what method found the space for the guest memory. Signed-off-by: Alex Bennée --- linux-user/elfload.c | 18 ++

[PATCH v1 25/34] linux-user/elfload: add extra logging for hole finding

2022-01-05 Thread Alex Bennée
The various approaches to finding memory holes are quite complicated to follow especially at a distance. Improve the logging so we can see exactly what method found the space for the guest memory. Signed-off-by: Alex Bennée --- linux-user/elfload.c | 18 ++ 1 file changed, 18 ins