index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
pci
/
pci_host.c
Age
Commit message (
Expand
)
Author
2024-08-01
Revert "hw/pci: Rename has_power to enabled"
Michael S. Tsirkin
2024-07-03
hw/pci: Rename has_power to enabled
Akihiko Odaki
2023-12-30
hw/pci: Constify VMState
Richard Henderson
2023-08-03
pci: do not respond config requests after PCI device eject
Yuri Benditovich
2023-07-10
hw/pci/pci_host: Introduce PCI_HOST_BYPASS_IOMMU macro
Bernhard Beschow
2023-01-18
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
2023-01-13
hw/pci/pci_host: Trace config accesses on unexisting functions
Philippe Mathieu-Daudé
2022-01-07
trace-events,pci: unify trace events format
Laurent Vivier
2021-11-15
pci: implement power state
Gerd Hoffmann
2021-07-16
hw/pci/pci_host: Allow PCI host to bypass iommu
Xingang Wang
2020-07-27
hw/pci-host: save/restore pci host config register
Hogan Wang
2020-01-05
hw/pci/pci_host: Let pci_data_[read/write] use unsigned 'size' argument
Philippe Mathieu-Daudé
2020-01-05
hw/pci/pci_host: Remove redundant PCI_DPRINTF()
Philippe Mathieu-Daudé
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-05-29
pcie: Simplify pci_adjust_config_limit()
David Gibson
2019-04-09
pci: Allow PCI bus subtypes to support extended config space accesses
Greg Kurz
2018-12-20
pci: Adjust PCI config limit based on bus topology
Alex Williamson
2016-01-29
pci: Clean up includes
Peter Maydell
2015-10-29
enable multi-function hot-add
Cao jin
2014-03-27
hw/pci/pci_host.c: Avoid shifting left into sign bit
Peter Maydell
2013-08-28
pci: add config space access traces
Alexey Kardashevskiy
2013-07-07
pci: Replace pci_find_domain() with more general pci_root_bus_path()
David Gibson
2013-03-22
Fix typos and misspellings
Peter Maydell
2012-12-17
pci: fix path for local includes
Michael S. Tsirkin
2012-12-17
pci: move pci core code to hw/pci
Michael S. Tsirkin