On 4 April 2018 at 11:27, Alex Bennée <alex.ben...@linaro.org> wrote: > I'm wondering if it should be doing more. After all start/end_exclusive > rely on the cpu list and that isn't updated on thread creation - and > without that a bunch of other things fail like ld/st exclusive after > your first new thread is spawned.
I think that is handled because creating a new thread calls cpu_copy(), which creates a new CPU object, which adds itself to the CPU list in its realize function (same as for system emulation new CPU objects). thanks -- PMM