aboutsummaryrefslogtreecommitdiff
path: root/hw/pci
AgeCommit message (Expand)AuthorFilesLines
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
2021-11-29Fix bad overflow check in hw/pci/pcie.cDaniella Lee1-2/+2
2021-11-15pcie: expire pending deleteGerd Hoffmann1-0/+2
2021-11-15pcie: fast unplug when slot power is offGerd Hoffmann1-0/+10
2021-11-15pcie: factor out pcie_cap_slot_unplug()Gerd Hoffmann1-12/+20
2021-11-15pcie: add power indicator blink checkGerd Hoffmann1-0/+7
2021-11-15pcie: implement slot power control for pcie root portsGerd Hoffmann1-0/+28
2021-11-15pci: implement power stateGerd Hoffmann2-4/+27
2021-11-15pcie: rename 'native-hotplug' to 'x-native-hotplug'Igor Mammedov1-1/+1
2021-11-01pci: Export pci_for_each_device_under_bus*()Peter Xu2-8/+6
2021-11-01pci: Define pci_bus_dev_fn/pci_bus_fn/pci_bus_ret_fnPeter Xu1-14/+6
2021-10-20pci: fix PCI resource reserve capability on BEMichael S. Tsirkin1-5/+5
2021-09-30qbus: Rename qbus_create() to qbus_new()Peter Maydell1-1/+1
2021-09-30qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell2-3/+3
2021-09-30pci: Rename pci_root_bus_new_inplace() to pci_root_bus_init()Peter Maydell1-13/+13
2021-07-16hw/pci: Add pci_bus_range() to get PCI bus number rangeXingang Wang1-0/+16
2021-07-16hw/pci/pci_host: Allow PCI host to bypass iommuXingang Wang2-1/+18
2021-07-16hw/pci/pcie: Do not set HPC flag if acpihp is usedJulia Suvorova2-1/+8
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2-2/+0
2021-04-06virtio-pci: compat page aligned ATSJason Wang1-4/+6
2021-04-01pci: sprinkle assert in PCI pin numberIsaku Yamahata1-0/+3
2021-03-22pci: introduce acpi-index property for PCI deviceIgor Mammedov1-0/+1
2021-03-02hw/pci: Have safer pcie_bus_realize() by checking error pathPhilippe Mathieu-Daudé1-1/+6
2021-02-23pcie: don't set link state active if the slot is emptyLaurent Vivier1-10/+9
2021-02-23pci: cleanup failover sanity checkLaurent Vivier1-4/+2
2021-02-05pci: add romsize propertyPaolo Bonzini1-2/+17
2021-02-05pci: reject too large ROMsPaolo Bonzini1-2/+8