Re: [PATCH v2 3/9] include/exec: Replace reserved_va with max_reserved_va

2023-03-20 Thread Philippe Mathieu-Daudé
On 17/3/23 16:54, Richard Henderson wrote: In addition to the rename, change the semantics to be the last byte of the guest va, rather than the following byte. This avoids some overflow conditions. Signed-off-by: Richard Henderson --- include/exec/cpu-all.h | 11 ++- linux-user/

[PATCH v2 3/9] include/exec: Replace reserved_va with max_reserved_va

2023-03-17 Thread Richard Henderson
In addition to the rename, change the semantics to be the last byte of the guest va, rather than the following byte. This avoids some overflow conditions. Signed-off-by: Richard Henderson --- include/exec/cpu-all.h | 11 ++- linux-user/arm/target_cpu.h | 2 +- bsd-user/main.c