summaryrefslogtreecommitdiffstats
path: root/hw/ppc/ppc440_pcix.c
Commit message (Expand)AuthorAgeFilesLines
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* ppc440_pcix: Fix up pci config accessBALATON Zoltan via2021-01-061-15/+22
* ppc440_pcix: Fix register write trace eventBALATON Zoltan via2021-01-061-1/+1
* ppc440_pcix: Improve comment for IRQ mappingBALATON Zoltan via2021-01-061-2/+9
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* ppc440_pcix: convert SysBus init method to a realize methodCédric Le Goater2018-11-081-8/+6Star
* sam460ex: Fix PCI interrupts with multiple devicesBALATON Zoltan2018-08-011-13/+8Star
* ppc440_pcix: Fix a typo in setting a register (Coverity CID1390577)BALATON Zoltan2018-06-121-1/+1
* ppc440_pcix: Change some error_report to qemu_log_mask(LOG_UNIMP, ...)BALATON Zoltan2018-03-181-4/+7
* ppc440: Add emulation of plb-pcix controller found in some 440 SoCsBALATON Zoltan2018-03-061-0/+528