aboutsummaryrefslogtreecommitdiff
path: root/hw/pci-bridge
AgeCommit message (Expand)Author
2022-05-13CXL/cxl_component: Add cxl_get_hb_cstate()Jonathan Cameron
2022-05-13acpi/cxl: Create the CEDT (9.14.1)Ben Widawsky
2022-05-13hw/cxl/component: Implement host bridge MMIO (8.2.5, table 142)Ben Widawsky
2022-05-13hw/cxl/rp: Add a root portBen Widawsky
2022-05-13hw/pxb: Allow creation of a CXL PXB (host bridge)Ben Widawsky
2022-05-13hw/pci/cxl: Create a CXL bus typeBen Widawsky
2022-05-13hw/pxb: Use a type for realizing expandersBen Widawsky
2022-03-06pci: expose TYPE_XIO3130_DOWNSTREAM nameIgor Mammedov
2022-03-06pci-bridge/xio3130_downstream: Fix error handlingJonathan Cameron
2022-03-06pci-bridge/xio3130_upstream: Fix error handlingJonathan Cameron
2022-03-06hw/pci-bridge/pxb: Fix missing swizzleJonathan Cameron
2021-10-15qdev: Make DeviceState.id independent of QemuOptsKevin Wolf
2021-08-03hw/pcie-root-port: Fix hotplug for PCI devices requiring IOMarcel Apfelbaum
2021-07-16hw/pxb: Add a bypass iommu propertyXingang Wang
2021-01-17Kconfig: Compile PXB for ARM_VIRTJiahui Cen
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-21meson: convert hw/pci-bridgeMarc-André Lureau
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15pci: Convert uses of pci_create() etc. with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() manuallyMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-05-27hw/pci-bridge/dec: Remove dead debug codePhilippe Mathieu-Daudé
2020-03-08pcie_root_port: Add hotplug disabling optionJulia Suvorova
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-09-03numa: move numa global variable nb_numa_nodes into MachineStateTao Xu
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-07-30pcie_root_port: Allow ACS to be disabledDr. David Alan Gilbert
2019-07-12xio3130_downstream: typo fixMichael S. Tsirkin
2019-07-01pcie: check that slt ctrl changed before deletingMichael S. Tsirkin
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-05-29pci: Make is_bridge a boolDavid Gibson
2019-05-20pci: Simplify pci_bus_is_root()David Gibson
2019-03-18kconfig: add dependencies on CONFIG_MSI_NONBROKENPaolo Bonzini
2019-03-12gen_pcie_root_port: Add ACS (Access Control Services) capabilityKnut Omang
2019-03-07i386-softmmu.mak: remove all CONFIG_* except boards definitionsYang Zhong
2019-03-07build: convert pci.mak to KconfigPaolo Bonzini
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini
2018-12-20pci/shpc: perform unplug via the hotplug handlerDavid Hildenbrand
2018-12-20pci: Reuse pci-bridge hotplug handler handlers for pcie-pci-bridgeDavid Hildenbrand
2018-12-20pci/shpc: rename hotplug handler callbacksDavid Hildenbrand
2018-12-19pcie: Fast PCIe root ports for new machinesAlex Williamson
2018-12-19pcie: Allow generic PCIe root port to specify link speed and widthAlex Williamson
2018-12-19pcie: Add link speed and width fields to PCIESlotAlex Williamson
2018-12-13pci-bridge/dec: Convert sysbus init function to realize functionMao Zhongyi