]> git.proxmox.com Git - mirror_qemu.git/commit
system/cpu-timers: Have icount_configure() return a boolean
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 8 Dec 2023 11:35:23 +0000 (12:35 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 19 Jan 2024 11:28:59 +0000 (12:28 +0100)
commitf07f246734e271b368bfc9afc4cbc437999d58ea
treea3c017d559a12c78f5116ad3d8beb17d02698eec
parent6adcba7c0a58fe9d1b74c4af3dd881253b3a94dd
system/cpu-timers: Have icount_configure() return a boolean

Following the example documented since commit e3fe3988d7 ("error:
Document Error API usage rules"), have icount_configure()
return a boolean indicating whether an error is set or not.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20231208113529.74067-2-philmd@linaro.org>
accel/tcg/icount-common.c
include/sysemu/cpu-timers.h
stubs/icount.c
system/vl.c