Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-09 | sparc/sparc64: grab BQL before calling cpu_check_irqs | Alex Bennée | |
IRQ modification is part of device emulation and should be done while the BQL is held to prevent races when MTTCG is enabled. This adds assertions in the hw emulation layer and wraps the calls from helpers in the BQL. Reported-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> | |||
2017-01-18 | target-sparc: move common cpu initialisation routines to sparc64.c | Artyom Tarasenko | |
Signed-off-by: Artyom Tarasenko <atar4qemu@gmail.com> Reviewed-by: Richard Henderson <rth@twiddle.net> |