summaryrefslogtreecommitdiffstats
path: root/hw/pci
Commit message (Expand)AuthorAgeFilesLines
* msix: Assert that specified vector is in rangeAkihiko Odaki2022-11-071-15/+9Star
* hw/pci: PCIe Data Object Exchange emulationHuai-Cheng Kuo2022-11-072-0/+368
* Merge tag 'trivial-branch-for-7.1-pull-request' of https://gitlab.com/laurent...Richard Henderson2022-06-302-2/+3
|\
| * Trivial: 3 char repeat typosDr. David Alan Gilbert2022-06-282-2/+3
* | msi: fix MSI vector limit check in msi_set_mask()Jagannathan Raman2022-06-281-2/+2
|/
* vfio-user: handle device interruptsJagannathan Raman2022-06-153-7/+90
* Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson2022-06-111-9/+9
|\
| * pci: fix overflow in snprintf string formattingClaudio Fontana2022-06-101-9/+9
* | Fix 'writeable' typosPeter Maydell2022-06-081-1/+1
|/
* pci/pcie_port: Add pci_find_port_by_pn()Jonathan Cameron2022-05-131-0/+25
* hw/cxl/rp: Add a root portBen Widawsky2022-05-131-1/+3
* hw/pxb: Allow creation of a CXL PXB (host bridge)Ben Widawsky2022-05-131-0/+7
* hw/pci/cxl: Add a CXL component type (interface)Ben Widawsky2022-05-131-0/+10
* Warn user if the vga flag is passed but no vga device is createdGautam Agrawal2022-05-091-0/+1
* pcie: Don't try triggering a LSI when not definedFrederic Barrat2022-04-202-3/+4
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-1/+1
* hw/pci/pci.c: Fix typos of "Firewire", and of "controller" on same lineRebecca Cran2022-03-181-1/+1
* acpi: pcihp: pcie: set power on cap on parent slotIgor Mammedov2022-03-061-0/+11
* pci: show id info when pci BDF conflictZhenzhong Duan2022-03-061-2/+2
* pcie: Add a helper to the SR/IOV APIŁukasz Gieryk2022-03-061-1/+9
* pcie: Add support for Single Root I/O Virtualization (SR/IOV)Knut Omang2022-03-065-23/+382
* pcie_aer: Don't trigger a LSI if none are definedFrederic Barrat2022-01-071-1/+3
* pci: Export the pci_intx() functionFrederic Barrat2022-01-071-5/+0Star
* trace-events,pci: unify trace events formatLaurent Vivier2022-01-073-8/+10
* Fix bad overflow check in hw/pci/pcie.cDaniella Lee2021-11-291-2/+2
* pcie: expire pending deleteGerd Hoffmann2021-11-151-0/+2
* pcie: fast unplug when slot power is offGerd Hoffmann2021-11-151-0/+10
* pcie: factor out pcie_cap_slot_unplug()Gerd Hoffmann2021-11-151-12/+20
* pcie: add power indicator blink checkGerd Hoffmann2021-11-151-0/+7
* pcie: implement slot power control for pcie root portsGerd Hoffmann2021-11-151-0/+28
* pci: implement power stateGerd Hoffmann2021-11-152-4/+27
* pcie: rename 'native-hotplug' to 'x-native-hotplug'Igor Mammedov2021-11-151-1/+1
* pci: Export pci_for_each_device_under_bus*()Peter Xu2021-11-022-8/+6Star
* pci: Define pci_bus_dev_fn/pci_bus_fn/pci_bus_ret_fnPeter Xu2021-11-021-14/+6Star
* pci: fix PCI resource reserve capability on BEMichael S. Tsirkin2021-10-201-5/+5
* qbus: Rename qbus_create() to qbus_new()Peter Maydell2021-09-301-1/+1
* qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell2021-09-302-3/+3
* pci: Rename pci_root_bus_new_inplace() to pci_root_bus_init()Peter Maydell2021-09-301-13/+13
* hw/pci: Add pci_bus_range() to get PCI bus number rangeXingang Wang2021-07-161-0/+16
* hw/pci/pci_host: Allow PCI host to bypass iommuXingang Wang2021-07-162-1/+18
* hw/pci/pcie: Do not set HPC flag if acpihp is usedJulia Suvorova2021-07-162-1/+8
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-022-2/+0Star
* virtio-pci: compat page aligned ATSJason Wang2021-04-061-4/+6
* pci: sprinkle assert in PCI pin numberIsaku Yamahata2021-04-011-0/+3
* pci: introduce acpi-index property for PCI deviceIgor Mammedov2021-03-221-0/+1
* hw/pci: Have safer pcie_bus_realize() by checking error pathPhilippe Mathieu-Daudé2021-03-021-1/+6
* pcie: don't set link state active if the slot is emptyLaurent Vivier2021-02-231-10/+9Star
* pci: cleanup failover sanity checkLaurent Vivier2021-02-231-4/+2Star