aboutsummaryrefslogtreecommitdiff
path: root/hw/pci/pcie.c
AgeCommit message (Expand)Author
2023-07-10pcie: Specify 0 for ARI next function numbersAkihiko Odaki
2023-07-10pcie: Use common ARI next function numberAkihiko Odaki
2023-07-10pcie: Add hotplug detect state register to cmaskLeonardo Bras
2023-07-10pcie: Add a PCIe capability version helperAlex Williamson
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-01-28pci: acpi hotplug: rename x-native-hotplug to x-do-not-expose-native-hotplug-capIgor Mammedov
2022-04-20pcie: Don't try triggering a LSI when not definedFrederic Barrat
2022-03-06acpi: pcihp: pcie: set power on cap on parent slotIgor Mammedov
2022-03-06pcie: Add support for Single Root I/O Virtualization (SR/IOV)Knut Omang
2021-11-29Fix bad overflow check in hw/pci/pcie.cDaniella Lee
2021-11-15pcie: expire pending deleteGerd Hoffmann
2021-11-15pcie: fast unplug when slot power is offGerd Hoffmann
2021-11-15pcie: factor out pcie_cap_slot_unplug()Gerd Hoffmann
2021-11-15pcie: add power indicator blink checkGerd Hoffmann
2021-11-15pcie: implement slot power control for pcie root portsGerd Hoffmann
2021-11-01pci: Export pci_for_each_device_under_bus*()Peter Xu
2021-07-16hw/pci/pcie: Do not set HPC flag if acpihp is usedJulia Suvorova
2021-04-06virtio-pci: compat page aligned ATSJason Wang
2021-02-23pcie: don't set link state active if the slot is emptyLaurent Vivier
2020-10-30pci: advertise a page aligned ATSJason Wang
2020-07-02qdev: Drop qbus_set_hotplug_handler() parameter @errpMarkus Armbruster
2020-06-15qdev: Convert to qdev_unrealize() with CoccinelleMarkus Armbruster
2020-06-09hw/pci/pcie: Move hot plug capability check to pre_plug callbackJulia Suvorova
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-05-04hw/pci/pcie: Replace PCI_DEVICE() casts with existing variableJulia Suvorova
2020-05-04hw/pci/pcie: Forbid hot-plug if it's disabled on the slotJulia Suvorova
2020-03-08pcie_root_port: Add hotplug disabling optionJulia Suvorova
2019-10-29pci: mark device having guest unplug request pendingJens Freimann
2019-10-29pci: mark devices partially unpluggedJens Freimann
2019-07-01pcie: minor cleanups for slot control/statusMichael S. Tsirkin
2019-07-01pcie: work around for racy guest initMichael S. Tsirkin
2019-07-01pcie: check that slt ctrl changed before deletingMichael S. Tsirkin
2019-07-01pcie: don't skip multi-mask eventsMichael S. Tsirkin
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-03-12pcie: Add a simple PCIe ACS (Access Control Services) helper functionKnut Omang
2019-03-06qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand
2019-02-22pci: Sanity test minimum downstream LNKSTAAlex Williamson
2019-02-17qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth
2019-01-14pci/pcie: stop plug/unplug if the slot is lockedDavid Hildenbrand
2018-12-20pci/pcie: perform unplug via the hotplug handlerDavid Hildenbrand
2018-12-20pci/pcie: rename hotplug handler callbacksDavid Hildenbrand
2018-12-19pcie: Fill PCIESlot link fields to support higher speeds and widthsAlex Williamson
2018-12-19pci: Sync PCIe downstream port LNKSTA on readAlex Williamson
2018-12-19pcie: Create enums for link speed and widthAlex Williamson
2018-12-19pcie: set link state inactive/active after hot unplug/plugZheng Xiang
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson