Re: [PATCH v11 08/12] linux-user/elfload: Use Error for load_elf_image

2020-10-17 Thread Philippe Mathieu-Daudé
On 10/16/20 8:42 PM, Richard Henderson wrote: This is a bit clearer than open-coding some of this with a bare c string. c -> C? Signed-off-by: Richard Henderson --- linux-user/elfload.c | 37 - 1 file changed, 20 insertions(+), 17 deletions(-) Review

[PATCH v11 08/12] linux-user/elfload: Use Error for load_elf_image

2020-10-16 Thread Richard Henderson
This is a bit clearer than open-coding some of this with a bare c string. Signed-off-by: Richard Henderson --- linux-user/elfload.c | 37 - 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/linux-user/elfload.c b/linux-user/elfload.c index 107a62