aboutsummaryrefslogtreecommitdiffstats
path: root/src/hw/pci.c
Commit message (Expand)AuthorAgeFilesLines
* reset: force standard PCI configuration accessVolker RĂ¼melin2022-04-041-0/+27
* pci: refactor the pci_config_*() functionsVolker RĂ¼melin2022-04-041-12/+42
* pci: fix mmconfig supportGerd Hoffmann2020-05-251-6/+6
* pci: add mmconfig supportGerd Hoffmann2020-03-271-12/+52
* pci: factor out ioconfig_cmd()Gerd Hoffmann2020-03-271-6/+11
* pci: refactor pci_find_capapibilty to get bdf as the first argument instead o...Aleksandr Bezzubikov2017-09-141-0/+24
* resume: Don't attempt to use generic reboot mechanisms on QEMUKevin O'Connor2017-03-131-1/+0
* pci: Split low-level pci code from higher-level 'struct pci_device' codeKevin O'Connor2016-02-031-209/+4
* pci: Move code in pci.c that is specific to pciinit.c to pciinit.cKevin O'Connor2016-02-031-26/+0
* pci: Implement '%pP' printf handler for 'struct pci_device' pointersKevin O'Connor2016-02-031-4/+2
* pci: Consistently set pci->have_drivers for devices with internal driversKevin O'Connor2016-02-021-0/+3
* pci: Add helper functions for internal driver BAR handlingKevin O'Connor2016-02-021-0/+58
* pci: allow to loop over capabilitiesGerd Hoffmann2015-06-301-3/+8
* hw/pci: check if pci2pci bridges implement optional limit registersMarcel Apfelbaum2014-04-161-0/+26
* hw/pci: reserve IO and mem for pci-2-pci bridges with no devices attachedMarcel Apfelbaum2014-04-161-0/+19
* Minor - remove unused includes from pci.c.Kevin O'Connor2014-04-081-5/+1
* Remove pci_writel() and pci_readl() functions.Kevin O'Connor2014-01-291-46/+0
* Remove ioport.h; disperse its contents to other header files.Kevin O'Connor2013-09-281-1/+0
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-4/+5
* Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor2013-09-181-0/+1
* Move romfile definitions from util.h to new file romfile.h.Kevin O'Connor2013-09-181-0/+1
* Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor2013-09-181-0/+1
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-181-0/+1
* Split x86 specific functions out of util.c/h to new files x86.c/h.Kevin O'Connor2013-09-181-0/+1
* Move code centered around specific hardware devices to src/hw/Kevin O'Connor2013-09-021-0/+277