summary refs log tree commit diff stats
path: root/hw/pci-bridge/pci_expander_bridge.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/arm/smmu-common: Check SMMU has PCIe Root Complex associationShameer Kolothum2025-09-161-1/+0
* qom: Make InterfaceInfo[] uses constPhilippe Mathieu-Daudé2025-04-251-3/+3
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-6/+6
* Merge tag 'exec-20241220' of https://github.com/philmd/qemu into stagingStefan Hajnoczi2024-12-211-1/+1
|\
| * include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-1/+1
* | include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson2024-12-191-2/+0
|/
* hw/pci-bridge: Constify all PropertyRichard Henderson2024-12-151-2/+2
* hw/pci-bridge: Make pxb_dev_realize_common() return if it succeededJonathan Cameron2024-11-041-5/+8
* hw/acpi: Generic Port Affinity Structure supportJonathan Cameron2024-11-041-1/+0
* hw/pci-bridge: Add acpi_uid property to TYPE_PXB_BUSJonathan Cameron2024-11-041-0/+13
* hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell2024-09-131-1/+1
* hw/pci-bridge/pxb-cxl: Drop RAS capability from host bridge.Jonathan Cameron2024-03-121-1/+1
* hw/pci: spelling fixesMichael Tokarev2023-09-201-1/+1
* hw/pci-bridge: Make PCIe and CXL PXB Devices inherit from TYPE_PXB_DEVJonathan Cameron2023-04-241-40/+19
* hw/pci-bridge: pci_expander_bridge fix type in pxb_cxl_dev_reset()Jonathan Cameron2023-04-241-1/+1
* hw/pxb-cxl: Support passthrough HDM Decoders unless overriddenJonathan Cameron2023-03-071-5/+39
* bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé2023-01-181-1/+1
* include/hw/cxl: Move typedef PXBDev to cxl.h, and put it to useMarkus Armbruster2023-01-081-1/+0
* pci/pci_expander_bridge: For CXL HB delay the HB register memory region setup.Jonathan Cameron2022-06-091-12/+20
* hw/cxl: Make the CXL fixed memory window setup a machine parameter.Jonathan Cameron2022-06-091-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/+0
* hw/cxl/component: Implement host bridge MMIO (8.2.5, table 142)Ben Widawsky2022-05-131-7/+59
* 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
* 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/pxb: Add a bypass iommu propertyXingang Wang2021-07-161-0/+3
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-4/+8
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-4/+7
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-1/+1
* 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
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-2/+2
* numa: move numa global variable nb_numa_nodes into MachineStateTao Xu2019-09-031-1/+8
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* pci: Simplify pci_bus_is_root()David Gibson2019-05-201-6/+0
* Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin2018-01-111-1/+0
|\
| * misc: remove old i386 dependencyPhilippe Mathieu-Daudé2017-12-181-1/+0
* | pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson2017-12-051-8/+9
* | pci: Rename root bus initialization functions for clarityDavid Gibson2017-12-051-2/+2
|/
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+8
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-1/+1
* clean-up: removed duplicate #includesAnand J2016-10-281-1/+0
* hw/pci-bridge: Convert pxb initialization functions to ErrorWei Jiangang2016-07-291-27/+25
* hw/pxb: declare pxb devices as not hot-pluggableMarcel Apfelbaum2016-07-291-0/+2
* q35: allow dynamic sysbusMarcel Apfelbaum2016-07-041-0/+2
* hw/pci-bridge: Add missing unref in case register-bus failsWei Jiangang2016-04-071-1/+7