On 30/5/24 21:42, Alex Bennée wrote:
The thread_id isn't valid until the threads are created. There is no point setting it here. The only thing that cares about the thread_id is qmp_query_cpus_fast.Signed-off-by: Alex Bennée <alex.ben...@linaro.org> --- cpu-target.c | 1 - 1 file changed, 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>