summaryrefslogtreecommitdiffstats
path: root/hw/pci/pcie.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* pcie: Add support for PCIe CAP v1Dmitry Fleytman2016-06-021-18/+66
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* pcie: modify the capability size assertChen Fan2016-02-191-1/+1
* pci: Clean up includesPeter Maydell2016-01-291-0/+1
* fix bad indentation in pcie_cap_slot_write_config()Cao jin2015-11-061-6/+6
* enable multi-function hot-addCao jin2015-10-291-9/+9
* remove function during multi-function hot-addCao jin2015-10-291-5/+18
* pcie: Set the "link active" in the link status registerBenjamin Herrenschmidt2015-07-081-1/+1
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2015-06-221-1/+0Star
* pcie: correct mistaken register bit for End-End TLP Prefix BlockingChen Fan2015-03-181-1/+1
* pcie: fix improper use of negative valueGonglei2014-11-241-1/+1
* pcie: fix typo in pcie_cap_deverr_init()Gonglei2014-11-241-1/+1