summaryrefslogtreecommitdiffstats
path: root/hw/pci-bridge
Commit message (Expand)AuthorAgeFilesLines
* pci: expose TYPE_XIO3130_DOWNSTREAM nameIgor Mammedov2022-03-061-1/+2
* pci-bridge/xio3130_downstream: Fix error handlingJonathan Cameron2022-03-061-1/+1
* pci-bridge/xio3130_upstream: Fix error handlingJonathan Cameron2022-03-061-1/+1
* hw/pci-bridge/pxb: Fix missing swizzleJonathan Cameron2022-03-061-0/+6
* qdev: Make DeviceState.id independent of QemuOptsKevin Wolf2021-10-151-1/+1
* hw/pcie-root-port: Fix hotplug for PCI devices requiring IOMarcel Apfelbaum2021-08-031-0/+5
* hw/pxb: Add a bypass iommu propertyXingang Wang2021-07-161-0/+3
* Kconfig: Compile PXB for ARM_VIRTJiahui Cen2021-01-171-1/+1
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-184-12/+4Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-095-11/+16
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-095-11/+21
* meson: convert hw/pci-bridgeMarc-André Lureau2020-08-212-10/+14
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-1/+1
* pci: Convert uses of pci_create() etc. with CoccinelleMarkus Armbruster2020-06-151-3/+3
* qdev: Convert uses of qdev_create() manuallyMarkus Armbruster2020-06-151-2/+2
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-2/+2
* hw/pci-bridge/dec: Remove dead debug codePhilippe Mathieu-Daudé2020-05-271-10/+0Star
* pcie_root_port: Add hotplug disabling optionJulia Suvorova2020-03-082-2/+2
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-246-7/+7
* numa: move numa global variable nb_numa_nodes into MachineStateTao Xu2019-09-031-1/+8
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-166-0/+6
* Include migration/vmstate.h lessMarkus Armbruster2019-08-165-0/+5
* pcie_root_port: Allow ACS to be disabledDr. David Alan Gilbert2019-07-301-1/+2
* xio3130_downstream: typo fixMichael S. Tsirkin2019-07-121-1/+1
* pcie: check that slt ctrl changed before deletingMichael S. Tsirkin2019-07-012-2/+8
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-1211-0/+11
* pci: Make is_bridge a boolDavid Gibson2019-05-308-9/+9
* pci: Simplify pci_bus_is_root()David Gibson2019-05-211-6/+0Star
* kconfig: add dependencies on CONFIG_MSI_NONBROKENPaolo Bonzini2019-03-181-3/+3
* gen_pcie_root_port: Add ACS (Access Control Services) capabilityKnut Omang2019-03-132-0/+8
* i386-softmmu.mak: remove all CONFIG_* except boards definitionsYang Zhong2019-03-071-0/+1
* build: convert pci.mak to KconfigPaolo Bonzini2019-03-071-0/+8
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+20
* pci/shpc: perform unplug via the hotplug handlerDavid Hildenbrand2018-12-202-0/+11
* pci: Reuse pci-bridge hotplug handler handlers for pcie-pci-bridgeDavid Hildenbrand2018-12-202-34/+8Star
* pci/shpc: rename hotplug handler callbacksDavid Hildenbrand2018-12-202-18/+16Star
* pcie: Fast PCIe root ports for new machinesAlex Williamson2018-12-191-2/+2
* pcie: Allow generic PCIe root port to specify link speed and widthAlex Williamson2018-12-191-0/+4
* pcie: Add link speed and width fields to PCIESlotAlex Williamson2018-12-191-0/+14
* pci-bridge/dec: Convert sysbus init function to realize functionMao Zhongyi2018-12-131-6/+6
* hw/pci-bridge/ioh3420: Remove unuseful headerPhilippe Mathieu-Daudé2018-11-052-7/+1Star
* hw/pci-bridge/xio3130: Remove unused functionsPhilippe Mathieu-Daudé2018-11-054-71/+2Star
* hw/pci: add PCI resource reserve capability to legacy PCI bridgeJing Liu2018-09-071-0/+24
* hw/pci: factor PCI reserve resources to a separate structureJing Liu2018-09-071-16/+17
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-02-138-5/+8
|\
| * pci: removed the is_express field since a uniform interface was insertedYoni Bettan2018-02-084-4/+0Star
| * pci/bus: let it has higher migration priorityPeter Xu2018-02-087-1/+7