summaryrefslogtreecommitdiffstats
path: root/hw/pci-host/xilinx-pcie.c
Commit message (Expand)AuthorAgeFilesLines
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* hw/pci-host: Use object_initialize_child for correct reference countingThomas Huth2019-05-021-2/+2
* hw/mips: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-2/+3
* hw/pci-host/xilinx-pcie: don't make "io" region be RAMPeter Maydell2018-06-271-3/+2Star
* pci: removed the is_express field since a uniform interface was insertedYoni Bettan2018-02-081-1/+0Star
* hw/pci-host/xilinx: QOM'ify the AXI-PCIe host bridgePhilippe Mathieu-Daudé2017-12-211-11/+10Star
* pci: Rename root bus initialization functions for clarityDavid Gibson2017-12-051-3/+3
* pci: Add INTERFACE_PCIE_DEVICE to all PCIe devicesEduardo Habkost2017-10-151-0/+4
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-1/+1
* qdev: Use appropriate getter/setters typeMarc-André Lureau2017-06-201-1/+1
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-1/+1
* hw: xilinx-pcie: Add support for Xilinx AXI PCIe ControllerPaul Burton2017-02-221-0/+328