aboutsummaryrefslogtreecommitdiff
path: root/hw/pci
AgeCommit message (Expand)AuthorFilesLines
2023-01-28pci: acpi hotplug: rename x-native-hotplug to x-do-not-expose-native-hotplug-capIgor Mammedov2-4/+5
2023-01-27shpc: disallow unplug when power indicator is blinkingVladimir Sementsov-Ogievskiy1-0/+7
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé1-2/+2
2023-01-13hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()Bernhard Beschow1-3/+9
2023-01-13hw/pci/pci_host: Trace config accesses on unexisting functionsPhilippe Mathieu-Daudé1-0/+6
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster4-3/+4
2022-12-21Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell1-11/+9
2022-12-21pci: drop redundant PCIDeviceClass::is_bridge fieldIgor Mammedov1-11/+9
2022-12-19pci: Reject pcie_aer_inject_error -c with symbolic error statusMarkus Armbruster1-0/+5
2022-12-19pci: Improve do_pcie_aer_inject_error()'s error messagesMarkus Armbruster1-15/+15
2022-12-19pci: Rename hmp_pcie_aer_inject_error()'s local variable @errMarkus Armbruster1-17/+17
2022-12-19pci: Inline do_pcie_aer_inject_error() into its only callerMarkus Armbruster1-35/+6
2022-12-19pci: Move HMP command from hw/pci/pcie_aer.c to pci-hmp-cmds.cMarkus Armbruster4-111/+112
2022-12-19pci: Fix silent truncation of pcie_aer_inject_error argumentMarkus Armbruster1-4/+5
2022-12-19pci: Move pcibus_dev_print() to pci-hmp-cmds.cMarkus Armbruster3-38/+39
2022-12-19pci: Deduplicate get_class_desc()Markus Armbruster1-6/+3
2022-12-19pci: Build hw/pci/pci-hmp-cmds.c only when CONFIG_PCIMarkus Armbruster2-1/+6
2022-12-19pci: Make query-pci stub consistent with the real oneMarkus Armbruster2-10/+1
2022-12-19pci: Move HMP commands from monitor/ to new hw/pci/pci-hmp-cmds.cMarkus Armbruster2-0/+127
2022-12-19pci: Move QMP commands to new hw/pci/pci-qmp-cmds.cMarkus Armbruster4-182/+224
2022-12-19pci: Clean up a few things checkpatch.pl would flag later onMarkus Armbruster1-3/+6
2022-12-16pci: Use device_cold_reset() and bus_cold_reset()Peter Maydell2-4/+4
2022-12-15Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell1-1/+0
2022-12-14qapi pci: Elide redundant has_FOO in generated CMarkus Armbruster1-2/+0
2022-12-14error: Drop a few superfluous ERRP_GUARD()Markus Armbruster1-1/+0
2022-11-07msix: Assert that specified vector is in rangeAkihiko Odaki1-15/+9
2022-11-07hw/pci: PCIe Data Object Exchange emulationHuai-Cheng Kuo2-0/+368
2022-06-30Merge tag 'trivial-branch-for-7.1-pull-request' of https://gitlab.com/laurent...Richard Henderson2-2/+3
2022-06-28Trivial: 3 char repeat typosDr. David Alan Gilbert2-2/+3
2022-06-27msi: fix MSI vector limit check in msi_set_mask()Jagannathan Raman1-2/+2
2022-06-15vfio-user: handle device interruptsJagannathan Raman3-7/+90
2022-06-10Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson1-9/+9
2022-06-09pci: fix overflow in snprintf string formattingClaudio Fontana1-9/+9
2022-06-08Fix 'writeable' typosPeter Maydell1-1/+1
2022-05-13pci/pcie_port: Add pci_find_port_by_pn()Jonathan Cameron1-0/+25
2022-05-13hw/cxl/rp: Add a root portBen Widawsky1-1/+3
2022-05-13hw/pxb: Allow creation of a CXL PXB (host bridge)Ben Widawsky1-0/+7
2022-05-13hw/pci/cxl: Add a CXL component type (interface)Ben Widawsky1-0/+10
2022-05-09Warn user if the vga flag is passed but no vga device is createdGautam Agrawal1-0/+1
2022-04-20pcie: Don't try triggering a LSI when not definedFrederic Barrat2-3/+4
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2022-03-18hw/pci/pci.c: Fix typos of "Firewire", and of "controller" on same lineRebecca Cran1-1/+1
2022-03-06acpi: pcihp: pcie: set power on cap on parent slotIgor Mammedov1-0/+11
2022-03-06pci: show id info when pci BDF conflictZhenzhong Duan1-2/+2
2022-03-06pcie: Add a helper to the SR/IOV APIŁukasz Gieryk1-1/+9
2022-03-06pcie: Add support for Single Root I/O Virtualization (SR/IOV)Knut Omang5-23/+382
2022-01-07pcie_aer: Don't trigger a LSI if none are definedFrederic Barrat1-1/+3
2022-01-07pci: Export the pci_intx() functionFrederic Barrat1-5/+0
2022-01-07trace-events,pci: unify trace events formatLaurent Vivier3-8/+10