Re: [PATCH v8 15/17] linux-user: Do not adjust image mapping for host page size

2023-08-04 Thread Helge Deller
* Richard Henderson : > Remove TARGET_ELF_EXEC_PAGESIZE, and 3 other TARGET_ELF_PAGE* macros > based off of that. Rely on target_mmap to handle guest vs host page > size mismatch. > > Signed-off-by: Richard Henderson Reviewed-by: Helge Deller

Re: [PATCH v8 15/17] linux-user: Do not adjust image mapping for host page size

2023-08-03 Thread Akihiko Odaki
On 2023/08/04 10:45, Richard Henderson wrote: Remove TARGET_ELF_EXEC_PAGESIZE, and 3 other TARGET_ELF_PAGE* macros based off of that. Rely on target_mmap to handle guest vs host page size mismatch. Signed-off-by: Richard Henderson Reviewed-by: Akihiko Odaki

[PATCH v8 15/17] linux-user: Do not adjust image mapping for host page size

2023-08-03 Thread Richard Henderson
Remove TARGET_ELF_EXEC_PAGESIZE, and 3 other TARGET_ELF_PAGE* macros based off of that. Rely on target_mmap to handle guest vs host page size mismatch. Signed-off-by: Richard Henderson --- linux-user/elfload.c | 17 - 1 file changed, 4 insertions(+), 13 deletions(-) diff --git