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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update version to 0.5.1
rel-0.5.1
Kevin O'Connor
2010-01-08
1
-1
/
+1
*
Fix sign error preventing incorrect memory over 4gig calculation.
Kevin O'Connor
2010-01-05
1
-1
/
+1
*
Minor - better indent assembler in int1587.
Kevin O'Connor
2010-01-04
1
-22
/
+20
*
Add comment explaining why mptable is in low memory.
Kevin O'Connor
2010-01-04
1
-1
/
+3
*
Add int1589 support.
Kevin O'Connor
2010-01-04
5
-16
/
+61
*
Set FDPT in irq table even for small drives.
Kevin O'Connor
2010-01-03
1
-14
/
+13
*
Reduce #ifs by weeding out some cross-chunk function definitions.
Kevin O'Connor
2010-01-03
4
-12
/
+6
*
Fix vgahook sign issue; add warning to build to catch future cases.
Kevin O'Connor
2010-01-03
2
-2
/
+3
*
vgabios: Fix compile error due to fixed prototypes.
Kevin O'Connor
2010-01-03
1
-1
/
+1
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
54
-193
/
+193
*
mptable: Reset pinmask on new bus or device.
Kevin O'Connor
2010-01-03
2
-3
/
+6
*
Detect latest FC12 gcc -combine breakage.
Kevin O'Connor
2010-01-03
1
-0
/
+1
*
Minor vga binary cleanups.
Kevin O'Connor
2010-01-01
2
-7
/
+9
*
Make MTRR region 0xc0000-0x100000 be cached.
Kevin O'Connor
2010-01-01
1
-25
/
+29
*
Force a link error if a function is used from the wrong code chunk.
Kevin O'Connor
2010-01-01
2
-24
/
+31
*
Add __noreturn define for __attribute__((noreturn)).
Kevin O'Connor
2010-01-01
2
-5
/
+5
*
Implement native 32bit APM support.
Kevin O'Connor
2010-01-01
5
-47
/
+33
*
Commit compiled dsdt file; misc comment updates.
Kevin O'Connor
2009-12-30
5
-954
/
+958
*
prevent acpi from rerouting SCI interrupt
Gleb Natapov
2009-12-30
1
-1
/
+4
*
enumerate all PCI buses in mptable
Gleb Natapov
2009-12-30
1
-14
/
+22
*
Add support for 32bit PCI BIOS entry.
Kevin O'Connor
2009-12-30
15
-78
/
+299
*
Only add "addr32" to memory accesses that require them.
Kevin O'Connor
2009-12-27
2
-48
/
+53
*
Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.
Kevin O'Connor
2009-12-26
15
-72
/
+70
*
Allocate smbios in temp space and copy into final location.
Kevin O'Connor
2009-12-26
1
-7
/
+15
*
Clear user reserved interrupts (0x60-0x66).
Kevin O'Connor
2009-12-26
1
-0
/
+4
*
Remove pci_bios_bigmem_addr; set pci_bios_mem_addr=0xe0000000
Kevin O'Connor
2009-12-26
1
-7
/
+1
*
Add initial support for ATA DMA.
Kevin O'Connor
2009-12-26
2
-69
/
+312
*
Allocate mptable in temp space and copy into final location.
Kevin O'Connor
2009-12-26
1
-25
/
+29
*
Also report memory over 4G during init.
Kevin O'Connor
2009-12-24
1
-1
/
+2
*
provide correct pci routing information in mptable
Gleb Natapov
2009-12-24
1
-4
/
+46
*
Add symbolic definitions for MTRR code.
Kevin O'Connor
2009-12-23
2
-9
/
+20
*
Fix yield() so it works from boot code.
Kevin O'Connor
2009-12-20
1
-1
/
+4
*
Fix potential build failure due to text16 section being too large.
Kevin O'Connor
2009-12-19
4
-20
/
+29
*
Increase version in preparation for next release.
Kevin O'Connor
2009-12-19
1
-1
/
+1
*
Update version to 0.5.0.
rel-0.5.0
Kevin O'Connor
2009-12-18
1
-1
/
+1
*
qemu: add rom loading via fw_cfg
Gerd Hoffmann
2009-12-18
3
-0
/
+72
*
move htonl() + friends to util.h
Gerd Hoffmann
2009-12-18
2
-5
/
+7
*
Disable CONFIG_OPTIONROMS_DEPLOYED by default
Anthony Liguori
2009-12-18
1
-1
/
+1
*
Do not guard qemu shadow ram work around in CONFIG_OPTIONROMS_DEPLOYED
Anthony Liguori
2009-12-18
1
-12
/
+8
*
Distinguish between debug reports for unimplemented vs invalid calls.
Kevin O'Connor
2009-12-13
13
-82
/
+148
*
ATA 48bit LBA should only be activated on read/write commands.
Kevin O'Connor
2009-12-13
2
-1
/
+4
*
Extract out new call32() function from check_preempt() code in stacks.c.
Kevin O'Connor
2009-12-13
1
-61
/
+72
*
Enhance experimental option rom "threading" - enable preemption.
Kevin O'Connor
2009-12-13
12
-53
/
+219
*
Fix use before free in boot_cbfs (boot.c).
Kevin O'Connor
2009-12-13
1
-1
/
+1
*
Enhance readserial.py to try to account for host time offsets.
Kevin O'Connor
2009-12-12
1
-8
/
+12
*
Move stack manipulation code from util.c to new file stacks.c.
Kevin O'Connor
2009-12-10
4
-198
/
+207
*
Refactor __call16_from32 - introduce transition16.
Kevin O'Connor
2009-12-10
1
-16
/
+28
*
Minor - use wait_irq() instead of irq_enable()/hlt() in apm.
Kevin O'Connor
2009-12-10
1
-3
/
+2
*
Make SMBIOS table pass MS SVVP test
Kevin O'Connor
2009-12-10
1
-13
/
+15
*
Unify ps2 port data processing.
Kevin O'Connor
2009-12-09
1
-26
/
+32
[next]