|
From: | Richard Henderson |
Subject: | Re: [PATCH v3 1/6] sysemu/cpu-timers: Have icount_configure() return a boolean |
Date: | Fri, 8 Dec 2023 09:54:26 -0800 |
User-agent: | Mozilla Thunderbird |
On 12/8/23 03:35, Philippe Mathieu-Daudé wrote:
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. Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org> --- include/sysemu/cpu-timers.h | 10 ++++++++-- accel/tcg/icount-common.c | 16 +++++++++------- stubs/icount.c | 4 +++- system/vl.c | 3 +-- 4 files changed, 21 insertions(+), 12 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |