summaryrefslogtreecommitdiffstats
path: root/include/exec
diff options
context:
space:
mode:
authorRichard Henderson2020-05-13 19:51:29 +0200
committerAlex Bennée2020-05-15 16:25:16 +0200
commite307c192ff95c7c30d1c2fa02409686d450c1ccd (patch)
tree6e26f3b9ce9427b6be9760feb2539992414256c1 /include/exec
parentlinux-user: completely re-write init_guest_space (diff)
downloadqemu-e307c192ff95c7c30d1c2fa02409686d450c1ccd.tar.gz
qemu-e307c192ff95c7c30d1c2fa02409686d450c1ccd.tar.xz
qemu-e307c192ff95c7c30d1c2fa02409686d450c1ccd.zip
exec/cpu-all: Use bool for have_guest_base
Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20200513175134.19619-6-alex.bennee@linaro.org>
Diffstat (limited to 'include/exec')
-rw-r--r--include/exec/cpu-all.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/exec/cpu-all.h b/include/exec/cpu-all.h
index 43ddcf024c..0895a57881 100644
--- a/include/exec/cpu-all.h
+++ b/include/exec/cpu-all.h
@@ -159,7 +159,7 @@ static inline void tswap64s(uint64_t *s)
* This allows the guest address space to be offset to a convenient location.
*/
extern unsigned long guest_base;
-extern int have_guest_base;
+extern bool have_guest_base;
extern unsigned long reserved_va;
#if HOST_LONG_BITS <= TARGET_VIRT_ADDR_SPACE_BITS