aboutsummaryrefslogtreecommitdiff
path: root/src/hw/pci.h
AgeCommit message (Expand)AuthorFilesLines
2020-03-27pci: add mmconfig supportGerd Hoffmann1-0/+1
2017-09-14pci: refactor pci_find_capapibilty to get bdf as the first argument instead o...Aleksandr Bezzubikov1-0/+1
2017-03-13resume: Don't attempt to use generic reboot mechanisms on QEMUKevin O'Connor1-0/+2
2016-02-03pci: Split low-level pci code from higher-level 'struct pci_device' codeKevin O'Connor1-82/+7
2016-02-03pci: Move code in pci.c that is specific to pciinit.c to pciinit.cKevin O'Connor1-15/+0
2016-02-02pci: Add helper functions for internal driver BAR handlingKevin O'Connor1-0/+3
2015-06-30pci: allow to loop over capabilitiesGerd Hoffmann1-1/+1
2014-04-16hw/pci: check if pci2pci bridges implement optional limit registersMarcel Apfelbaum1-0/+9
2014-04-16hw/pci: reserve IO and mem for pci-2-pci bridges with no devices attachedMarcel Apfelbaum1-0/+1
2014-01-29Remove pci_writel() and pci_readl() functions.Kevin O'Connor1-4/+0
2013-09-28Remove ioport.h; disperse its contents to other header files.Kevin O'Connor1-0/+4
2013-09-18Move pirtable definitions from hw/pci.h to std/pirtable.h and util.h.Kevin O'Connor1-40/+0
2013-09-02Move code centered around specific hardware devices to src/hw/Kevin O'Connor1-0/+161