On 13 February 2017 at 12:10, Alex Bennée <alex.ben...@linaro.org> wrote: > The arm_reset_cpu/set_cpu_on/set_cpu_off() functions do their work > asynchronously in the target vCPUs context. As a result we need to > ensure the SRC_SCR reset bits correctly report the reset status at the > right time. To do this we defer the clearing of the bit with an async > job which will run after the work queued by ARM powerctl functions. > > Signed-off-by: Alex Bennée <alex.ben...@linaro.org>
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM