Age | Commit message (Expand) | Author | Files | Lines |
2025-01-15 | pci: ensure valid link status bits for downstream ports | Sebastian Ott | 1 | -4/+8 |
2024-11-04 | pcie: enable Extended tag field support | Marcin Juszkiewicz | 1 | -1/+7 |
2024-11-04 | hw/pcie: Provide a utility function for control of EP / SW USP link | Jonathan Cameron | 1 | -0/+18 |
2024-11-04 | hw/pcie: Factor out PCI Express link register filling common to EP. | Jonathan Cameron | 1 | -39/+48 |
2024-03-13 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Peter Maydell | 1 | -0/+8 |
2024-03-12 | pcie: Support PCIe Gen5/Gen6 link speeds | Lukas Stockner | 1 | -0/+8 |
2024-03-11 | hw/pci: add some convenient trace-events for pcie and shpc hotplug | Vladimir Sementsov-Ogievskiy | 1 | -0/+56 |
2023-07-10 | pcie: Specify 0 for ARI next function numbers | Akihiko Odaki | 1 | -1/+1 |
2023-07-10 | pcie: Use common ARI next function number | Akihiko Odaki | 1 | -1/+3 |
2023-07-10 | pcie: Add hotplug detect state register to cmask | Leonardo Bras | 1 | -0/+4 |
2023-07-10 | pcie: Add a PCIe capability version helper | Alex Williamson | 1 | -0/+7 |
2023-03-02 | pcie: set power indicator to off on reset by default | Vladimir Sementsov-Ogievskiy | 1 | -0/+1 |
2023-03-02 | pcie: introduce pcie_sltctl_powered_off() helper | Vladimir Sementsov-Ogievskiy | 1 | -6/+10 |
2023-03-02 | pcie: pcie_cap_slot_enable_power() use correct helper | Vladimir Sementsov-Ogievskiy | 1 | -2/+2 |
2023-03-02 | pcie_regs: drop duplicated indicator value macros | Vladimir Sementsov-Ogievskiy | 1 | -6/+7 |
2023-03-02 | pcie: pcie_cap_slot_write_config(): use correct macro | Vladimir Sementsov-Ogievskiy | 1 | -2/+2 |
2023-01-28 | pci: acpi hotplug: rename x-native-hotplug to x-do-not-expose-native-hotplug-cap | Igor Mammedov | 1 | -3/+3 |
2022-04-20 | pcie: Don't try triggering a LSI when not defined | Frederic Barrat | 1 | -2/+3 |
2022-03-06 | acpi: pcihp: pcie: set power on cap on parent slot | Igor Mammedov | 1 | -0/+11 |
2022-03-06 | pcie: Add support for Single Root I/O Virtualization (SR/IOV) | Knut Omang | 1 | -0/+5 |
2021-11-29 | Fix bad overflow check in hw/pci/pcie.c | Daniella Lee | 1 | -2/+2 |
2021-11-15 | pcie: expire pending delete | Gerd Hoffmann | 1 | -0/+2 |
2021-11-15 | pcie: fast unplug when slot power is off | Gerd Hoffmann | 1 | -0/+10 |
2021-11-15 | pcie: factor out pcie_cap_slot_unplug() | Gerd Hoffmann | 1 | -12/+20 |
2021-11-15 | pcie: add power indicator blink check | Gerd Hoffmann | 1 | -0/+7 |
2021-11-15 | pcie: implement slot power control for pcie root ports | Gerd Hoffmann | 1 | -0/+28 |
2021-11-01 | pci: Export pci_for_each_device_under_bus*() | Peter Xu | 1 | -3/+1 |
2021-07-16 | hw/pci/pcie: Do not set HPC flag if acpihp is used | Julia Suvorova | 1 | -1/+7 |
2021-04-06 | virtio-pci: compat page aligned ATS | Jason Wang | 1 | -4/+6 |
2021-02-23 | pcie: don't set link state active if the slot is empty | Laurent Vivier | 1 | -10/+9 |
2020-10-30 | pci: advertise a page aligned ATS | Jason Wang | 1 | -2/+3 |
2020-07-02 | qdev: Drop qbus_set_hotplug_handler() parameter @errp | Markus Armbruster | 1 | -1/+1 |
2020-06-15 | qdev: Convert to qdev_unrealize() with Coccinelle | Markus Armbruster | 1 | -1/+1 |
2020-06-09 | hw/pci/pcie: Move hot plug capability check to pre_plug callback | Julia Suvorova | 1 | -8/+11 |
2020-05-15 | qdev: Unrealize must not fail | Markus Armbruster | 1 | -1/+1 |
2020-05-04 | hw/pci/pcie: Replace PCI_DEVICE() casts with existing variable | Julia Suvorova | 1 | -3/+3 |
2020-05-04 | hw/pci/pcie: Forbid hot-plug if it's disabled on the slot | Julia Suvorova | 1 | -0/+19 |
2020-03-08 | pcie_root_port: Add hotplug disabling option | Julia Suvorova | 1 | -4/+7 |
2019-10-29 | pci: mark device having guest unplug request pending | Jens Freimann | 1 | -0/+3 |
2019-10-29 | pci: mark devices partially unplugged | Jens Freimann | 1 | -0/+3 |
2019-07-01 | pcie: minor cleanups for slot control/status | Michael S. Tsirkin | 1 | -6/+11 |
2019-07-01 | pcie: work around for racy guest init | Michael S. Tsirkin | 1 | -0/+19 |
2019-07-01 | pcie: check that slt ctrl changed before deleting | Michael S. Tsirkin | 1 | -2/+12 |
2019-07-01 | pcie: don't skip multi-mask events | Michael S. Tsirkin | 1 | -1/+1 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2019-03-12 | pcie: Add a simple PCIe ACS (Access Control Services) helper function | Knut Omang | 1 | -0/+38 |
2019-03-06 | qdev: Let the hotplug_handler_unplug() caller delete the device | David Hildenbrand | 1 | -1/+2 |
2019-02-22 | pci: Sanity test minimum downstream LNKSTA | Alex Williamson | 1 | -3/+10 |
2019-02-17 | qdev: pass an Object * to qbus_set_hotplug_handler() | Michael Roth | 1 | -1/+1 |
2019-01-14 | pci/pcie: stop plug/unplug if the slot is locked | David Hildenbrand | 1 | -8/+17 |