On 1/21/19 10:50 AM, Peter Maydell wrote: > Expose "start-powered-off" as a property of the ARMv7M container, > which we just pass through to the CPU object in the same way that we > do for "init-svtor" and "idau". (We want this for the SSE-200, which > powers up only the first CPU at reset and leaves the second powered > down.) > > As with the other CPU properties here, we can't just use alias > properties, because the CPU QOM object is not created until armv7m > realize time. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > include/hw/arm/armv7m.h | 1 + > hw/arm/armv7m.c | 10 ++++++++++ > 2 files changed, 11 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~