summaryrefslogtreecommitdiff
path: root/hw/pci
AgeCommit message (Expand)Author
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
2021-11-15pcie: factor out pcie_cap_slot_unplug()Gerd Hoffmann
2021-11-15pcie: add power indicator blink checkGerd Hoffmann
2021-11-15pcie: implement slot power control for pcie root portsGerd Hoffmann
2021-11-15pci: implement power stateGerd Hoffmann
2021-11-15pcie: rename 'native-hotplug' to 'x-native-hotplug'Igor Mammedov
2021-11-01pci: Export pci_for_each_device_under_bus*()Peter Xu
2021-11-01pci: Define pci_bus_dev_fn/pci_bus_fn/pci_bus_ret_fnPeter Xu
2021-10-20pci: fix PCI resource reserve capability on BEMichael S. Tsirkin
2021-09-30qbus: Rename qbus_create() to qbus_new()Peter Maydell
2021-09-30qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell
2021-09-30pci: Rename pci_root_bus_new_inplace() to pci_root_bus_init()Peter Maydell
2021-07-16hw/pci: Add pci_bus_range() to get PCI bus number rangeXingang Wang
2021-07-16hw/pci/pci_host: Allow PCI host to bypass iommuXingang Wang
2021-07-16hw/pci/pcie: Do not set HPC flag if acpihp is usedJulia Suvorova
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-04-06virtio-pci: compat page aligned ATSJason Wang
2021-04-01pci: sprinkle assert in PCI pin numberIsaku Yamahata
2021-03-22pci: introduce acpi-index property for PCI deviceIgor Mammedov
2021-03-02hw/pci: Have safer pcie_bus_realize() by checking error pathPhilippe Mathieu-Daudé
2021-02-23pcie: don't set link state active if the slot is emptyLaurent Vivier
2021-02-23pci: cleanup failover sanity checkLaurent Vivier
2021-02-05pci: add romsize propertyPaolo Bonzini
2021-02-05pci: reject too large ROMsPaolo Bonzini