summary refs log tree commit diff stats
path: root/hw/pci (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | hw/pci/aer: Add missing routing for AER errorsJonathan Cameron2023-03-071-1/+9
* | hw/pci/aer: Implement PCI_ERR_UNCOR_MASK registerJonathan Cameron2023-03-071-0/+4
* | pci: move acpi-index uniqueness check to generic PCI device codeIgor Mammedov2023-03-071-0/+57
* | pci: fix 'hotplugglable' property behaviorIgor Mammedov2023-03-071-0/+8
|/
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell2023-03-034-62/+84
|\
| * hw/pci: Trace IRQ routing on PCI topologyPhilippe Mathieu-Daudé2023-03-022-0/+9
| * pcie: set power indicator to off on reset by defaultVladimir Sementsov-Ogievskiy2023-03-021-0/+1
| * pcie: introduce pcie_sltctl_powered_off() helperVladimir Sementsov-Ogievskiy2023-03-021-6/+10
| * pcie: pcie_cap_slot_enable_power() use correct helperVladimir Sementsov-Ogievskiy2023-03-021-2/+2
| * pcie_regs: drop duplicated indicator value macrosVladimir Sementsov-Ogievskiy2023-03-021-6/+7
| * pcie: pcie_cap_slot_write_config(): use correct macroVladimir Sementsov-Ogievskiy2023-03-021-2/+2
| * pci/shpc: refactor shpc_device_plug_common()Vladimir Sementsov-Ogievskiy2023-03-021-11/+8
| * pci/shpc: pass PCIDevice pointer to shpc_slot_command()Vladimir Sementsov-Ogievskiy2023-03-021-8/+10
| * pci/shpc: more generic handle hot-unplug in shpc_slot_command()Vladimir Sementsov-Ogievskiy2023-03-021-21/+31
| * pci/shpc: shpc_slot_command(): handle PWRONLY -> ENABLED transitionVladimir Sementsov-Ogievskiy2023-03-021-15/+9
| * pci/shpc: change shpc_get_status() return type to uint8_tVladimir Sementsov-Ogievskiy2023-03-021-2/+5
| * pci/shpc: set attention led to OFF on resetVladimir Sementsov-Ogievskiy2023-03-021-0/+1
* | hw/xen: Support MSI mapping to PIRQDavid Woodhouse2023-03-013-0/+37
|/
* hw/pci: Fix a typoPhilippe Mathieu-Daudé2023-02-271-1/+1
* net: Move the code to collect available NIC models to a separate functionThomas Huth2023-02-171-28/+1
* pci: make sure pci_bus_is_express() won't error out with "discards ‘constâ€...Igor Mammedov2023-01-281-1/+1
* pcihp: make bridge describe itself using AcpiDevAmlIfClass:build_dev_amlIgor Mammedov2023-01-281-0/+9
* pci: acpi: wire up AcpiDevAmlIf interface to generic bridgeIgor Mammedov2023-01-281-0/+5
* pci: acpi hotplug: rename x-native-hotplug to x-do-not-expose-native-hotplug-capIgor Mammedov2023-01-282-4/+5
* shpc: disallow unplug when power indicator is blinkingVladimir Sementsov-Ogievskiy2023-01-271-0/+7
* bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé2023-01-181-2/+2
* hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()Bernhard Beschow2023-01-131-3/+9
* hw/pci/pci_host: Trace config accesses on unexisting functionsPhilippe Mathieu-Daudé2023-01-131-0/+6
* include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster2023-01-084-3/+4
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell2022-12-211-11/+9
|\
| * pci: drop redundant PCIDeviceClass::is_bridge fieldIgor Mammedov2022-12-211-11/+9
* | pci: Reject pcie_aer_inject_error -c with symbolic error statusMarkus Armbruster2022-12-191-0/+5
* | pci: Improve do_pcie_aer_inject_error()'s error messagesMarkus Armbruster2022-12-191-15/+15
* | pci: Rename hmp_pcie_aer_inject_error()'s local variable @errMarkus Armbruster2022-12-191-17/+17
* | pci: Inline do_pcie_aer_inject_error() into its only callerMarkus Armbruster2022-12-191-35/+6
* | pci: Move HMP command from hw/pci/pcie_aer.c to pci-hmp-cmds.cMarkus Armbruster2022-12-194-111/+112
* | pci: Fix silent truncation of pcie_aer_inject_error argumentMarkus Armbruster2022-12-191-4/+5
* | pci: Move pcibus_dev_print() to pci-hmp-cmds.cMarkus Armbruster2022-12-193-38/+39
* | pci: Deduplicate get_class_desc()Markus Armbruster2022-12-191-6/+3
* | pci: Build hw/pci/pci-hmp-cmds.c only when CONFIG_PCIMarkus Armbruster2022-12-192-1/+6
* | pci: Make query-pci stub consistent with the real oneMarkus Armbruster2022-12-192-10/+1
* | pci: Move HMP commands from monitor/ to new hw/pci/pci-hmp-cmds.cMarkus Armbruster2022-12-192-0/+127
* | pci: Move QMP commands to new hw/pci/pci-qmp-cmds.cMarkus Armbruster2022-12-194-182/+224
* | pci: Clean up a few things checkpatch.pl would flag later onMarkus Armbruster2022-12-191-3/+6
|/
* pci: Use device_cold_reset() and bus_cold_reset()Peter Maydell2022-12-162-4/+4
* Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell2022-12-151-1/+0
|\
| * error: Drop a few superfluous ERRP_GUARD()Markus Armbruster2022-12-141-1/+0
* | qapi pci: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-141-2/+0
|/
* msix: Assert that specified vector is in rangeAkihiko Odaki2022-11-071-15/+9
* hw/pci: PCIe Data Object Exchange emulationHuai-Cheng Kuo2022-11-072-0/+368