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
/
shadow.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
seabios: shadow: make device finding more generic.
Isaku Yamahata
2010-07-24
1
-41
/
+65
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
1
-2
/
+2
*
Do not guard qemu shadow ram work around in CONFIG_OPTIONROMS_DEPLOYED
Anthony Liguori
2009-12-18
1
-12
/
+8
*
Allow rom to grow beyond 64K.
Kevin O'Connor
2009-09-20
1
-32
/
+34
*
Add support for enabling ram in 0xc0000-0xf0000 area.
Kevin O'Connor
2009-07-26
1
-12
/
+48
*
When enabling write access to 0xf0000, just copy from 0xffff0000.
Kevin O'Connor
2009-07-24
1
-16
/
+16
*
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
2009-01-15
1
-1
/
+1
*
Don't allow start_bdf with new auto max bus detection code.
Kevin O'Connor
2008-12-04
1
-2
/
+2
*
Overhaul PCI config functions.
Kevin O'Connor
2008-11-09
1
-16
/
+12
*
Synch pci ids and registers with Linux kernel source.
Kevin O'Connor
2008-11-08
1
-0
/
+1
*
Use defines for PCI ids.
Kevin O'Connor
2008-10-25
1
-2
/
+4
*
Define 16bit OFFSET_x to be 32bit addresses; introduce CONFIG_BIOS_ADDR.
Kevin O'Connor
2008-07-04
1
-5
/
+7
*
Extract 'struct bregs' out of biosvar.h; clean up header includes.
Kevin O'Connor
2008-07-04
1
-0
/
+1
*
Move acpi code out of rombios32.c; clean up use of fixed memory addresses.
Kevin O'Connor
2008-06-11
1
-6
/
+4
*
Separate out ram shadow code and permit more code to write to bios.
Kevin O'Connor
2008-06-08
1
-0
/
+87