Re: [PATCH v1 02/11] exec/cpu-all: Use bool for have_guest_base

2020-04-10 Thread Philippe Mathieu-Daudé
On 4/9/20 11:15 PM, Alex Bennée wrote: From: Richard Henderson Signed-off-by: Richard Henderson Signed-off-by: Alex Bennée --- include/exec/cpu-all.h | 2 +- bsd-user/main.c| 4 ++-- linux-user/main.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/i

[PATCH v1 02/11] exec/cpu-all: Use bool for have_guest_base

2020-04-09 Thread Alex Bennée
From: Richard Henderson Signed-off-by: Richard Henderson Signed-off-by: Alex Bennée --- include/exec/cpu-all.h | 2 +- bsd-user/main.c| 4 ++-- linux-user/main.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/include/exec/cpu-all.h b/include/exec/cpu-all.