index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
hw
/
pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pci: fix mmconfig support
Gerd Hoffmann
2020-05-25
1
-6
/
+6
*
pci: add mmconfig support
Gerd Hoffmann
2020-03-27
1
-12
/
+52
*
pci: factor out ioconfig_cmd()
Gerd Hoffmann
2020-03-27
1
-6
/
+11
*
pci: refactor pci_find_capapibilty to get bdf as the first argument instead o...
Aleksandr Bezzubikov
2017-09-14
1
-0
/
+24
*
resume: Don't attempt to use generic reboot mechanisms on QEMU
Kevin O'Connor
2017-03-13
1
-1
/
+0
*
pci: Split low-level pci code from higher-level 'struct pci_device' code
Kevin O'Connor
2016-02-03
1
-209
/
+4
*
pci: Move code in pci.c that is specific to pciinit.c to pciinit.c
Kevin O'Connor
2016-02-03
1
-26
/
+0
*
pci: Implement '%pP' printf handler for 'struct pci_device' pointers
Kevin O'Connor
2016-02-03
1
-4
/
+2
*
pci: Consistently set pci->have_drivers for devices with internal drivers
Kevin O'Connor
2016-02-02
1
-0
/
+3
*
pci: Add helper functions for internal driver BAR handling
Kevin O'Connor
2016-02-02
1
-0
/
+58
*
pci: allow to loop over capabilities
Gerd Hoffmann
2015-06-30
1
-3
/
+8
*
hw/pci: check if pci2pci bridges implement optional limit registers
Marcel Apfelbaum
2014-04-16
1
-0
/
+26
*
hw/pci: reserve IO and mem for pci-2-pci bridges with no devices attached
Marcel Apfelbaum
2014-04-16
1
-0
/
+19
*
Minor - remove unused includes from pci.c.
Kevin O'Connor
2014-04-08
1
-5
/
+1
*
Remove pci_writel() and pci_readl() functions.
Kevin O'Connor
2014-01-29
1
-46
/
+0
*
Remove ioport.h; disperse its contents to other header files.
Kevin O'Connor
2013-09-28
1
-1
/
+0
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-4
/
+5
*
Move malloc code from pmm.c to new files malloc.c and malloc.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Move romfile definitions from util.h to new file romfile.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Move stacks.c definitions from util.h to new file stacks.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Split x86 specific functions out of util.c/h to new files x86.c/h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
2013-09-02
1
-0
/
+277