|
From: | Richard Henderson |
Subject: | Re: [PATCH 14/22] target/sparc: Init CPU environment *after* accelerator vCPU is realized |
Date: | Fri, 29 Sep 2023 14:21:36 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 |
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é<philmd@linaro.org> --- target/sparc/cpu.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |