aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/pnv_psi.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-03-19ppc/pnv: Fix variable size in pnv_psi_power9_irq_set()Greg Kurz1-1/+1
2019-03-12ppc/pnv: add a PSI bridge model for POWER9Cédric Le Goater1-2/+327
2019-03-12ppc/pnv: add a PSI bridge class modelCédric Le Goater1-24/+55
2019-03-12ppc/pnv: psi: add a reset handlerCédric Le Goater1-0/+11
2019-03-12ppc/pnv: psi: add a PSIHB_REG macroCédric Le Goater1-2/+4
2019-03-12ppc/pnv: fix logging primitives using OxCédric Le Goater1-2/+2
2019-02-26hw/ppc: Use object_initialize_child for correct reference countingThomas Huth1-2/+2
2019-01-09pnv/psi: move the ICSState qemu_irq array under the PSI device modelCédric Le Goater1-3/+4
2018-01-10ppc/pnv: change powernv_ prefix to pnv_ for overall naming consistencyCédric Le Goater1-2/+2
2017-06-09xics: introduce macros for ICP/ICS link propertiesGreg Kurz1-1/+2
2017-04-26ppc/pnv: Add cut down PSI bridge model and hookup external interruptCédric Le Goater1-0/+571