summaryrefslogtreecommitdiff
path: root/hw/pci-host
AgeCommit message (Expand)Author
2021-07-20hw/pci-host/Kconfig: Add missing dependency MV64361 -> I8259Philippe Mathieu-Daudé
2021-07-16hw/i386: Add a default_bus_bypass_iommu pc machine optionXingang Wang
2021-07-13mv64361: Remove extra break from a switch caseBALATON Zoltan
2021-07-11hw/pci-host/raven: Add PCI_IO_BASE_ADDR definitionPhilippe Mathieu-Daudé
2021-07-11hw/pci-host: Rename Raven ASIC PCI bridge as raven.cPhilippe Mathieu-Daudé
2021-07-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2021-07-03hw/pci-host/q35: Ignore write of reserved PCIEXBAR LENGTH fieldPhilippe Mathieu-Daudé
2021-07-02hw/pci-host/bonito: Allow PCI config accesses smaller than 32-bitPhilippe Mathieu-Daudé
2021-07-02hw/pci-host/bonito: Trace PCI config accesses smaller than 32-bitPhilippe Mathieu-Daudé
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
2021-05-13hw/pci-host: Do not build gpex-acpi.c if GPEX is not selectedPhilippe Mathieu-Daudé
2021-05-05Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' in...Peter Maydell
2021-05-04hw/pci-host: Add emulation of Marvell MV64361 PPC system controllerBALATON Zoltan
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-04-30hw/pci-host/gpex: Don't fault for unmapped parts of MMIO and PIO windowsPeter Maydell
2021-03-06hw/pci-host: Introduce SH_PCI Kconfig entryPhilippe Mathieu-Daudé
2021-02-23acpi/gpex: Fix cca attribute check for pxb deviceXingang Wang
2021-02-10Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell
2021-02-10multi-process: setup PCI host bridge for remote deviceJagannathan Raman
2021-02-10ppc/pnv: Add trace events for PCI event notificationCédric Le Goater
2021-02-08pci-host: designware: add pcie-msi read methodPrasad J Pandit
2021-02-08hw/pci-host: add pci-intack write methodPrasad J Pandit
2021-01-17acpi/gpex: Exclude pxb's resources from PCI0Jiahui Cen
2021-01-17acpi/gpex: Inform os to keep firmware resource mapJiahui Cen
2021-01-17acpi: Add addr offset in build_crsJiahui Cen
2021-01-06Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210106' in...Peter Maydell
2021-01-06pnv: Fix reverse dependency on PCI express root portsGreg Kurz
2021-01-04hw/pci-host/bonito: Use pci_config_set_interrupt_pin()Philippe Mathieu-Daudé
2021-01-04hw/pci-host/bonito: Display hexadecimal value with '0x' prefixPhilippe Mathieu-Daudé
2021-01-04hw: Use the PCI_DEVFN() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé
2021-01-04hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé
2021-01-04hw/pci-host/uninorth: Use the PCI_FUNC() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé
2021-01-04hw/pci-host: Use the PCI_BUILD_BDF() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé
2020-12-13hw/pci-host/pam: Replace magic number by PAM_REGIONS_COUNT definitionPhilippe Mathieu-Daudé
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini
2020-12-08acpi/gpex: Build tables for pxbYubo Miao
2020-12-08acpi/gpex: Extract two APIs from acpi_dsdt_add_pciYubo Miao
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant
2020-11-03hw/mips/boston: Fix Lesser GPL version numberChetan Pant
2020-10-28hw/pci-host/sabre: Simplify code initializing variable oncePhilippe Mathieu-Daudé
2020-10-28hw/pci-host/sabre: Remove superfluous address range checkPhilippe Mathieu-Daudé
2020-10-28hw/pci-host/sabre: Update documentation linkPhilippe Mathieu-Daudé
2020-10-28sabre: increase number of PCI bus IRQs from 32 to 64Mark Cave-Ayland
2020-10-28sabre: don't call sysbus_mmio_map() in sabre_realize()Mark Cave-Ayland
2020-10-18uninorth: use qdev gpios for PCI IRQsMark Cave-Ayland
2020-10-18grackle: use qdev gpios for PCI IRQsMark Cave-Ayland
2020-09-30acpi/gpex: no reason to use a method for _CRSGerd Hoffmann
2020-09-30acpi: add acpi_dsdt_add_gpexGerd Hoffmann
2020-09-22i440fx: Register i440FX-pcihost properties as class propertiesEduardo Habkost
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost