aboutsummaryrefslogtreecommitdiff
path: root/hw/pci-host
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-15pci: Convert uses of pci_create() etc. with CoccinelleMarkus Armbruster2-8/+9
2020-06-15qdev: Convert uses of qdev_set_parent_bus() manuallyMarkus Armbruster1-2/+1
2020-06-15qdev: Convert uses of qdev_set_parent_bus() with CoccinelleMarkus Armbruster7-14/+7
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2-4/+5
2020-06-15Revert "hw/versatile: realize the PCI root bus as part of the versatile init"Markus Armbruster1-1/+0
2020-06-15Revert "hw/prep: realize the PCI root bus as part of the prep init"Markus Armbruster1-1/+0
2020-06-15pnv/phb4: Delete unused "pnv-phb4-pec-stack" devicesMarkus Armbruster1-0/+3
2020-06-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+0
2020-06-10qom/object: Move Object typedef to 'qemu/typedefs.h'Philippe Mathieu-Daudé1-1/+0
2020-06-09hw/pci-host: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé3-4/+6
2020-06-09hw/pci-host/prep: Correct RAVEN bus bridge memory region sizePhilippe Mathieu-Daudé1-1/+1
2020-05-26hw/mips/fuloong2e: Fix typo in Fuloong machine namePhilippe Mathieu-Daudé1-4/+4
2020-05-26hw/pci-host/bonito: Set the Config register reset value with FIELD_DP32Philippe Mathieu-Daudé1-1/+20
2020-05-26hw/pci-host/bonito: Better describe the I/O CS regionsPhilippe Mathieu-Daudé1-2/+11
2020-05-26hw/pci-host/bonito: Map the different PCI ranges more detailedPhilippe Mathieu-Daudé1-4/+28
2020-05-26hw/pci-host/bonito: Map all the Bonito64 I/O rangePhilippe Mathieu-Daudé2-0/+4
2020-05-26hw/pci-host/bonito: Map peripheral using physical addressPhilippe Mathieu-Daudé1-2/+2
2020-05-26hw/pci-host/bonito: Fix DPRINTF() format stringsPhilippe Mathieu-Daudé1-3/+3
2020-05-26hw/pci-host: Use CONFIG_PCI_BONITO to select the Bonito North BridgePhilippe Mathieu-Daudé2-1/+5
2020-05-15hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé1-1/+1
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster7-26/+24
2020-03-17hw/pci-host: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé1-3/+2
2020-03-16qom/object: Use common get/set uint helpersFelipe Franciosi1-11/+3
2020-03-09hw/pci-host/q35: Remove unused includesPhilippe Mathieu-Daudé1-0/+1
2020-03-09hw/pci-host/piix: Include "qemu/range.h"Philippe Mathieu-Daudé1-0/+1
2020-02-21pnv/phb3: Add missing break statementGreg Kurz1-0/+1
2020-02-21pnv/phb4: Fix error path in pnv_pec_realize()Greg Kurz1-1/+1
2020-02-21pnv/phb3: Convert 1u to 1ullGreg Kurz1-1/+1
2020-02-02ppc/pnv: change the PowerNV machine devices to be non user creatableCédric Le Goater4-1/+7