aboutsummaryrefslogtreecommitdiff
path: root/src/hw/pci.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-04reset: force standard PCI configuration accessVolker RĂ¼melin1-0/+27
2022-04-04pci: refactor the pci_config_*() functionsVolker RĂ¼melin1-12/+42
2020-05-25pci: fix mmconfig supportGerd Hoffmann1-6/+6
2020-03-27pci: add mmconfig supportGerd Hoffmann1-12/+52
2020-03-27pci: factor out ioconfig_cmd()Gerd Hoffmann1-6/+11
2017-09-14pci: refactor pci_find_capapibilty to get bdf as the first argument instead o...Aleksandr Bezzubikov1-0/+24
2017-03-13resume: Don't attempt to use generic reboot mechanisms on QEMUKevin O'Connor1-1/+0
2016-02-03pci: Split low-level pci code from higher-level 'struct pci_device' codeKevin O'Connor1-209/+4
2016-02-03pci: Move code in pci.c that is specific to pciinit.c to pciinit.cKevin O'Connor1-26/+0
2016-02-03pci: Implement '%pP' printf handler for 'struct pci_device' pointersKevin O'Connor1-4/+2
2016-02-02pci: Consistently set pci->have_drivers for devices with internal driversKevin O'Connor1-0/+3
2016-02-02pci: Add helper functions for internal driver BAR handlingKevin O'Connor1-0/+58
2015-06-30pci: allow to loop over capabilitiesGerd Hoffmann1-3/+8
2014-04-16hw/pci: check if pci2pci bridges implement optional limit registersMarcel Apfelbaum1-0/+26
2014-04-16hw/pci: reserve IO and mem for pci-2-pci bridges with no devices attachedMarcel Apfelbaum1-0/+19
2014-04-08Minor - remove unused includes from pci.c.Kevin O'Connor1-5/+1
2014-01-29Remove pci_writel() and pci_readl() functions.Kevin O'Connor1-46/+0
2013-09-28Remove ioport.h; disperse its contents to other header files.Kevin O'Connor1-1/+0
2013-09-18Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor1-4/+5
2013-09-18Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor1-0/+1
2013-09-18Move romfile definitions from util.h to new file romfile.h.Kevin O'Connor1-0/+1
2013-09-18Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor1-0/+1
2013-09-18Rename util.c to string.c and introduce string.h.Kevin O'Connor1-0/+1
2013-09-18Split x86 specific functions out of util.c/h to new files x86.c/h.Kevin O'Connor1-0/+1
2013-09-02Move code centered around specific hardware devices to src/hw/Kevin O'Connor1-0/+277