aboutsummaryrefslogtreecommitdiff
path: root/hw/pci/pci_host.c
AgeCommit message (Expand)Author
2023-08-03pci: do not respond config requests after PCI device ejectYuri Benditovich
2023-07-10hw/pci/pci_host: Introduce PCI_HOST_BYPASS_IOMMU macroBernhard Beschow
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé
2023-01-13hw/pci/pci_host: Trace config accesses on unexisting functionsPhilippe Mathieu-Daudé
2022-01-07trace-events,pci: unify trace events formatLaurent Vivier
2021-11-15pci: implement power stateGerd Hoffmann
2021-07-16hw/pci/pci_host: Allow PCI host to bypass iommuXingang Wang
2020-07-27hw/pci-host: save/restore pci host config registerHogan Wang
2020-01-05hw/pci/pci_host: Let pci_data_[read/write] use unsigned 'size' argumentPhilippe Mathieu-Daudé
2020-01-05hw/pci/pci_host: Remove redundant PCI_DPRINTF()Philippe Mathieu-Daudé
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-05-29pcie: Simplify pci_adjust_config_limit()David Gibson
2019-04-09pci: Allow PCI bus subtypes to support extended config space accessesGreg Kurz
2018-12-20pci: Adjust PCI config limit based on bus topologyAlex Williamson
2016-01-29pci: Clean up includesPeter Maydell
2015-10-29enable multi-function hot-addCao jin
2014-03-27hw/pci/pci_host.c: Avoid shifting left into sign bitPeter Maydell
2013-08-28pci: add config space access tracesAlexey Kardashevskiy
2013-07-07pci: Replace pci_find_domain() with more general pci_root_bus_path()David Gibson
2013-03-22Fix typos and misspellingsPeter Maydell
2012-12-17pci: fix path for local includesMichael S. Tsirkin
2012-12-17pci: move pci core code to hw/pciMichael S. Tsirkin