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
/
pciinit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pciinit: remove unused variable, old_addr, in pci_set_io_region_addr().
Isaku Yamahata
2010-09-02
1
-3
/
+1
*
seabios: pciinit: fix 64bit bar initilization.
Isaku Yamahata
2010-07-26
1
-6
/
+2
*
seabios: pciinit: use pci device initializer helper function.
Kevin O'Connor
2010-07-10
1
-88
/
+74
*
seabios: pciinit: initialize pci bridge filtering registers.
Isaku Yamahata
2010-07-04
1
-3
/
+103
*
seabios: pciinit: pci bridge bus initialization.
Isaku Yamahata
2010-07-04
1
-0
/
+70
*
seabios: pciinit: make bar offset calculation pci bridge aware.
Isaku Yamahata
2010-07-04
1
-1
/
+5
*
seabios: pciinit: factor out bar offset calculation.
Isaku Yamahata
2010-07-04
1
-10
/
+10
*
seabios: pciinit: make pci bar assigner preferchable memory aware.
Isaku Yamahata
2010-07-04
1
-7
/
+42
*
seabios: pciinit: make pci memory space assignment 64bit aware.
Isaku Yamahata
2010-07-04
1
-2
/
+17
*
seabios: pciinit: factor out pci bar region allocation logic.
Isaku Yamahata
2010-07-04
1
-37
/
+47
*
Go back to using 0xf0000000 for PCI memory start.
Kevin O'Connor
2010-01-28
1
-1
/
+1
*
Remove pci_bios_bigmem_addr; set pci_bios_mem_addr=0xe0000000
Kevin O'Connor
2009-12-26
1
-7
/
+1
*
Fix ATA iobase2 access on PCI native mode interfaces.
Kevin O'Connor
2009-12-05
1
-2
/
+2
*
Support ISA ATA devices for qemu's "-M isapc" mode.
Kevin O'Connor
2009-12-05
1
-4
/
+4
*
Fix typo in pci_bios_init_device() causing use before set error.
Kevin O'Connor
2009-11-09
1
-5
/
+5
*
fix low bits in ROM and I/O sizing
Kevin O'Connor
2009-10-14
1
-4
/
+16
*
enable io/memory unconditionally
Kevin O'Connor
2009-10-12
1
-11
/
+3
*
Set the PCI base address to 0xf0000000.
Kevin O'Connor
2009-10-12
1
-1
/
+1
*
Correct default pci irq links
Kevin O'Connor
2009-10-08
1
-5
/
+1
*
Do PCI initialization before vga init.
Kevin O'Connor
2009-09-13
1
-2
/
+4
*
Forward port bochs pci changes.
Kevin O'Connor
2009-06-21
1
-10
/
+3
*
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
2009-01-15
1
-1
/
+1
*
Initial KVM support.
Kevin O'Connor
2009-01-04
1
-1
/
+12
*
Move ram size definitions from ebda to global variables.
Kevin O'Connor
2008-12-28
1
-1
/
+1
*
Various minor comment updates.
Kevin O'Connor
2008-12-10
1
-20
/
+16
*
Don't overwrite memory on smm init.
Kevin O'Connor
2008-12-06
1
-4
/
+2
*
Don't allow start_bdf with new auto max bus detection code.
Kevin O'Connor
2008-12-04
1
-2
/
+2
*
Only touch PCI functions > 0 on multi-function devices; rescan max pci each t...
Kevin O'Connor
2008-11-29
1
-15
/
+7
*
Overhaul PCI config functions.
Kevin O'Connor
2008-11-09
1
-53
/
+45
*
Synch pci ids and registers with Linux kernel source.
Kevin O'Connor
2008-11-08
1
-0
/
+2
*
Support pci init of both PIIX3 and PIIX4 - patch from bochs bios.
Kevin O'Connor
2008-10-25
1
-5
/
+7
*
Use defines for PCI ids.
Kevin O'Connor
2008-10-25
1
-7
/
+8
*
Use ALIGN() macro in place of open-coded aligns.
Kevin O'Connor
2008-08-29
1
-2
/
+2
*
Extract 'struct bregs' out of biosvar.h; clean up header includes.
Kevin O'Connor
2008-07-04
1
-0
/
+1
*
Breakup rombios32.c into pciinit.c and smbios.c
Kevin O'Connor
2008-07-04
1
-0
/
+222