aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/pnv_core.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-09ppc: replace the 'Object *intc' by a 'ICPState *icp' pointer under the CPUCédric Le Goater1-1/+1
2019-01-09spapr: modify the prototype of the cpu_intc_create() methodCédric Le Goater1-1/+1
2018-10-19error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster1-2/+2
2018-07-03ppc/pnv: fix pnv_core_realize() error handlingCédric Le Goater1-0/+1
2018-06-21ppc/pnv: introduce a new intc_create() operation to the chip modelCédric Le Goater1-9/+9
2018-06-16pnv: Add cpu unrealize pathDavid Gibson1-0/+21
2018-06-16pnv: Clean up cpu realize pathDavid Gibson1-35/+21
2018-06-16pnv_core: Allocate cpu thread objects individuallyDavid Gibson1-6/+5
2018-06-16pnv: Fix some error handling cpu realize()David Gibson1-5/+2
2018-06-08ppc/pnv: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé1-2/+2
2018-01-17ppc/pnv: fix XSCOM core addressing on POWER9Cédric Le Goater1-1/+1
2018-01-10ppc/pnv: change powernv_ prefix to pnv_ for overall naming consistencyCédric Le Goater1-4/+4
2017-12-15ppc/xics: assign of the CPU 'intc' pointer under the coreCédric Le Goater1-1/+1
2017-12-15ppc/xics: introduce an icp_create() helperCédric Le Goater1-9/+1
2017-10-17ppc: pnv: drop PnvChipClass::cpu_model fieldIgor Mammedov1-5/+0
2017-10-17ppc: pnv: define core types staticallyIgor Mammedov1-28/+20
2017-10-17ppc: pnv: drop PnvCoreClass::cpu_oc fieldIgor Mammedov1-6/+12
2017-10-17ppc: pnv: normalize core/chip type namesIgor Mammedov1-1/+1
2017-10-17ppc: pnv: use generic cpu_model parsingIgor Mammedov1-1/+1
2017-06-20pnv-core: use get_uint() for "core-pir" propertyMarc-André Lureau1-1/+1
2017-06-09xics: setup cpu at realize timeGreg Kurz1-10/+8
2017-06-09xics: introduce macros for ICP/ICS link propertiesGreg Kurz1-1/+2
2017-06-08pnv_core: drop reference on ICPState object during CPU realizationGreg Kurz1-1/+2
2017-04-26ppc/pnv: create the ICP object under PnvCoreCédric Le Goater1-2/+25
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-1/+1
2016-11-15ppc/pnv: fix compile breakage on old gccCédric Le Goater1-0/+1
2016-10-28ppc/pnv: add XSCOM handlers to PnvCoreCédric Le Goater1-0/+50
2016-10-28ppc/pnv: add a PnvCore objectCédric Le Goater1-0/+182