summary refs log tree commit diff stats
path: root/hw/pci/pci_host.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/pci: Constify VMStateRichard Henderson2023-12-301-1/+1
* pci: do not respond config requests after PCI device ejectYuri Benditovich2023-08-031-2/+13
* hw/pci/pci_host: Introduce PCI_HOST_BYPASS_IOMMU macroBernhard Beschow2023-07-101-1/+1
* bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé2023-01-181-2/+2
* hw/pci/pci_host: Trace config accesses on unexisting functionsPhilippe Mathieu-Daudé2023-01-131-0/+6
* trace-events,pci: unify trace events formatLaurent Vivier2022-01-071-2/+4
* pci: implement power stateGerd Hoffmann2021-11-151-2/+4
* hw/pci/pci_host: Allow PCI host to bypass iommuXingang Wang2021-07-161-0/+1
* hw/pci-host: save/restore pci host config registerHogan Wang2020-07-271-0/+33
* hw/pci/pci_host: Let pci_data_[read/write] use unsigned 'size' argumentPhilippe Mathieu-Daudé2020-01-051-2/+2
* hw/pci/pci_host: Remove redundant PCI_DPRINTF()Philippe Mathieu-Daudé2020-01-051-16/+5
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* pcie: Simplify pci_adjust_config_limit()David Gibson2019-05-291-10/+3
* pci: Allow PCI bus subtypes to support extended config space accessesGreg Kurz2019-04-091-1/+1
* pci: Adjust PCI config limit based on bus topologyAlex Williamson2018-12-201-0/+26
* pci: Clean up includesPeter Maydell2016-01-291-0/+1
* enable multi-function hot-addCao jin2015-10-291-0/+15
* hw/pci/pci_host.c: Avoid shifting left into sign bitPeter Maydell2014-03-271-1/+2
* pci: add config space access tracesAlexey Kardashevskiy2013-08-281-1/+10
* pci: Replace pci_find_domain() with more general pci_root_bus_path()David Gibson2013-07-071-0/+1
* Fix typos and misspellingsPeter Maydell2013-03-221-1/+1
* pci: fix path for local includesMichael S. Tsirkin2012-12-171-2/+2
* pci: move pci core code to hw/pciMichael S. Tsirkin2012-12-171-0/+180