aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pci/pcie.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into stagingPeter Maydell2024-03-131-0/+8
|\
| * pcie: Support PCIe Gen5/Gen6 link speedsLukas Stockner2024-03-121-0/+8
* | hw/pci: add some convenient trace-events for pcie and shpc hotplugVladimir Sementsov-Ogievskiy2024-03-111-0/+56
|/
* pcie: Specify 0 for ARI next function numbersAkihiko Odaki2023-07-101-1/+1
* pcie: Use common ARI next function numberAkihiko Odaki2023-07-101-1/+3
* pcie: Add hotplug detect state register to cmaskLeonardo Bras2023-07-101-0/+4
* pcie: Add a PCIe capability version helperAlex Williamson2023-07-101-0/+7
* 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: acpi hotplug: rename x-native-hotplug to x-do-not-expose-native-hotplug-capIgor Mammedov2023-01-281-3/+3
* pcie: Don't try triggering a LSI when not definedFrederic Barrat2022-04-201-2/+3
* acpi: pcihp: pcie: set power on cap on parent slotIgor Mammedov2022-03-061-0/+11
* pcie: Add support for Single Root I/O Virtualization (SR/IOV)Knut Omang2022-03-061-0/+5
* Fix bad overflow check in hw/pci/pcie.cDaniella Lee2021-11-291-2/+2
* pcie: expire pending deleteGerd Hoffmann2021-11-151-0/+2
* pcie: fast unplug when slot power is offGerd Hoffmann2021-11-151-0/+10
* pcie: factor out pcie_cap_slot_unplug()Gerd Hoffmann2021-11-151-12/+20
* pcie: add power indicator blink checkGerd Hoffmann2021-11-151-0/+7
* pcie: implement slot power control for pcie root portsGerd Hoffmann2021-11-151-0/+28
* pci: Export pci_for_each_device_under_bus*()Peter Xu2021-11-011-3/+1
* hw/pci/pcie: Do not set HPC flag if acpihp is usedJulia Suvorova2021-07-161-1/+7
* virtio-pci: compat page aligned ATSJason Wang2021-04-061-4/+6
* pcie: don't set link state active if the slot is emptyLaurent Vivier2021-02-231-10/+9
* pci: advertise a page aligned ATSJason Wang2020-10-301-2/+3
* qdev: Drop qbus_set_hotplug_handler() parameter @errpMarkus Armbruster2020-07-021-1/+1
* qdev: Convert to qdev_unrealize() with CoccinelleMarkus Armbruster2020-06-151-1/+1
* hw/pci/pcie: Move hot plug capability check to pre_plug callbackJulia Suvorova2020-06-091-8/+11
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-1/+1
* hw/pci/pcie: Replace PCI_DEVICE() casts with existing variableJulia Suvorova2020-05-041-3/+3
* hw/pci/pcie: Forbid hot-plug if it's disabled on the slotJulia Suvorova2020-05-041-0/+19
* pcie_root_port: Add hotplug disabling optionJulia Suvorova2020-03-081-4/+7
* pci: mark device having guest unplug request pendingJens Freimann2019-10-291-0/+3
* pci: mark devices partially unpluggedJens Freimann2019-10-291-0/+3
* pcie: minor cleanups for slot control/statusMichael S. Tsirkin2019-07-011-6/+11
* pcie: work around for racy guest initMichael S. Tsirkin2019-07-011-0/+19
* pcie: check that slt ctrl changed before deletingMichael S. Tsirkin2019-07-011-2/+12
* pcie: don't skip multi-mask eventsMichael S. Tsirkin2019-07-011-1/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0
* pcie: Add a simple PCIe ACS (Access Control Services) helper functionKnut Omang2019-03-121-0/+38
* qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand2019-03-061-1/+2
* pci: Sanity test minimum downstream LNKSTAAlex Williamson2019-02-221-3/+10
* qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth2019-02-171-1/+1
* pci/pcie: stop plug/unplug if the slot is lockedDavid Hildenbrand2019-01-141-8/+17
* pci/pcie: perform unplug via the hotplug handlerDavid Hildenbrand2018-12-201-1/+9
* pci/pcie: rename hotplug handler callbacksDavid Hildenbrand2018-12-201-9/+8
* pcie: Fill PCIESlot link fields to support higher speeds and widthsAlex Williamson2018-12-191-0/+74
* pci: Sync PCIe downstream port LNKSTA on readAlex Williamson2018-12-191-0/+39