]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm/cpu: Allow init-svtor property to be set after realize
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 28 Feb 2019 10:55:15 +0000 (10:55 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 28 Feb 2019 11:03:04 +0000 (11:03 +0000)
commitf9f62e4c376c6e737e162209b197dcda690e9f81
tree8883477162c41370cde45a2dc4cbe0c88b965b71
parent68d6b36f7f737485b7c5725a5d746d6302e1cfa1
target/arm/cpu: Allow init-svtor property to be set after realize

Make the M-profile "init-svtor" property be settable after realize.
This matches the hardware, where this is a config signal which
is sampled on CPU reset and can thus be changed between one
reset and another. To do this we have to change the API we
use to add the property.

(We will need this capability for the SSE-200.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20190219125808.25174-4-peter.maydell@linaro.org
target/arm/cpu.c