aboutsummaryrefslogtreecommitdiff
path: root/hw/pci
AgeCommit message (Expand)Author
2023-01-13hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()Bernhard Beschow
2023-01-13hw/pci/pci_host: Trace config accesses on unexisting functionsPhilippe Mathieu-Daudé
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster
2022-12-21Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2022-12-21pci: drop redundant PCIDeviceClass::is_bridge fieldIgor Mammedov
2022-12-19pci: Reject pcie_aer_inject_error -c with symbolic error statusMarkus Armbruster
2022-12-19pci: Improve do_pcie_aer_inject_error()'s error messagesMarkus Armbruster
2022-12-19pci: Rename hmp_pcie_aer_inject_error()'s local variable @errMarkus Armbruster
2022-12-19pci: Inline do_pcie_aer_inject_error() into its only callerMarkus Armbruster
2022-12-19pci: Move HMP command from hw/pci/pcie_aer.c to pci-hmp-cmds.cMarkus Armbruster
2022-12-19pci: Fix silent truncation of pcie_aer_inject_error argumentMarkus Armbruster
2022-12-19pci: Move pcibus_dev_print() to pci-hmp-cmds.cMarkus Armbruster
2022-12-19pci: Deduplicate get_class_desc()Markus Armbruster
2022-12-19pci: Build hw/pci/pci-hmp-cmds.c only when CONFIG_PCIMarkus Armbruster
2022-12-19pci: Make query-pci stub consistent with the real oneMarkus Armbruster
2022-12-19pci: Move HMP commands from monitor/ to new hw/pci/pci-hmp-cmds.cMarkus Armbruster
2022-12-19pci: Move QMP commands to new hw/pci/pci-qmp-cmds.cMarkus Armbruster
2022-12-19pci: Clean up a few things checkpatch.pl would flag later onMarkus Armbruster
2022-12-16pci: Use device_cold_reset() and bus_cold_reset()Peter Maydell
2022-12-15Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell
2022-12-14qapi pci: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-14error: Drop a few superfluous ERRP_GUARD()Markus Armbruster
2022-11-07msix: Assert that specified vector is in rangeAkihiko Odaki
2022-11-07hw/pci: PCIe Data Object Exchange emulationHuai-Cheng Kuo
2022-06-30Merge tag 'trivial-branch-for-7.1-pull-request' of https://gitlab.com/laurent...Richard Henderson
2022-06-28Trivial: 3 char repeat typosDr. David Alan Gilbert
2022-06-27msi: fix MSI vector limit check in msi_set_mask()Jagannathan Raman
2022-06-15vfio-user: handle device interruptsJagannathan Raman
2022-06-10Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson
2022-06-09pci: fix overflow in snprintf string formattingClaudio Fontana
2022-06-08Fix 'writeable' typosPeter Maydell
2022-05-13pci/pcie_port: Add pci_find_port_by_pn()Jonathan Cameron
2022-05-13hw/cxl/rp: Add a root portBen Widawsky
2022-05-13hw/pxb: Allow creation of a CXL PXB (host bridge)Ben Widawsky
2022-05-13hw/pci/cxl: Add a CXL component type (interface)Ben Widawsky
2022-05-09Warn user if the vga flag is passed but no vga device is createdGautam Agrawal
2022-04-20pcie: Don't try triggering a LSI when not definedFrederic Barrat
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-18hw/pci/pci.c: Fix typos of "Firewire", and of "controller" on same lineRebecca Cran
2022-03-06acpi: pcihp: pcie: set power on cap on parent slotIgor Mammedov
2022-03-06pci: show id info when pci BDF conflictZhenzhong Duan
2022-03-06pcie: Add a helper to the SR/IOV APIŁukasz Gieryk
2022-03-06pcie: Add support for Single Root I/O Virtualization (SR/IOV)Knut Omang
2022-01-07pcie_aer: Don't trigger a LSI if none are definedFrederic Barrat
2022-01-07pci: Export the pci_intx() functionFrederic Barrat
2022-01-07trace-events,pci: unify trace events formatLaurent Vivier
2021-11-29Fix bad overflow check in hw/pci/pcie.cDaniella Lee
2021-11-15pcie: expire pending deleteGerd Hoffmann
2021-11-15pcie: fast unplug when slot power is offGerd Hoffmann