Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pci: Split low-level pci code from higher-level 'struct pci_device' code | Kevin O'Connor | 2016-02-03 | 1 | -82/+7 |
* | pci: Move code in pci.c that is specific to pciinit.c to pciinit.c | Kevin O'Connor | 2016-02-03 | 1 | -15/+0 |
* | pci: Add helper functions for internal driver BAR handling | Kevin O'Connor | 2016-02-02 | 1 | -0/+3 |
* | pci: allow to loop over capabilities | Gerd Hoffmann | 2015-06-30 | 1 | -1/+1 |
* | hw/pci: check if pci2pci bridges implement optional limit registers | Marcel Apfelbaum | 2014-04-16 | 1 | -0/+9 |
* | hw/pci: reserve IO and mem for pci-2-pci bridges with no devices attached | Marcel Apfelbaum | 2014-04-16 | 1 | -0/+1 |
* | Remove pci_writel() and pci_readl() functions. | Kevin O'Connor | 2014-01-29 | 1 | -4/+0 |
* | Remove ioport.h; disperse its contents to other header files. | Kevin O'Connor | 2013-09-28 | 1 | -0/+4 |
* | Move pirtable definitions from hw/pci.h to std/pirtable.h and util.h. | Kevin O'Connor | 2013-09-18 | 1 | -40/+0 |
* | Move code centered around specific hardware devices to src/hw/ | Kevin O'Connor | 2013-09-02 | 1 | -0/+161 |