]> git.proxmox.com Git - mirror_qemu.git/commit
armv7m: Pass through start-powered-off CPU property
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 1 Feb 2019 14:55:41 +0000 (14:55 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 1 Feb 2019 14:55:41 +0000 (14:55 +0000)
commit66647809f56cc8c7c8a39032e54106f3cd4283f4
treeb46b2c29eebbaaa24d17e935a2a36c1b39df850a
parente4c81e3a451f9ce692f2644b395facbbdc3891cb
armv7m: Pass through start-powered-off CPU property

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.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20190121185118.18550-4-peter.maydell@linaro.org
hw/arm/armv7m.c
include/hw/arm/armv7m.h