mbox series

[0/2] cpu: Avoid latent bug calling cpu_reset() on uninitialized vCPU

Message ID 20200309121103.20234-1-philmd@redhat.com (mailing list archive)
Headers show
Series cpu: Avoid latent bug calling cpu_reset() on uninitialized vCPU | expand

Message

Philippe Mathieu-Daudé March 9, 2020, 12:11 p.m. UTC
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(-)