summaryrefslogtreecommitdiffstats
path: root/hw/pci/pcie.c
Commit message (Expand)AuthorAgeFilesLines
* 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-021-3/+1Star
* 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/+9Star
* 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/+0Star
* pcie: Add a simple PCIe ACS (Access Control Services) helper functionKnut Omang2019-03-131-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-151-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/+8Star
* 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
* pcie: Create enums for link speed and widthAlex Williamson2018-12-191-3/+4
* pcie: set link state inactive/active after hot unplug/plugZheng Xiang2018-12-191-0/+12
* pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson2017-12-051-2/+3
* pci: Convert to realizeMao Zhongyi2017-07-031-7/+17
* pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi2017-07-031-2/+8
* hw/virtio: fix Link Control Register for PCI Express virtio devicesMarcel Apfelbaum2017-03-161-0/+14
* hw/pcie: fix Extended Configuration Space for devices with no Extended Capabi...Marcel Apfelbaum2017-03-161-0/+6
* pcie: simplify pcie_add_capability()Peter Xu2017-02-171-11/+3Star
* pci/pcie: don't assume cap id 0 is reservedMichael S. Tsirkin2017-02-171-4/+7
* pcie: fix typo in commentsCao jin2017-01-241-1/+1
* virtio-pci: address space translation service (ATS) supportJason Wang2017-01-101-0/+15
* pcie: fix link active status bit migrationMichael S. Tsirkin2016-07-281-6/+18
* pcie: Introduce function for DSN capability creationDmitry Fleytman2016-06-021-0/+10