Re: [PATCH v4 05/18] linux-user: Use ImageSource in load_symbols

2023-08-16 Thread Philippe Mathieu-Daudé
On 16/8/23 20:03, Richard Henderson wrote: Aside from the section headers, we're unlikely to hit the ImageSource cache on guest executables. But the interface for imgsrc_read_* is better. Signed-off-by: Richard Henderson --- linux-user/elfload.c | 87 -

[PATCH v4 05/18] linux-user: Use ImageSource in load_symbols

2023-08-16 Thread Richard Henderson
Aside from the section headers, we're unlikely to hit the ImageSource cache on guest executables. But the interface for imgsrc_read_* is better. Signed-off-by: Richard Henderson --- linux-user/elfload.c | 87 1 file changed, 48 insertions(+), 39 dele