aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/ppc440_pcix.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-03hw/pci: modify pci_setup_iommu() to set PCIIOMMUOpsYi Liu1-1/+5
2023-07-07ppc440_pcix: Rename QOM type define abd move it to common headerBALATON Zoltan1-5/+4
2023-07-07ppc4xx_pci: Add define for ppc4xx-host-bridge type nameBALATON Zoltan1-1/+2
2023-07-07ppc440_pcix: Stop using system io region for PCI busBALATON Zoltan1-3/+6
2023-07-07ppc440_pcix: Don't use iomem for regsBALATON Zoltan1-3/+4
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster1-1/+1
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-01-06ppc440_pcix: Fix up pci config accessBALATON Zoltan via1-15/+22
2021-01-06ppc440_pcix: Fix register write trace eventBALATON Zoltan via1-1/+1
2021-01-06ppc440_pcix: Improve comment for IRQ mappingBALATON Zoltan via1-2/+9
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
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-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2018-11-08ppc440_pcix: convert SysBus init method to a realize methodCédric Le Goater1-8/+6
2018-08-01sam460ex: Fix PCI interrupts with multiple devicesBALATON Zoltan1-13/+8
2018-06-12ppc440_pcix: Fix a typo in setting a register (Coverity CID1390577)BALATON Zoltan1-1/+1
2018-03-18ppc440_pcix: Change some error_report to qemu_log_mask(LOG_UNIMP, ...)BALATON Zoltan1-4/+7
2018-03-06ppc440: Add emulation of plb-pcix controller found in some 440 SoCsBALATON Zoltan1-0/+528