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é<[email protected]> --- target/xtensa/cpu.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
