aboutsummaryrefslogtreecommitdiff
path: root/include/hw/pci
AgeCommit message (Expand)Author
2023-10-20Merge tag 'C3700-pull-request' of https://github.com/hdeller/qemu-hppa into s...Stefan Hajnoczi
2023-10-19hw/pci: Clean up global variable shadowing of address_space_io variablePhilippe Mathieu-Daudé
2023-10-17pci_ids/tulip: Add PCI vendor ID for HP and use it in tulipHelge Deller
2023-10-04pci: SLT must be ROMichael S. Tsirkin
2023-09-08Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi
2023-09-08include/: spelling fixesMichael Tokarev
2023-09-07hw/ufs: Initial commit for emulated Universal-Flash-StorageJeuk Kim
2023-07-10pcie: Specify 0 for ARI next function numbersAkihiko Odaki
2023-07-10pcie: Use common ARI next function numberAkihiko Odaki
2023-07-10hw/pci/pci: Remove multifunction parameter from pci_new_multifunction()Bernhard Beschow
2023-07-10hw/pci/pci: Remove multifunction parameter from pci_create_simple_multifuncti...Bernhard Beschow
2023-07-10hw/pci/pci_host: Introduce PCI_HOST_BYPASS_IOMMU macroBernhard Beschow
2023-07-10pcie: Add a PCIe capability version helperAlex Williamson
2023-05-19hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0Leonardo Bras
2023-05-16hw/pci-bridge: Fix release ordering by embedding PCIBridgeWindows within PCIB...Jonathan Cameron
2023-04-24hw/pci-bridge: Make PCIe and CXL PXB Devices inherit from TYPE_PXB_DEVJonathan Cameron
2023-04-21pci: avoid accessing slot_reserved_mask directly outside of pci.cChuck Zmudzinski
2023-03-20replace TABs with spacesYeqi Fu
2023-03-11Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell
2023-03-10pcie: Introduce pcie_sriov_num_vfsAkihiko Odaki
2023-03-07hw/pxb-cxl: Support passthrough HDM Decoders unless overriddenJonathan Cameron
2023-03-07hw/pci: Add pcie_count_ds_port() and pcie_find_port_first() helpersJonathan Cameron
2023-03-07hw/pci/aer: Make PCIE AER error injection facility available for other emulat...Jonathan Cameron
2023-03-07hw/pci/aer: Implement PCI_ERR_UNCOR_MASK registerJonathan Cameron
2023-03-03Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2023-03-02pcie: drop unused PCIExpressIndicatorVladimir Sementsov-Ogievskiy
2023-03-02pcie_regs: drop duplicated indicator value macrosVladimir Sementsov-Ogievskiy
2023-03-01hw/xen: Support MSI mapping to PIRQDavid Woodhouse
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster
2023-01-28pci: make sure pci_bus_is_express() won't error out with "discards ‘constâ€...Igor Mammedov
2023-01-28pci: acpi hotplug: rename x-native-hotplug to x-do-not-expose-native-hotplug-capIgor Mammedov
2023-01-13hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()Bernhard Beschow
2023-01-08include/hw/pci: Include hw/pci/pci.h where neededMarkus Armbruster
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster
2023-01-08include/hw/pci: Clean up a few things checkpatch.pl would flagMarkus Armbruster
2023-01-08include/hw/cxl: Move typedef PXBDev to cxl.h, and put it to useMarkus Armbruster
2023-01-08include/hw/pci: Break inclusion loop pci_bridge.h and cxl.hMarkus Armbruster
2022-12-21pci: drop redundant PCIDeviceClass::is_bridge fieldIgor Mammedov
2022-12-21remove DEC 21154 PCI bridgeIgor Mammedov
2022-12-16pci: Convert child classes of TYPE_PCIE_ROOT_PORT to 3-phase resetPeter Maydell
2022-12-14cleanup: Tweak and re-run return_directly.cocciMarkus Armbruster
2022-11-07intel-iommu: PASID supportJason Wang
2022-11-07msix: Assert that specified vector is in rangeAkihiko Odaki
2022-11-07hw/pci: PCIe Data Object Exchange emulationHuai-Cheng Kuo
2022-10-13Merge tag 'kraxel-20221013-pull-request' of https://gitlab.com/kraxel/qemu in...Stefan Hajnoczi
2022-10-12pci-ids: document modern virtio-pci ids in pci.h tooGerd Hoffmann
2022-10-12pci-ids: drop PCI_DEVICE_ID_VIRTIO_PMEMGerd Hoffmann
2022-10-12pci-ids: drop PCI_DEVICE_ID_VIRTIO_MEMGerd Hoffmann
2022-10-12pci-ids: drop PCI_DEVICE_ID_VIRTIO_IOMMUGerd Hoffmann
2022-10-09pci: Sanity check mask argument to pci_set_*_by_mask()Peter Maydell