summaryrefslogtreecommitdiff
path: root/hw/pci/pcie.c
AgeCommit message (Expand)Author
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
2017-07-03pci: Convert to realizeMao Zhongyi
2017-07-03pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi
2017-03-16hw/virtio: fix Link Control Register for PCI Express virtio devicesMarcel Apfelbaum
2017-03-16hw/pcie: fix Extended Configuration Space for devices with no Extended Capabi...Marcel Apfelbaum
2017-02-17pcie: simplify pcie_add_capability()Peter Xu
2017-02-17pci/pcie: don't assume cap id 0 is reservedMichael S. Tsirkin
2017-01-24pcie: fix typo in commentsCao jin
2017-01-10virtio-pci: address space translation service (ATS) supportJason Wang
2016-07-29pcie: fix link active status bit migrationMichael S. Tsirkin
2016-06-02pcie: Introduce function for DSN capability creationDmitry Fleytman
2016-06-02pcie: Add support for PCIe CAP v1Dmitry Fleytman
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-19pcie: modify the capability size assertChen Fan
2016-01-29pci: Clean up includesPeter Maydell
2015-11-06fix bad indentation in pcie_cap_slot_write_config()Cao jin
2015-10-29enable multi-function hot-addCao jin
2015-10-29remove function during multi-function hot-addCao jin
2015-07-08pcie: Set the "link active" in the link status registerBenjamin Herrenschmidt
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2015-03-18pcie: correct mistaken register bit for End-End TLP Prefix BlockingChen Fan
2014-11-24pcie: fix improper use of negative valueGonglei
2014-11-24pcie: fix typo in pcie_cap_deverr_init()Gonglei
2014-11-02pcie: change confused comment clearerGonglei
2014-10-15qdev: HotplugHandler: Rename unplug callback to unplug_requestIgor Mammedov
2014-08-25pcie: fix trailing whitespaceMichael S. Tsirkin
2014-08-25pcie: Rename the pcie_cap_ari_* functions to pcie_cap_arifwd_*Knut Omang
2014-08-25pcie: Fix incorrect write to the ari capability next function fieldKnut Omang
2014-06-23pcie: coding style tweakMichael S. Tsirkin
2014-06-23hw/pcie: better hotplug/hotunplug supportMarcel Apfelbaum
2014-06-23hw/pcie: implement power controller functionalityMarcel Apfelbaum
2014-06-23hw/pcie: correct debug messageMarcel Apfelbaum
2014-03-09PCIE: fix regression with coldplugged multifunction deviceIgor Mammedov
2014-02-10pci/pcie: convert PCIE hotplug to use hotplug-handler APIIgor Mammedov
2013-11-05qdev: Drop misleading qdev_free() functionStefan Hajnoczi
2013-10-14hw/pcie: AER and hot-plug events must use device's interruptMarcel Apfelbaum
2013-07-29pci-bridge: Turn PCIBridge into abstract QOM typeAndreas Färber
2013-03-26pcie: Add endpoint capability initialization wrapperAlex Williamson
2013-03-26pcie: Mangle types to match topologyAlex Williamson
2012-12-26pcie: Fix bug in pcie_ext_cap_set_nextKnut Omang
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-17pci: rename pci_internals.h pci_bus.hMichael S. Tsirkin
2012-12-17pci: fix path for local includesMichael S. Tsirkin
2012-12-17pci: move pci core code to hw/pciMichael S. Tsirkin