summaryrefslogtreecommitdiffstats
path: root/hw/sparc64/sparc64.c
Commit message (Expand)AuthorAgeFilesLines
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-2/+2
* hw/sparc*: Move cpu_check_irqs() to target/sparc/Philippe Mathieu-Daudé2021-05-041-66/+0Star
* hw/sparc64: Fix code style for checkpatch.plPhilippe Mathieu-Daudé2021-05-041-4/+8
* hw/sparc64: Remove unused "hw/char/serial.h" headerPhilippe Mathieu-Daudé2021-05-041-1/+0Star
* sparc64: do not use ram_size globalPaolo Bonzini2020-12-101-1/+2
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* target/sparc: Use env_cpu, env_archcpuRichard Henderson2019-06-101-1/+1
* sparc64: convert hw/sparc64/sparc64.c from DPRINTF macros to trace eventsMark Cave-Ayland2018-01-251-51/+34Star
* apb: use gpios to wire up the apb device to the SPARC CPU IRQsMark Cave-Ayland2018-01-091-0/+2
* sparc: sun4u/sun4v/niagara: use generic cpu_model parsingIgor Mammedov2017-10-271-6/+2Star
* cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-191-4/+0Star
* sparc: replace cpu_sparc_init() with cpu_generic_init()Igor Mammedov2017-09-011-1/+1
* sparc/sparc64: grab BQL before calling cpu_check_irqsAlex Bennée2017-03-091-0/+3
* target-sparc: move common cpu initialisation routines to sparc64.cArtyom Tarasenko2017-01-181-0/+378