aboutsummaryrefslogtreecommitdiff
path: root/hw/pci-host
AgeCommit message (Expand)AuthorFilesLines
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
2021-01-04hw/pci-host/bonito: Display hexadecimal value with '0x' prefixPhilippe Mathieu-Daudé1-2/+2
2021-01-04hw: Use the PCI_DEVFN() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé2-5/+3
2021-01-04hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé2-2/+2
2021-01-04hw/pci-host/uninorth: Use the PCI_FUNC() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé1-1/+1
2021-01-04hw/pci-host: Use the PCI_BUILD_BDF() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé2-3/+2
2020-12-13hw/pci-host/pam: Replace magic number by PAM_REGIONS_COUNT definitionPhilippe Mathieu-Daudé2-2/+2
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-0/+1
2020-12-08acpi/gpex: Build tables for pxbYubo Miao1-0/+54
2020-12-08acpi/gpex: Extract two APIs from acpi_dsdt_add_pciYubo Miao1-49/+63
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-11-03hw/mips/boston: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-10-28hw/pci-host/sabre: Simplify code initializing variable oncePhilippe Mathieu-Daudé1-11/+1
2020-10-28hw/pci-host/sabre: Remove superfluous address range checkPhilippe Mathieu-Daudé1-2/+2
2020-10-28hw/pci-host/sabre: Update documentation linkPhilippe Mathieu-Daudé1-1/+1
2020-10-28sabre: increase number of PCI bus IRQs from 32 to 64Mark Cave-Ayland1-1/+1
2020-10-28sabre: don't call sysbus_mmio_map() in sabre_realize()Mark Cave-Ayland1-8/+0
2020-10-18uninorth: use qdev gpios for PCI IRQsMark Cave-Ayland1-36/+9
2020-10-18grackle: use qdev gpios for PCI IRQsMark Cave-Ayland1-17/+2
2020-09-30acpi/gpex: no reason to use a method for _CRSGerd Hoffmann1-3/+1
2020-09-30acpi: add acpi_dsdt_add_gpexGerd Hoffmann2-0/+180
2020-09-22i440fx: Register i440FX-pcihost properties as class propertiesEduardo Habkost1-16/+16
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost5-19/+7
2020-09-09sabre: Rename SABRE_DEVICE to SABREEduardo Habkost1-4/+4
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost8-24/+24
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost8-14/+28
2020-08-27ppce500: Use TYPE_PPC_E500_PCI_BRIDGE constantEduardo Habkost1-1/+1
2020-08-27versatile: Fix typo in PCI_VPB_HOST definitionEduardo Habkost1-1/+1
2020-08-21meson: convert hw/pci-hostMarc-André Lureau2-24/+31
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-07-10xen: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy1-4/+3
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster3-13/+5
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster4-16/+16
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster3-10/+5
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster4-7/+6
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2-2/+2
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster7-24/+12
2020-06-15qom: Tidy up a few object_initialize_child() callsMarkus Armbruster1-1/+1