- 1768e97 pcie: set power indicator to off on reset by default by Vladimir Sementsov-Ogievskiy · 2 years ago
- 5aaed9c pcie: introduce pcie_sltctl_powered_off() helper by Vladimir Sementsov-Ogievskiy · 2 years ago
- f90d932 pcie: pcie_cap_slot_enable_power() use correct helper by Vladimir Sementsov-Ogievskiy · 2 years ago
- 0a80f1c pcie_regs: drop duplicated indicator value macros by Vladimir Sementsov-Ogievskiy · 2 years ago
- cd6992c pcie: pcie_cap_slot_write_config(): use correct macro by Vladimir Sementsov-Ogievskiy · 2 years ago
- 1d77e15 pci: acpi hotplug: rename x-native-hotplug to x-do-not-expose-native-hotplug-cap by Igor Mammedov · 2 years, 1 month ago
- 2e86567 pcie: Don't try triggering a LSI when not defined by Frederic Barrat · 2 years, 10 months ago
- 6b0969f acpi: pcihp: pcie: set power on cap on parent slot by Igor Mammedov · 2 years, 11 months ago
- 7c0fa8d pcie: Add support for Single Root I/O Virtualization (SR/IOV) by Knut Omang · 3 years ago
- bacf58c Fix bad overflow check in hw/pci/pcie.c by Daniella Lee · 3 years, 2 months ago
- 18416c6 pcie: expire pending delete by Gerd Hoffmann · 3 years, 3 months ago
- 0d33415 pcie: fast unplug when slot power is off by Gerd Hoffmann · 3 years, 3 months ago
- 44242d4 pcie: factor out pcie_cap_slot_unplug() by Gerd Hoffmann · 3 years, 3 months ago
- 81124b3 pcie: add power indicator blink check by Gerd Hoffmann · 3 years, 3 months ago
- d5daff7 pcie: implement slot power control for pcie root ports by Gerd Hoffmann · 3 years, 3 months ago
- 2914fc6 pci: Export pci_for_each_device_under_bus*() by Peter Xu · 3 years, 3 months ago
- 3f3cbbb hw/pci/pcie: Do not set HPC flag if acpihp is used by Julia Suvorova · 3 years, 7 months ago
- d83f46d virtio-pci: compat page aligned ATS by Jason Wang · 3 years, 10 months ago
- df72184 pcie: don't set link state active if the slot is empty by Laurent Vivier · 4 years ago
- 4c70875 pci: advertise a page aligned ATS by Jason Wang · 4 years, 5 months ago
- 9bc6bfd qdev: Drop qbus_set_hotplug_handler() parameter @errp by Markus Armbruster · 4 years, 7 months ago
- 981c3dc qdev: Convert to qdev_unrealize() with Coccinelle by Markus Armbruster · 4 years, 8 months ago
- 0dabc0f hw/pci/pcie: Move hot plug capability check to pre_plug callback by Julia Suvorova · 4 years, 8 months ago
- b69c3c2 qdev: Unrealize must not fail by Markus Armbruster · 4 years, 9 months ago
- 6a1e073 hw/pci/pcie: Replace PCI_DEVICE() casts with existing variable by Julia Suvorova · 4 years, 9 months ago
- 0501e1a hw/pci/pcie: Forbid hot-plug if it's disabled on the slot by Julia Suvorova · 4 years, 9 months ago
- 530a096 pcie_root_port: Add hotplug disabling option by Julia Suvorova · 5 years ago
- c000a9b pci: mark device having guest unplug request pending by Jens Freimann · 5 years ago
- a99c4da pci: mark devices partially unplugged by Jens Freimann · 5 years ago
- d85d65c pcie: minor cleanups for slot control/status by Michael S. Tsirkin · 6 years ago
- 110c477 pcie: work around for racy guest init by Michael S. Tsirkin · 6 years ago
- 2841ab4 pcie: check that slt ctrl changed before deleting by Michael S. Tsirkin · 6 years ago
- 861dc73 pcie: don't skip multi-mask events by Michael S. Tsirkin · 6 years ago
- a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
- db891a9 pcie: Add a simple PCIe ACS (Access Control Services) helper function by Knut Omang · 6 years ago
- 07578b0 qdev: Let the hotplug_handler_unplug() caller delete the device by David Hildenbrand · 6 years ago
- 88c8691 pci: Sanity test minimum downstream LNKSTA by Alex Williamson · 6 years ago
- 94d1cc5 qdev: pass an Object * to qbus_set_hotplug_handler() by Michael Roth · 6 years ago
- b973185 pci/pcie: stop plug/unplug if the slot is locked by David Hildenbrand · 6 years ago
- a1952d0 pci/pcie: perform unplug via the hotplug handler by David Hildenbrand · 6 years ago
- 5571727 pci/pcie: rename hotplug handler callbacks by David Hildenbrand · 6 years ago
- 3d67447 pcie: Fill PCIESlot link fields to support higher speeds and widths by Alex Williamson · 6 years ago
- 727b486 pci: Sync PCIe downstream port LNKSTA on read by Alex Williamson · 6 years ago
- d96a0ac pcie: Create enums for link speed and width by Alex Williamson · 6 years ago
- 2f2b18f pcie: set link state inactive/active after hot unplug/plug by Zheng Xiang · 6 years ago
- fd56e06 pci: Eliminate redundant PCIDevice::bus pointer by David Gibson · 7 years ago
- f8cd1b0 pci: Convert to realize by Mao Zhongyi · 8 years ago
- 9a7c2a5 pci: Make errp the last parameter of pci_add_capability() by Mao Zhongyi · 8 years ago
- d584f1b hw/virtio: fix Link Control Register for PCI Express virtio devices by Marcel Apfelbaum · 8 years ago
- f03d8ea hw/pcie: fix Extended Configuration Space for devices with no Extended Capabilities by Marcel Apfelbaum · 8 years ago
- d4e9b75 pcie: simplify pcie_add_capability() by Peter Xu · 8 years ago
- 4bb571d pci/pcie: don't assume cap id 0 is reserved by Michael S. Tsirkin · 8 years ago
- d62d1eb pcie: fix typo in comments by Cao jin · 8 years ago
- 615c4ed virtio-pci: address space translation service (ATS) support by Jason Wang · 8 years ago
- 6b44954 pcie: fix link active status bit migration by Michael S. Tsirkin · 9 years ago
- b56b928 pcie: Introduce function for DSN capability creation by Dmitry Fleytman · 9 years ago
- 6383292 pcie: Add support for PCIe CAP v1 by Dmitry Fleytman · 9 years ago
- da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
- 79095ef pcie: modify the capability size assert by Chen Fan · 9 years ago
- 97d5408 pci: Clean up includes by Peter Maydell · 9 years ago
- 6ba9fe8 fix bad indentation in pcie_cap_slot_write_config() by Cao jin · 9 years ago
- 3f1e147 enable multi-function hot-add by Cao jin · 9 years ago
- 0d1c7d8 remove function during multi-function hot-add by Cao jin · 9 years ago
- b2101ea pcie: Set the "link active" in the link status register by Benjamin Herrenschmidt · 10 years ago
- cc7a8ea Include qapi/qmp/qerror.h exactly where needed by Markus Armbruster · 10 years ago
- 30b04f8 pcie: correct mistaken register bit for End-End TLP Prefix Blocking by Chen Fan · 10 years ago
- 6c150fb pcie: fix improper use of negative value by Gonglei · 10 years ago
- 8e815ee pcie: fix typo in pcie_cap_deverr_init() by Gonglei · 10 years ago
- 4d5e17a pcie: change confused comment clearer by Gonglei · 10 years ago
- 14d5a28 qdev: HotplugHandler: Rename unplug callback to unplug_request by Igor Mammedov · 10 years ago
- 187de91 pcie: fix trailing whitespace by Michael S. Tsirkin · 10 years ago
- 821be9d pcie: Rename the pcie_cap_ari_* functions to pcie_cap_arifwd_* by Knut Omang · 10 years ago
- ec70b46 pcie: Fix incorrect write to the ari capability next function field by Knut Omang · 10 years ago
- 20de98a pcie: coding style tweak by Michael S. Tsirkin · 11 years ago
- 554f802 hw/pcie: better hotplug/hotunplug support by Marcel Apfelbaum · 11 years ago
- f23b6bd hw/pcie: implement power controller functionality by Marcel Apfelbaum · 11 years ago
- e4bcd27 hw/pcie: correct debug message by Marcel Apfelbaum · 11 years ago
- 6e1f0a5 PCIE: fix regression with coldplugged multifunction device by Igor Mammedov · 11 years ago
- a66e657 pci/pcie: convert PCIE hotplug to use hotplug-handler API by Igor Mammedov · 11 years ago
- 02a5c4c qdev: Drop misleading qdev_free() function by Stefan Hajnoczi · 11 years ago
- 5a03e70 hw/pcie: AER and hot-plug events must use device's interrupt by Marcel Apfelbaum · 11 years ago
- f055e96 pci-bridge: Turn PCIBridge into abstract QOM type by Andreas Färber · 12 years ago
- 6214e73 pcie: Add endpoint capability initialization wrapper by Alex Williamson · 12 years ago
- eb28cb1 pcie: Mangle types to match topology by Alex Williamson · 12 years ago
- 812d259 pcie: Fix bug in pcie_ext_cap_set_next by Knut Omang · 12 years ago
- 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
- 06aac7b pci: rename pci_internals.h pci_bus.h by Michael S. Tsirkin · 12 years ago
- c759b24 pci: fix path for local includes by Michael S. Tsirkin · 12 years ago
- 315a135 pci: move pci core code to hw/pci by Michael S. Tsirkin · 12 years ago[Renamed from hw/pcie.c]
- 40021f0 pci: convert to QEMU Object Model by Anthony Liguori · 13 years ago
- 1553d4f pcie/slot: fix hotplug event by Isaku Yamahata · 13 years ago
- a1c7273 Fix typos in comments and code (occured -> occurred and related) by Stefan Weil · 14 years ago
- d8dfad9 Use qemu-common.h or qemu-timer.h in place of sysemu.h by Blue Swirl · 14 years ago
- 0ead87c pcie: add flr support by Isaku Yamahata · 14 years ago
- 4a9dd66 pci: untangle pci/msi dependency by Michael S. Tsirkin · 14 years ago
- 4cff0a5 pci: allow hotplug removal of cold-plugged devices by Michael S. Tsirkin · 14 years ago
- 804b207 pcie: update satus on reset by Michael S. Tsirkin · 14 years ago
- 6bde6aa pcie: clean up hot plug notification by Michael S. Tsirkin · 14 years ago
- ac0cdda pcie: simplify range check by Michael S. Tsirkin · 14 years ago
- 5afb986 Introduce range.h by Blue Swirl · 14 years ago