Re: [PATCH 05/22] exec/cpu: Call qemu_init_vcpu() once in cpu_common_realize()

2023-11-28 Thread Igor Mammedov
On Mon, 18 Sep 2023 18:02:38 +0200 Philippe Mathieu-Daudé wrote: > qemu_init_vcpu() is called in each ${target}_cpu_realize() before > the call to parent_realize(), which is cpu_common_realizefn(). > Call it once there. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/core/cpu-common.c

Re: [PATCH 05/22] exec/cpu: Call qemu_init_vcpu() once in cpu_common_realize()

2023-09-29 Thread Richard Henderson
On 9/18/23 09:02, Philippe Mathieu-Daudé wrote: qemu_init_vcpu() is called in each ${target}_cpu_realize() before the call to parent_realize(), which is cpu_common_realizefn(). Call it once there. Signed-off-by: Philippe Mathieu-Daudé --- hw/core/cpu-common.c| 3 +++ target/alpha/cpu.c

[PATCH 05/22] exec/cpu: Call qemu_init_vcpu() once in cpu_common_realize()

2023-09-18 Thread Philippe Mathieu-Daudé
qemu_init_vcpu() is called in each ${target}_cpu_realize() before the call to parent_realize(), which is cpu_common_realizefn(). Call it once there. Signed-off-by: Philippe Mathieu-Daudé --- hw/core/cpu-common.c| 3 +++ target/alpha/cpu.c | 2 -- target/arm/cpu.c| 2 -- target/a