On 9/18/23 09:02, Philippe Mathieu-Daudé wrote:
Architecture specific hardware doesn't have a particular dependency
on the accelerator vCPU (created with cpu_exec_realizefn), and can
be initialized*after* the vCPU is realized. Doing so allows further
generic API simplification (in few commits).
Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org>
---
target/arm/cpu.c | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
Hmm. I suppose so. Considering we have no error return from timer_new().
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~