aboutsummaryrefslogtreecommitdiff
path: root/hw/pci
AgeCommit message (Expand)Author
2023-03-03Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2023-03-02hw/pci: Trace IRQ routing on PCI topologyPhilippe Mathieu-Daudé
2023-03-02pcie: set power indicator to off on reset by defaultVladimir Sementsov-Ogievskiy
2023-03-02pcie: introduce pcie_sltctl_powered_off() helperVladimir Sementsov-Ogievskiy
2023-03-02pcie: pcie_cap_slot_enable_power() use correct helperVladimir Sementsov-Ogievskiy
2023-03-02pcie_regs: drop duplicated indicator value macrosVladimir Sementsov-Ogievskiy
2023-03-02pcie: pcie_cap_slot_write_config(): use correct macroVladimir Sementsov-Ogievskiy
2023-03-02pci/shpc: refactor shpc_device_plug_common()Vladimir Sementsov-Ogievskiy
2023-03-02pci/shpc: pass PCIDevice pointer to shpc_slot_command()Vladimir Sementsov-Ogievskiy
2023-03-02pci/shpc: more generic handle hot-unplug in shpc_slot_command()Vladimir Sementsov-Ogievskiy
2023-03-02pci/shpc: shpc_slot_command(): handle PWRONLY -> ENABLED transitionVladimir Sementsov-Ogievskiy
2023-03-02pci/shpc: change shpc_get_status() return type to uint8_tVladimir Sementsov-Ogievskiy
2023-03-02pci/shpc: set attention led to OFF on resetVladimir Sementsov-Ogievskiy
2023-03-01hw/xen: Support MSI mapping to PIRQDavid Woodhouse
2023-02-27hw/pci: Fix a typoPhilippe Mathieu-Daudé
2023-02-17net: Move the code to collect available NIC models to a separate functionThomas Huth
2023-01-28pci: make sure pci_bus_is_express() won't error out with "discards ‘constâ€...Igor Mammedov
2023-01-28pcihp: make bridge describe itself using AcpiDevAmlIfClass:build_dev_amlIgor Mammedov
2023-01-28pci: acpi: wire up AcpiDevAmlIf interface to generic bridgeIgor Mammedov
2023-01-28pci: acpi hotplug: rename x-native-hotplug to x-do-not-expose-native-hotplug-capIgor Mammedov
2023-01-27shpc: disallow unplug when power indicator is blinkingVladimir Sementsov-Ogievskiy
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé
2023-01-13hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()Bernhard Beschow
2023-01-13hw/pci/pci_host: Trace config accesses on unexisting functionsPhilippe Mathieu-Daudé
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster
2022-12-21Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2022-12-21pci: drop redundant PCIDeviceClass::is_bridge fieldIgor Mammedov
2022-12-19pci: Reject pcie_aer_inject_error -c with symbolic error statusMarkus Armbruster
2022-12-19pci: Improve do_pcie_aer_inject_error()'s error messagesMarkus Armbruster
2022-12-19pci: Rename hmp_pcie_aer_inject_error()'s local variable @errMarkus Armbruster
2022-12-19pci: Inline do_pcie_aer_inject_error() into its only callerMarkus Armbruster
2022-12-19pci: Move HMP command from hw/pci/pcie_aer.c to pci-hmp-cmds.cMarkus Armbruster
2022-12-19pci: Fix silent truncation of pcie_aer_inject_error argumentMarkus Armbruster
2022-12-19pci: Move pcibus_dev_print() to pci-hmp-cmds.cMarkus Armbruster
2022-12-19pci: Deduplicate get_class_desc()Markus Armbruster
2022-12-19pci: Build hw/pci/pci-hmp-cmds.c only when CONFIG_PCIMarkus Armbruster
2022-12-19pci: Make query-pci stub consistent with the real oneMarkus Armbruster
2022-12-19pci: Move HMP commands from monitor/ to new hw/pci/pci-hmp-cmds.cMarkus Armbruster
2022-12-19pci: Move QMP commands to new hw/pci/pci-qmp-cmds.cMarkus Armbruster
2022-12-19pci: Clean up a few things checkpatch.pl would flag later onMarkus Armbruster
2022-12-16pci: Use device_cold_reset() and bus_cold_reset()Peter Maydell
2022-12-15Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell
2022-12-14qapi pci: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-14error: Drop a few superfluous ERRP_GUARD()Markus Armbruster
2022-11-07msix: Assert that specified vector is in rangeAkihiko Odaki
2022-11-07hw/pci: PCIe Data Object Exchange emulationHuai-Cheng Kuo
2022-06-30Merge tag 'trivial-branch-for-7.1-pull-request' of https://gitlab.com/laurent...Richard Henderson
2022-06-28Trivial: 3 char repeat typosDr. David Alan Gilbert
2022-06-27msi: fix MSI vector limit check in msi_set_mask()Jagannathan Raman
2022-06-15vfio-user: handle device interruptsJagannathan Raman