Two trivial patches to avoid each (new) architecture to track a bug already resolved once on ARM: cpu_reset() modify fields in the CpuState while the state is not yet allocated.
Philippe Mathieu-Daudé (2): cpu: Do not reset a vCPU before it is created cpu: Assert a vCPU is created before resetting it hw/core/cpu.c | 1 + target/cris/cpu.c | 2 +- target/lm32/cpu.c | 3 +-- target/m68k/cpu.c | 2 +- target/mips/cpu.c | 2 +- target/sh4/cpu.c | 2 +- target/tilegx/cpu.c | 2 +- target/tricore/cpu.c | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) -- 2.21.1