Re: [PATCH 2/6] linux-user: Drop image_info.alignment

2024-11-14 Thread Philippe Mathieu-Daudé
On 12/11/24 20:37, Richard Henderson wrote: This field is write-only. Use only the function-local variable within load_elf_image. Signed-off-by: Richard Henderson --- linux-user/qemu.h| 1 - linux-user/elfload.c | 7 +++ 2 files changed, 3 insertions(+), 5 deletions(-) Reviewed-b

[PATCH 2/6] linux-user: Drop image_info.alignment

2024-11-12 Thread Richard Henderson
This field is write-only. Use only the function-local variable within load_elf_image. Signed-off-by: Richard Henderson --- linux-user/qemu.h| 1 - linux-user/elfload.c | 7 +++ 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/linux-user/qemu.h b/linux-user/qemu.h index 895