Re: [PATCH 5/6] linux-user: Remove ELF_START_MMAP and image_info.start_mmap

2023-08-17 Thread Warner Losh
On Thu, Aug 17, 2023 at 6:19 PM Richard Henderson < richard.hender...@linaro.org> wrote: > On 8/17/23 02:00, Philippe Mathieu-Daudé wrote: > > On 16/8/23 20:14, Richard Henderson wrote: > >> The start_mmap value is write-only. > >> Remove the field and the defines that populated it. > >> Logically

Re: [PATCH 5/6] linux-user: Remove ELF_START_MMAP and image_info.start_mmap

2023-08-17 Thread Richard Henderson
On 8/17/23 02:00, Philippe Mathieu-Daudé wrote: On 16/8/23 20:14, Richard Henderson wrote: The start_mmap value is write-only. Remove the field and the defines that populated it. Logically, this has been replaced by task_unmapped_base. Signed-off-by: Richard Henderson ---   linux-user/qemu.h  

Re: [PATCH 5/6] linux-user: Remove ELF_START_MMAP and image_info.start_mmap

2023-08-17 Thread Philippe Mathieu-Daudé
On 16/8/23 20:14, Richard Henderson wrote: The start_mmap value is write-only. Remove the field and the defines that populated it. Logically, this has been replaced by task_unmapped_base. Signed-off-by: Richard Henderson --- linux-user/qemu.h| 1 - linux-user/elfload.c | 38

[PATCH 5/6] linux-user: Remove ELF_START_MMAP and image_info.start_mmap

2023-08-16 Thread Richard Henderson
The start_mmap value is write-only. Remove the field and the defines that populated it. Logically, this has been replaced by task_unmapped_base. Signed-off-by: Richard Henderson --- linux-user/qemu.h| 1 - linux-user/elfload.c | 38 -- 2 files changed, 39