Re: [PATCH 2/9] linux-user: Rename max_reserved_va in main

2023-03-05 Thread Philippe Mathieu-Daudé
On 6/3/23 03:13, Richard Henderson wrote: Rename to local_max_va, to avoid a conflict with the next patch. Signed-off-by: Richard Henderson --- linux-user/main.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH 2/9] linux-user: Rename max_reserved_va in main

2023-03-05 Thread Richard Henderson
Rename to local_max_va, to avoid a conflict with the next patch. Signed-off-by: Richard Henderson --- linux-user/main.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/linux-user/main.c b/linux-user/main.c index f4dea25242..5fcaddffc2 100644 --- a/linux-user/main.c