aboutsummaryrefslogtreecommitdiff
path: root/hw/pci
AgeCommit message (Expand)Author
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
2021-01-28qapi: More complex uses of QAPI_LIST_APPENDEric Blake
2021-01-13pci/shpc: don't push attention button when ejecting powered-off deviceRoman Kagan
2021-01-01Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-12-15msix: assert that accesses are within boundsPaolo Bonzini
2020-12-15machine: introduce MachineInitPhasePaolo Bonzini
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini
2020-10-30pci: Disallow improper BAR registration for type 1Ben Widawsky
2020-10-30pci: Change error_report to assert(3)Ben Widawsky
2020-10-30pci: advertise a page aligned ATSJason Wang
2020-10-30pci: Assert irqnum is between 0 and bus->nirqs in pci_bus_change_irq_levelMark Cave-Ayland