Re: [PATCH v6 04/19] linux-user: Use ImageSource in load_elf_image

2023-10-02 Thread Philippe Mathieu-Daudé
On 30/9/23 04:15, Richard Henderson wrote: Change parse_elf_properties as well, as the bprm_buf argument ties the two functions closely. Signed-off-by: Richard Henderson --- linux-user/elfload.c | 128 +-- 1 file changed, 49 insertions(+), 79 deletions

[PATCH v6 04/19] linux-user: Use ImageSource in load_elf_image

2023-09-29 Thread Richard Henderson
Change parse_elf_properties as well, as the bprm_buf argument ties the two functions closely. Signed-off-by: Richard Henderson --- linux-user/elfload.c | 128 +-- 1 file changed, 49 insertions(+), 79 deletions(-) diff --git a/linux-user/elfload.c b/linux-