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
/
fw
/
pciinit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pci: factor out pci bar allocation.
Gerd Hoffmann
2020-10-15
1
-0
/
+6
*
pci: add mmconfig support
Gerd Hoffmann
2020-03-27
1
-0
/
+1
*
pciinit: Use %pP shorthand for printing device ids in intel_igd_setup()
Kevin O'Connor
2019-05-23
1
-12
/
+9
*
pci: recognize RH PCI legacy bridge resource reservation capability
Jing Liu
2018-09-05
1
-21
/
+29
*
pci: clean up the debug message for pci capability found
Jing Liu
2018-09-05
1
-1
/
+3
*
pci: fix the return value for truncated capability
Jing Liu
2018-09-05
1
-0
/
+1
*
pci: fix 'io hints' capability for RedHat PCI bridges
Marcel Apfelbaum
2018-01-16
1
-9
/
+5
*
pci: enable RedHat PCI bridges to reserve additional resources on PCI init
Aleksandr Bezzubikov
2017-09-14
1
-4
/
+102
*
pci: refactor pci_find_capapibilty to get bdf as the first argument instead o...
Aleksandr Bezzubikov
2017-09-14
1
-2
/
+2
*
fw/pci: Add support for mapping Intel IGD via QEMU
Alex Williamson
2016-06-01
1
-0
/
+48
*
fw/pci: add Q35 S3 support
Marcel Apfelbaum
2016-03-07
1
-17
/
+56
*
pci: Split low-level pci code from higher-level 'struct pci_device' code
Kevin O'Connor
2016-02-03
1
-0
/
+1
*
pci: Move code in pci.c that is specific to pciinit.c to pciinit.c
Kevin O'Connor
2016-02-03
1
-0
/
+37
*
pci: Implement '%pP' printf handler for 'struct pci_device' pointers
Kevin O'Connor
2016-02-03
1
-16
/
+9
*
Fix comment typo
Cao jin
2016-02-01
1
-1
/
+1
*
fw/pci: do not automatically allocate IO region for PCIe bridges
Marcel Apfelbaum
2015-12-20
1
-4
/
+5
*
e820: Rename memmap.c to e820map.c and use consistent "e820_" prefix
Kevin O'Connor
2015-10-15
1
-3
/
+3
*
ich9: initialise RCBA register through LPC interface
Paulo Alcantara
2015-07-14
1
-0
/
+5
*
pci: allow to loop over capabilities
Gerd Hoffmann
2015-06-30
1
-2
/
+2
*
fw/pci: map memory and IO regions for multiple pci root buses
Marcel Apfelbaum
2015-03-06
1
-0
/
+10
*
fw/pci: scan all buses if extraroots romfile is present
Marcel Apfelbaum
2015-03-06
1
-0
/
+9
*
pci: enable SERR# for error forwarding in bridge control register
Chen Fan
2015-02-24
1
-0
/
+4
*
pciinit: Fix build warning in mch_pci_slot_get_irq()
Kevin O'Connor
2014-11-12
1
-16
/
+7
*
hw/pci: reserve IO and mem for pci express downstream ports with no devices a...
Marcel Apfelbaum
2014-07-01
1
-2
/
+32
*
piix: add and use dev-piix.h
Paolo Bonzini
2014-06-04
1
-6
/
+7
*
Allow using full io region on q35.
Gerd Hoffmann
2014-05-20
1
-7
/
+9
*
acpi: remove PORT_ACPI_PM_BASE constant
Gerd Hoffmann
2014-05-20
1
-8
/
+8
*
hw/pci: check if pci2pci bridges implement optional limit registers
Marcel Apfelbaum
2014-04-16
1
-7
/
+2
*
hw/pci: reserve IO and mem for pci-2-pci bridges with no devices attached
Marcel Apfelbaum
2014-04-16
1
-0
/
+3
*
pci: improve io address space allocation
Gerd Hoffmann
2014-01-27
1
-5
/
+40
*
Minor - pciinit.c - order header files and use static on local functions.
Kevin O'Connor
2014-01-15
1
-6
/
+6
*
resume: restore piix pm config registers after resume
Marcel Apfelbaum
2014-01-15
1
-3
/
+21
*
pci: map 64-bit BARs at location provided by emulator
Gerd Hoffmann
2013-11-29
1
-1
/
+5
*
pci: log pci windows
Gerd Hoffmann
2013-11-29
1
-0
/
+2
*
pci: tweak + comment minimum allocations
Gerd Hoffmann
2013-11-29
1
-3
/
+3
*
pci: align 64bit pci regions to 1G
Gerd Hoffmann
2013-11-29
1
-2
/
+7
*
pci: don't map usb host adapters above 4G
Gerd Hoffmann
2013-11-29
1
-0
/
+2
*
pci: don't reorder entries when moving to 64bit list
Gerd Hoffmann
2013-11-29
1
-0
/
+1
*
Remove ioport.h; disperse its contents to other header files.
Kevin O'Connor
2013-09-28
1
-1
/
+2
*
Move fw/acpi.h to std/acpi.h.
Kevin O'Connor
2013-09-18
1
-1
/
+0
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-6
/
+7
*
Move malloc code from pmm.c to new files malloc.c and malloc.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
*
Move code cenetered around firmware initialization to src/fw/
Kevin O'Connor
2013-09-02
1
-0
/
+843