summaryrefslogtreecommitdiffstats
path: root/hw/pci-bridge
Commit message (Expand)AuthorAgeFilesLines
* hw/pci-bridge/cxl-upstream: Add a CDAT table access DOEJonathan Cameron2022-11-071-1/+194
* pci-bridge/cxl_downstream: Add a CXL switch downstream portJonathan Cameron2022-06-162-1/+250
* pci-bridge/cxl_upstream: Add a CXL switch upstream portJonathan Cameron2022-06-162-1/+217
* pci/pci_expander_bridge: For CXL HB delay the HB register memory region setup.Jonathan Cameron2022-06-103-13/+38
* hw/cxl: Make the CXL fixed memory window setup a machine parameter.Jonathan Cameron2022-06-101-1/+1
* CXL/cxl_component: Add cxl_get_hb_cstate()Jonathan Cameron2022-05-131-0/+7
* acpi/cxl: Create the CEDT (9.14.1)Ben Widawsky2022-05-131-17/+0Star
* hw/cxl/component: Implement host bridge MMIO (8.2.5, table 142)Ben Widawsky2022-05-131-7/+59
* hw/cxl/rp: Add a root portBen Widawsky2022-05-134-1/+247
* hw/pxb: Allow creation of a CXL PXB (host bridge)Ben Widawsky2022-05-131-2/+84
* hw/pci/cxl: Create a CXL bus typeBen Widawsky2022-05-131-1/+8
* hw/pxb: Use a type for realizing expandersBen Widawsky2022-05-131-4/+7
* 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