summaryrefslogtreecommitdiffstats
path: root/hw/pci-host
Commit message (Expand)AuthorAgeFilesLines
* hw/pci-host/sabre: Simplify code initializing variable oncePhilippe Mathieu-Daudé2020-10-281-11/+1Star
* hw/pci-host/sabre: Remove superfluous address range checkPhilippe Mathieu-Daudé2020-10-281-2/+2
* hw/pci-host/sabre: Update documentation linkPhilippe Mathieu-Daudé2020-10-281-1/+1
* sabre: increase number of PCI bus IRQs from 32 to 64Mark Cave-Ayland2020-10-281-1/+1
* sabre: don't call sysbus_mmio_map() in sabre_realize()Mark Cave-Ayland2020-10-281-8/+0Star
* uninorth: use qdev gpios for PCI IRQsMark Cave-Ayland2020-10-181-36/+9Star
* grackle: use qdev gpios for PCI IRQsMark Cave-Ayland2020-10-181-17/+2Star
* acpi/gpex: no reason to use a method for _CRSGerd Hoffmann2020-09-301-3/+1Star
* acpi: add acpi_dsdt_add_gpexGerd Hoffmann2020-09-302-0/+180
* i440fx: Register i440FX-pcihost properties as class propertiesEduardo Habkost2020-09-221-16/+16
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-185-19/+7Star
* sabre: Rename SABRE_DEVICE to SABREEduardo Habkost2020-09-091-4/+4
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-098-24/+24
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-098-14/+28
* ppce500: Use TYPE_PPC_E500_PCI_BRIDGE constantEduardo Habkost2020-08-271-1/+1
* versatile: Fix typo in PCI_VPB_HOST definitionEduardo Habkost2020-08-271-1/+1
* meson: convert hw/pci-hostMarc-André Lureau2020-08-212-24/+31
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
* xen: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy2020-07-101-4/+3Star
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-103-13/+5Star
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-104-16/+16
* qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster2020-07-103-10/+5Star
* qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster2020-06-154-7/+6Star
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-152-2/+2
* qom: Less verbose object_initialize_child()Markus Armbruster2020-06-157-24/+12Star
* qom: Tidy up a few object_initialize_child() callsMarkus Armbruster2020-06-151-1/+1
* pci: Convert uses of pci_create() etc. with CoccinelleMarkus Armbruster2020-06-152-8/+9
* qdev: Convert uses of qdev_set_parent_bus() manuallyMarkus Armbruster2020-06-151-2/+1Star
* qdev: Convert uses of qdev_set_parent_bus() with CoccinelleMarkus Armbruster2020-06-157-14/+7Star
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-152-4/+5
* Revert "hw/versatile: realize the PCI root bus as part of the versatile init"Markus Armbruster2020-06-151-1/+0Star
* Revert "hw/prep: realize the PCI root bus as part of the prep init"Markus Armbruster2020-06-151-1/+0Star
* pnv/phb4: Delete unused "pnv-phb4-pec-stack" devicesMarkus Armbruster2020-06-151-0/+3
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-06-131-1/+0Star
|\
| * qom/object: Move Object typedef to 'qemu/typedefs.h'Philippe Mathieu-Daudé2020-06-101-1/+0Star
* | hw/pci-host: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2020-06-093-4/+6
* | hw/pci-host/prep: Correct RAVEN bus bridge memory region sizePhilippe Mathieu-Daudé2020-06-091-1/+1
|/
* hw/mips/fuloong2e: Fix typo in Fuloong machine namePhilippe Mathieu-Daudé2020-05-261-4/+4
* hw/pci-host/bonito: Set the Config register reset value with FIELD_DP32Philippe Mathieu-Daudé2020-05-261-1/+20
* hw/pci-host/bonito: Better describe the I/O CS regionsPhilippe Mathieu-Daudé2020-05-261-2/+11
* hw/pci-host/bonito: Map the different PCI ranges more detailedPhilippe Mathieu-Daudé2020-05-261-4/+28
* hw/pci-host/bonito: Map all the Bonito64 I/O rangePhilippe Mathieu-Daudé2020-05-262-0/+4
* hw/pci-host/bonito: Map peripheral using physical addressPhilippe Mathieu-Daudé2020-05-261-2/+2
* hw/pci-host/bonito: Fix DPRINTF() format stringsPhilippe Mathieu-Daudé2020-05-261-3/+3
* hw/pci-host: Use CONFIG_PCI_BONITO to select the Bonito North BridgePhilippe Mathieu-Daudé2020-05-262-1/+5
* hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé2020-05-151-1/+1
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-157-26/+24Star
* hw/pci-host: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé2020-03-171-3/+2Star
* qom/object: Use common get/set uint helpersFelipe Franciosi2020-03-161-11/+3Star
* hw/pci-host/q35: Remove unused includesPhilippe Mathieu-Daudé2020-03-091-0/+1