aboutsummaryrefslogtreecommitdiffstats
path: root/src/hw/pci.h
Commit message (Expand)AuthorAgeFilesLines
* reset: force standard PCI configuration accessVolker RĂ¼melin2022-04-041-0/+6
* pci: refactor the pci_config_*() functionsVolker RĂ¼melin2022-04-041-1/+11
* pci: add mmconfig supportGerd Hoffmann2020-03-271-0/+1
* pci: refactor pci_find_capapibilty to get bdf as the first argument instead o...Aleksandr Bezzubikov2017-09-141-0/+1
* resume: Don't attempt to use generic reboot mechanisms on QEMUKevin O'Connor2017-03-131-0/+2
* pci: Split low-level pci code from higher-level 'struct pci_device' codeKevin O'Connor2016-02-031-82/+7
* pci: Move code in pci.c that is specific to pciinit.c to pciinit.cKevin O'Connor2016-02-031-15/+0
* pci: Add helper functions for internal driver BAR handlingKevin O'Connor2016-02-021-0/+3
* pci: allow to loop over capabilitiesGerd Hoffmann2015-06-301-1/+1
* hw/pci: check if pci2pci bridges implement optional limit registersMarcel Apfelbaum2014-04-161-0/+9
* hw/pci: reserve IO and mem for pci-2-pci bridges with no devices attachedMarcel Apfelbaum2014-04-161-0/+1
* Remove pci_writel() and pci_readl() functions.Kevin O'Connor2014-01-291-4/+0
* Remove ioport.h; disperse its contents to other header files.Kevin O'Connor2013-09-281-0/+4
* Move pirtable definitions from hw/pci.h to std/pirtable.h and util.h.Kevin O'Connor2013-09-181-40/+0
* Move code centered around specific hardware devices to src/hw/Kevin O'Connor2013-09-021-0/+161