aboutsummaryrefslogtreecommitdiff
path: root/hw/pci-host
AgeCommit message (Expand)AuthorFilesLines
2022-01-04pnv_phb4.c: do not set 'root-bus' as bus nameDaniel Henrique Barboza1-1/+1
2022-01-04pnv_phb3.c: do not set 'root-bus' as bus nameDaniel Henrique Barboza1-1/+2
2022-01-04ppc/pnv: Remove the PHB4 "device-id" propertyCédric Le Goater2-4/+0
2022-01-04ppc/pnv: Remove PHB4 reset handlerCédric Le Goater1-13/+0
2021-12-30dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé3-7/+12
2021-12-17ppc/pnv: Move realize of PEC stacks under the PEC modelCédric Le Goater1-4/+30
2021-12-17ppc/pnv: Remove "system-memory" property from PHB4 PECCédric Le Goater1-5/+1
2021-12-17ppc/pnv: Compute the PHB index from the PHB4 PEC modelCédric Le Goater1-0/+16
2021-12-17ppc/pnv: Introduce a num_stack class attributeCédric Le Goater1-1/+11
2021-12-17ppc/pnv: Introduce a "chip" property under the PHB4 modelCédric Le Goater1-0/+7
2021-12-17ppc/pnv: Introduce version and device_id class atributes for PHB4 devicesCédric Le Goater1-0/+2
2021-12-17ppc/pnv: Move mapping of the PHB3 CQ regions under pnv_pbcq_realize()Cédric Le Goater1-0/+11
2021-12-17ppc/pnv: Use the chip class to check the index of PHB3 devicesCédric Le Goater1-1/+1
2021-12-17ppc/pnv: Introduce a "chip" property under PHB3Cédric Le Goater1-0/+1
2021-12-17pci-host: Allow extended config space access for PowerNV PHB4 modelChristophe Lombard1-0/+1
2021-10-30hw/sh4: Coding style: White space fixesBALATON Zoltan1-6/+4
2021-10-21ppc/pegasos2: Access MV64361 registers via their memory regionBALATON Zoltan1-0/+1
2021-09-30pci: Rename pci_root_bus_new_inplace() to pci_root_bus_init()Peter Maydell2-5/+5
2021-09-04hw/pci: remove all references to find_i440fx functionAni Sinha1-6/+0
2021-09-04Use PCI_HOST_BRIDGE macroEduardo Habkost1-3/+1
2021-08-03Revert "acpi/gpex: Inform os to keep firmware resource map"Michael S. Tsirkin1-18/+2
2021-07-26hw/pci-hist/pnv_phb4: Fix typo in pnv_phb4_ioda_writeRichard Henderson1-1/+1
2021-07-20hw/pci-host/Kconfig: Add missing dependency MV64361 -> I8259Philippe Mathieu-Daudé1-0/+1
2021-07-16hw/i386: Add a default_bus_bypass_iommu pc machine optionXingang Wang1-0/+2
2021-07-13mv64361: Remove extra break from a switch caseBALATON Zoltan1-1/+0
2021-07-11hw/pci-host/raven: Add PCI_IO_BASE_ADDR definitionPhilippe Mathieu-Daudé1-4/+7
2021-07-11hw/pci-host: Rename Raven ASIC PCI bridge as raven.cPhilippe Mathieu-Daudé3-2/+2
2021-07-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+3
2021-07-03hw/pci-host/q35: Ignore write of reserved PCIEXBAR LENGTH fieldPhilippe Mathieu-Daudé1-0/+3
2021-07-02hw/pci-host/bonito: Allow PCI config accesses smaller than 32-bitPhilippe Mathieu-Daudé1-2/+2
2021-07-02hw/pci-host/bonito: Trace PCI config accesses smaller than 32-bitPhilippe Mathieu-Daudé2-0/+11
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-05-13hw/pci-host: Do not build gpex-acpi.c if GPEX is not selectedPhilippe Mathieu-Daudé1-1/+1
2021-05-05Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' in...Peter Maydell5-0/+1881
2021-05-04hw/pci-host: Add emulation of Marvell MV64361 PPC system controllerBALATON Zoltan5-0/+1881
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth5-5/+0
2021-04-30hw/pci-host/gpex: Don't fault for unmapped parts of MMIO and PIO windowsPeter Maydell1-3/+53
2021-03-06hw/pci-host: Introduce SH_PCI Kconfig entryPhilippe Mathieu-Daudé3-0/+209
2021-02-23acpi/gpex: Fix cca attribute check for pxb deviceXingang Wang1-0/+1
2021-02-10Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell3-0/+79
2021-02-10multi-process: setup PCI host bridge for remote deviceJagannathan Raman3-0/+79
2021-02-10ppc/pnv: Add trace events for PCI event notificationCédric Le Goater2-0/+6
2021-02-08pci-host: designware: add pcie-msi read methodPrasad J Pandit1-0/+19
2021-02-08hw/pci-host: add pci-intack write methodPrasad J Pandit1-0/+8
2021-01-17acpi/gpex: Exclude pxb's resources from PCI0Jiahui Cen1-21/+43
2021-01-17acpi/gpex: Inform os to keep firmware resource mapJiahui Cen1-2/+18
2021-01-17acpi: Add addr offset in build_crsJiahui Cen1-1/+2
2021-01-06Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210106' in...Peter Maydell2-1/+6
2021-01-06pnv: Fix reverse dependency on PCI express root portsGreg Kurz2-1/+6
2021-01-04hw/pci-host/bonito: Use pci_config_set_interrupt_pin()Philippe Mathieu-Daudé1-1/+2