aboutsummaryrefslogtreecommitdiff
path: root/hw/pci/pcie.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-19pcie: Create enums for link speed and widthAlex Williamson1-3/+4
2018-12-19pcie: set link state inactive/active after hot unplug/plugZheng Xiang1-0/+12
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson1-2/+3
2017-07-03pci: Convert to realizeMao Zhongyi1-7/+17
2017-07-03pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi1-2/+8
2017-03-16hw/virtio: fix Link Control Register for PCI Express virtio devicesMarcel Apfelbaum1-0/+14
2017-03-16hw/pcie: fix Extended Configuration Space for devices with no Extended Capabi...Marcel Apfelbaum1-0/+6
2017-02-17pcie: simplify pcie_add_capability()Peter Xu1-11/+3
2017-02-17pci/pcie: don't assume cap id 0 is reservedMichael S. Tsirkin1-4/+7
2017-01-24pcie: fix typo in commentsCao jin1-1/+1
2017-01-10virtio-pci: address space translation service (ATS) supportJason Wang1-0/+15
2016-07-29pcie: fix link active status bit migrationMichael S. Tsirkin1-6/+18
2016-06-02pcie: Introduce function for DSN capability creationDmitry Fleytman1-0/+10
2016-06-02pcie: Add support for PCIe CAP v1Dmitry Fleytman1-18/+66
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-19pcie: modify the capability size assertChen Fan1-1/+1
2016-01-29pci: Clean up includesPeter Maydell1-0/+1
2015-11-06fix bad indentation in pcie_cap_slot_write_config()Cao jin1-6/+6
2015-10-29enable multi-function hot-addCao jin1-9/+9
2015-10-29remove function during multi-function hot-addCao jin1-5/+18
2015-07-08pcie: Set the "link active" in the link status registerBenjamin Herrenschmidt1-1/+1
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-1/+0
2015-03-18pcie: correct mistaken register bit for End-End TLP Prefix BlockingChen Fan1-1/+1
2014-11-24pcie: fix improper use of negative valueGonglei1-1/+1