aboutsummaryrefslogtreecommitdiff
path: root/hw/pci/pcie.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-13Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell1-0/+8
2024-03-12pcie: Support PCIe Gen5/Gen6 link speedsLukas Stockner1-0/+8
2024-03-11hw/pci: add some convenient trace-events for pcie and shpc hotplugVladimir Sementsov-Ogievskiy1-0/+56
2023-07-10pcie: Specify 0 for ARI next function numbersAkihiko Odaki1-1/+1
2023-07-10pcie: Use common ARI next function numberAkihiko Odaki1-1/+3
2023-07-10pcie: Add hotplug detect state register to cmaskLeonardo Bras1-0/+4
2023-07-10pcie: Add a PCIe capability version helperAlex Williamson1-0/+7
2023-03-02pcie: set power indicator to off on reset by defaultVladimir Sementsov-Ogievskiy1-0/+1
2023-03-02pcie: introduce pcie_sltctl_powered_off() helperVladimir Sementsov-Ogievskiy1-6/+10
2023-03-02pcie: pcie_cap_slot_enable_power() use correct helperVladimir Sementsov-Ogievskiy1-2/+2
2023-03-02pcie_regs: drop duplicated indicator value macrosVladimir Sementsov-Ogievskiy1-6/+7
2023-03-02pcie: pcie_cap_slot_write_config(): use correct macroVladimir Sementsov-Ogievskiy1-2/+2
2023-01-28pci: acpi hotplug: rename x-native-hotplug to x-do-not-expose-native-hotplug-capIgor Mammedov1-3/+3
2022-04-20pcie: Don't try triggering a LSI when not definedFrederic Barrat1-2/+3
2022-03-06acpi: pcihp: pcie: set power on cap on parent slotIgor Mammedov1-0/+11
2022-03-06pcie: Add support for Single Root I/O Virtualization (SR/IOV)Knut Omang1-0/+5
2021-11-29Fix bad overflow check in hw/pci/pcie.cDaniella Lee1-2/+2
2021-11-15pcie: expire pending deleteGerd Hoffmann1-0/+2
2021-11-15pcie: fast unplug when slot power is offGerd Hoffmann1-0/+10
2021-11-15pcie: factor out pcie_cap_slot_unplug()Gerd Hoffmann1-12/+20
2021-11-15pcie: add power indicator blink checkGerd Hoffmann1-0/+7
2021-11-15pcie: implement slot power control for pcie root portsGerd Hoffmann1-0/+28
2021-11-01pci: Export pci_for_each_device_under_bus*()Peter Xu1-3/+1
2021-07-16hw/pci/pcie: Do not set HPC flag if acpihp is usedJulia Suvorova1-1/+7
2021-04-06virtio-pci: compat page aligned ATSJason Wang1-4/+6
2021-02-23pcie: don't set link state active if the slot is emptyLaurent Vivier1-10/+9
2020-10-30pci: advertise a page aligned ATSJason Wang1-2/+3
2020-07-02qdev: Drop qbus_set_hotplug_handler() parameter @errpMarkus Armbruster1-1/+1
2020-06-15qdev: Convert to qdev_unrealize() with CoccinelleMarkus Armbruster1-1/+1
2020-06-09hw/pci/pcie: Move hot plug capability check to pre_plug callbackJulia Suvorova1-8/+11
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-05-04hw/pci/pcie: Replace PCI_DEVICE() casts with existing variableJulia Suvorova1-3/+3
2020-05-04hw/pci/pcie: Forbid hot-plug if it's disabled on the slotJulia Suvorova1-0/+19
2020-03-08pcie_root_port: Add hotplug disabling optionJulia Suvorova1-4/+7
2019-10-29pci: mark device having guest unplug request pendingJens Freimann1-0/+3
2019-10-29pci: mark devices partially unpluggedJens Freimann1-0/+3
2019-07-01pcie: minor cleanups for slot control/statusMichael S. Tsirkin1-6/+11
2019-07-01pcie: work around for racy guest initMichael S. Tsirkin1-0/+19
2019-07-01pcie: check that slt ctrl changed before deletingMichael S. Tsirkin1-2/+12
2019-07-01pcie: don't skip multi-mask eventsMichael S. Tsirkin1-1/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-03-12pcie: Add a simple PCIe ACS (Access Control Services) helper functionKnut Omang1-0/+38
2019-03-06qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand1-1/+2
2019-02-22pci: Sanity test minimum downstream LNKSTAAlex Williamson1-3/+10
2019-02-17qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth1-1/+1
2019-01-14pci/pcie: stop plug/unplug if the slot is lockedDavid Hildenbrand1-8/+17
2018-12-20pci/pcie: perform unplug via the hotplug handlerDavid Hildenbrand1-1/+9
2018-12-20pci/pcie: rename hotplug handler callbacksDavid Hildenbrand1-9/+8
2018-12-19pcie: Fill PCIESlot link fields to support higher speeds and widthsAlex Williamson1-0/+74
2018-12-19pci: Sync PCIe downstream port LNKSTA on readAlex Williamson1-0/+39