commit | 79a99091c1af7783a13c21ab5e4049265fcbb1d1 | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Fri Sep 15 16:26:52 2023 +0200 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Tue Nov 07 13:08:48 2023 +0100 |
tree | 681ae1be56aee224f1e2a61944eaa6ebbedb4c69 | |
parent | 3a9d0d7b64b72144369f48ef12ef0ed69d633fd6 [diff] |
exec/cpu: Have cpu_exec_realize() return a boolean Following the example documented since commit e3fe3988d7 ("error: Document Error API usage rules"), have cpu_exec_realizefn() return a boolean indicating whether an error is set or not. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230918160257.30127-22-philmd@linaro.org>