Re: [Qemu-devel] [PATCH v3 1/6] target-arm: add powered off cpu state

2014-09-09 Thread Peter Maydell
On 5 September 2014 13:24, Ard Biesheuvel wrote: > From: Rob Herring > > Add tracking of cpu power state in order to support powering off of > cores in system emuluation. The initial state is determined by the > start-powered-off QOM property. > > Signed-off-by: Rob Herring > Signed-off-by: Ard

[Qemu-devel] [PATCH v3 1/6] target-arm: add powered off cpu state

2014-09-05 Thread Ard Biesheuvel
From: Rob Herring Add tracking of cpu power state in order to support powering off of cores in system emuluation. The initial state is determined by the start-powered-off QOM property. Signed-off-by: Rob Herring Signed-off-by: Ard Biesheuvel --- target-arm/cpu-qom.h | 2 ++ target-arm/cpu.c