aboutsummaryrefslogtreecommitdiff
path: root/hw/pci
AgeCommit message (Expand)AuthorFilesLines
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
2021-01-28qapi: More complex uses of QAPI_LIST_APPENDEric Blake1-42/+18
2021-01-13pci/shpc: don't push attention button when ejecting powered-off deviceRoman Kagan1-2/+2
2021-01-01Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell1-0/+1
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster3-4/+4
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-12-15msix: assert that accesses are within boundsPaolo Bonzini1-0/+3
2020-12-15machine: introduce MachineInitPhasePaolo Bonzini1-1/+1
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-0/+1
2020-10-30pci: Disallow improper BAR registration for type 1Ben Widawsky1-0/+6
2020-10-30pci: Change error_report to assert(3)Ben Widawsky1-5/+1
2020-10-30pci: advertise a page aligned ATSJason Wang1-2/+3
2020-10-30pci: Assert irqnum is between 0 and bus->nirqs in pci_bus_change_irq_levelMark Cave-Ayland1-0/+2
2020-10-30hw/pci: Extract pci_bus_change_irq_level() from pci_change_irq_level()Philippe Mathieu-Daudé1-2/+7
2020-10-13hw/pci: Fix typo in PCI hot-plug error messageJulia Suvorova1-1/+1
2020-09-29qapi: Extract PCI commands to 'pci.json'Philippe Mathieu-Daudé2-2/+2
2020-09-22qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé1-1/+1
2020-08-21meson: convert hw/pciMarc-André Lureau2-14/+19
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-07-27hw/pci-host: save/restore pci host config registerHogan Wang1-0/+33
2020-07-02qdev: Drop qbus_set_hotplug_handler() parameter @errpMarkus Armbruster2-2/+2