aboutsummaryrefslogtreecommitdiff
path: root/hw/sparc64/sparc64.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-15hw/sparc64/cpu: Initialize GPIO before realizing CPU devicesPhilippe Mathieu-Daudé1-1/+3
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-2/+2
2021-05-04hw/sparc*: Move cpu_check_irqs() to target/sparc/Philippe Mathieu-Daudé1-66/+0
2021-05-04hw/sparc64: Fix code style for checkpatch.plPhilippe Mathieu-Daudé1-4/+8
2021-05-04hw/sparc64: Remove unused "hw/char/serial.h" headerPhilippe Mathieu-Daudé1-1/+0
2020-12-10sparc64: do not use ram_size globalPaolo Bonzini1-1/+2
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+1
2019-06-10target/sparc: Use env_cpu, env_archcpuRichard Henderson1-1/+1
2018-01-25sparc64: convert hw/sparc64/sparc64.c from DPRINTF macros to trace eventsMark Cave-Ayland1-51/+34
2018-01-09apb: use gpios to wire up the apb device to the SPARC CPU IRQsMark Cave-Ayland1-0/+2
2017-10-27sparc: sun4u/sun4v/niagara: use generic cpu_model parsingIgor Mammedov1-6/+2
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov1-4/+0
2017-09-01sparc: replace cpu_sparc_init() with cpu_generic_init()Igor Mammedov1-1/+1
2017-03-09sparc/sparc64: grab BQL before calling cpu_check_irqsAlex Bennée1-0/+3
2017-01-18target-sparc: move common cpu initialisation routines to sparc64.cArtyom Tarasenko1-0/+378