On 7/2/25 17:20, Igor Mammedov wrote:
Reseting vcpu before its thread is created, caused various issues in the past
for other targets. It doesn't cause issues for m68k at the moment but
to be consistent with the rest of targets, move reset during realize time
after qemu_init_vcpu().
That basically prevents reset being run when when vCPU is in incositent state
(typo)
(i.e. accelerator hasn't initialized vCPU yet).
Signed-off-by: Igor Mammedov <imamm...@redhat.com>
Cc: qemu-sta...@nongnu.org
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>
---
CC: Laurent Vivier <laur...@vivier.eu>
---
target/m68k/cpu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)