On 9/18/23 09:02, Philippe Mathieu-Daudé wrote:
These fields from the environment don't affect how accelerators create their vCPU thread. We can safely reorder them*after* the cpu_exec_realizefn() call. Doing so allows further generic API simplification (in the next commit).Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org> --- target/sparc/cpu.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~