Age | Commit message (Expand) | Author | Files | Lines |
2019-10-29 | pci: mark device having guest unplug request pending | Jens Freimann | 1 | -0/+3 |
2019-10-29 | pci: mark devices partially unplugged | Jens Freimann | 1 | -0/+3 |
2019-07-01 | pcie: minor cleanups for slot control/status | Michael S. Tsirkin | 1 | -6/+11 |
2019-07-01 | pcie: work around for racy guest init | Michael S. Tsirkin | 1 | -0/+19 |
2019-07-01 | pcie: check that slt ctrl changed before deleting | Michael S. Tsirkin | 1 | -2/+12 |
2019-07-01 | pcie: don't skip multi-mask events | Michael S. Tsirkin | 1 | -1/+1 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2019-03-12 | pcie: Add a simple PCIe ACS (Access Control Services) helper function | Knut Omang | 1 | -0/+38 |
2019-03-06 | qdev: Let the hotplug_handler_unplug() caller delete the device | David Hildenbrand | 1 | -1/+2 |
2019-02-22 | pci: Sanity test minimum downstream LNKSTA | Alex Williamson | 1 | -3/+10 |
2019-02-17 | qdev: pass an Object * to qbus_set_hotplug_handler() | Michael Roth | 1 | -1/+1 |
2019-01-14 | pci/pcie: stop plug/unplug if the slot is locked | David Hildenbrand | 1 | -8/+17 |
2018-12-20 | pci/pcie: perform unplug via the hotplug handler | David Hildenbrand | 1 | -1/+9 |
2018-12-20 | pci/pcie: rename hotplug handler callbacks | David Hildenbrand | 1 | -9/+8 |
2018-12-19 | pcie: Fill PCIESlot link fields to support higher speeds and widths | Alex Williamson | 1 | -0/+74 |
2018-12-19 | pci: Sync PCIe downstream port LNKSTA on read | Alex Williamson | 1 | -0/+39 |
2018-12-19 | pcie: Create enums for link speed and width | Alex Williamson | 1 | -3/+4 |
2018-12-19 | pcie: set link state inactive/active after hot unplug/plug | Zheng Xiang | 1 | -0/+12 |
2017-12-05 | pci: Eliminate redundant PCIDevice::bus pointer | David Gibson | 1 | -2/+3 |
2017-07-03 | pci: Convert to realize | Mao Zhongyi | 1 | -7/+17 |
2017-07-03 | pci: Make errp the last parameter of pci_add_capability() | Mao Zhongyi | 1 | -2/+8 |
2017-03-16 | hw/virtio: fix Link Control Register for PCI Express virtio devices | Marcel Apfelbaum | 1 | -0/+14 |
2017-03-16 | hw/pcie: fix Extended Configuration Space for devices with no Extended Capabi... | Marcel Apfelbaum | 1 | -0/+6 |
2017-02-17 | pcie: simplify pcie_add_capability() | Peter Xu | 1 | -11/+3 |
2017-02-17 | pci/pcie: don't assume cap id 0 is reserved | Michael S. Tsirkin | 1 | -4/+7 |
2017-01-24 | pcie: fix typo in comments | Cao jin | 1 | -1/+1 |
2017-01-10 | virtio-pci: address space translation service (ATS) support | Jason Wang | 1 | -0/+15 |
2016-07-29 | pcie: fix link active status bit migration | Michael S. Tsirkin | 1 | -6/+18 |
2016-06-02 | pcie: Introduce function for DSN capability creation | Dmitry Fleytman | 1 | -0/+10 |
2016-06-02 | pcie: Add support for PCIe CAP v1 | Dmitry Fleytman | 1 | -18/+66 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-02-19 | pcie: modify the capability size assert | Chen Fan | 1 | -1/+1 |
2016-01-29 | pci: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-11-06 | fix bad indentation in pcie_cap_slot_write_config() | Cao jin | 1 | -6/+6 |
2015-10-29 | enable multi-function hot-add | Cao jin | 1 | -9/+9 |
2015-10-29 | remove function during multi-function hot-add | Cao jin | 1 | -5/+18 |
2015-07-08 | pcie: Set the "link active" in the link status register | Benjamin Herrenschmidt | 1 | -1/+1 |
2015-06-22 | Include qapi/qmp/qerror.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2015-03-18 | pcie: correct mistaken register bit for End-End TLP Prefix Blocking | Chen Fan | 1 | -1/+1 |
2014-11-24 | pcie: fix improper use of negative value | Gonglei | 1 | -1/+1 |
2014-11-24 | pcie: fix typo in pcie_cap_deverr_init() | Gonglei | 1 | -1/+1 |
2014-11-02 | pcie: change confused comment clearer | Gonglei | 1 | -1/+1 |
2014-10-15 | qdev: HotplugHandler: Rename unplug callback to unplug_request | Igor Mammedov | 1 | -2/+2 |
2014-08-25 | pcie: fix trailing whitespace | Michael S. Tsirkin | 1 | -1/+1 |
2014-08-25 | pcie: Rename the pcie_cap_ari_* functions to pcie_cap_arifwd_* | Knut Omang | 1 | -5/+6 |
2014-08-25 | pcie: Fix incorrect write to the ari capability next function field | Knut Omang | 1 | -1/+1 |
2014-06-23 | pcie: coding style tweak | Michael S. Tsirkin | 1 | -5/+3 |
2014-06-23 | hw/pcie: better hotplug/hotunplug support | Marcel Apfelbaum | 1 | -5/+24 |
2014-06-23 | hw/pcie: implement power controller functionality | Marcel Apfelbaum | 1 | -1/+32 |
2014-06-23 | hw/pcie: correct debug message | Marcel Apfelbaum | 1 | -1/+1 |