summaryrefslogtreecommitdiffstats
path: root/hw/pci-host
Commit message (Expand)AuthorAgeFilesLines
* 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
* hw/pci-host/piix: Include "qemu/range.h"Philippe Mathieu-Daudé2020-03-091-0/+1
* pnv/phb3: Add missing break statementGreg Kurz2020-02-201-0/+1
* pnv/phb4: Fix error path in pnv_pec_realize()Greg Kurz2020-02-201-1/+1
* pnv/phb3: Convert 1u to 1ullGreg Kurz2020-02-201-1/+1
* ppc/pnv: change the PowerNV machine devices to be non user creatableCédric Le Goater2020-02-024-1/+7
* ppc/pnv: Add models for POWER8 PHB3 PCIe Host bridgeCédric Le Goater2020-02-024-0/+1902
* ppc/pnv: Add models for POWER9 PHB4 PCIe Host bridgeBenjamin Herrenschmidt2020-02-023-0/+2032
* hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2020-01-291-1/+2
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-01-2710-11/+11
|\
| * qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-249-10/+10
| * hw/pci-host/designware: Remove unuseful FALLTHROUGH commentPhilippe Mathieu-Daudé2020-01-241-1/+1
* | q35: implement 128K SMRAM at default SMBASE addressIgor Mammedov2020-01-221-7/+77
|/
* hw/pci-host: Add Kconfig entry to select the IGD Passthrough Host BridgePhilippe Mathieu-Daudé2019-12-182-1/+6
* hw/pci-host/i440fx: Extract the IGD passthrough host bridge devicePhilippe Mathieu-Daudé2019-12-183-84/+121