summaryrefslogtreecommitdiffstats
path: root/hw/pci
Commit message (Expand)AuthorAgeFilesLines
* 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
* pci: add romsize propertyPaolo Bonzini2021-02-051-2/+17
* pci: reject too large ROMsPaolo Bonzini2021-02-051-2/+8
* qapi: More complex uses of QAPI_LIST_APPENDEric Blake2021-01-281-42/+18Star
* pci/shpc: don't push attention button when ejecting powered-off deviceRoman Kagan2021-01-131-2/+2
* Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell2021-01-011-0/+1
|\
| * qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* | migration: Replace migration's JSON writer by the general oneMarkus Armbruster2020-12-193-4/+4
|/
* msix: assert that accesses are within boundsPaolo Bonzini2020-12-151-0/+3
* machine: introduce MachineInitPhasePaolo Bonzini2020-12-151-1/+1
* vl: extract softmmu/datadir.cPaolo Bonzini2020-12-101-0/+1
* pci: Disallow improper BAR registration for type 1Ben Widawsky2020-10-301-0/+6
* pci: Change error_report to assert(3)Ben Widawsky2020-10-301-5/+1Star
* pci: advertise a page aligned ATSJason Wang2020-10-301-2/+3
* pci: Assert irqnum is between 0 and bus->nirqs in pci_bus_change_irq_levelMark Cave-Ayland2020-10-301-0/+2