aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
1.10-stabletcgbios: Fix use of unitialized variableKevin O'Connor7 years
1.11-stablessdt: Fix building of legacy acpi tables on current iasl compilerKevin O'Connor6 years
1.12-stableusb-ehci: Clear pipe token on pipe reallocateKevin O'Connor5 years
1.6.3-stableUpdate version to 1.6.3.2Kevin O'Connor12 years
1.7.2-stableCache boot-fail-wait to avoid romfile access after POST.Kevin O'Connor11 years
1.7.3-stablefix buildversion.shGerd Hoffmann11 years
1.7.5-stablebuild: make buildable with intel compiler.Kevin O'Connor10 years
1.8-stablevgabios: On bda_save_restore() the saved vbe_mode also has flags in itKevin O'Connor9 years
1.9-stablesmp: restore MSRs on S3 resumePaolo Bonzini8 years
masterlimit address space used for pci devices, part twoGerd Hoffmann6 weeks
[...]
 
TagDownloadAuthorAge
rel-1.16.3seabios-rel-1.16.3.zip  seabios-rel-1.16.3.tar.gz  seabios-rel-1.16.3.tar.bz2  Gerd Hoffmann9 months
rel-1.16.2seabios-rel-1.16.2.zip  seabios-rel-1.16.2.tar.gz  seabios-rel-1.16.2.tar.bz2  David Woodhouse18 months
rel-1.16.1seabios-rel-1.16.1.zip  seabios-rel-1.16.1.tar.gz  seabios-rel-1.16.1.tar.bz2  Xuan Zhuo20 months
rel-1.16.0seabios-rel-1.16.0.zip  seabios-rel-1.16.0.tar.gz  seabios-rel-1.16.0.tar.bz2  Kevin O'Connor2 years
rel-1.15.0seabios-rel-1.15.0.zip  seabios-rel-1.15.0.tar.gz  seabios-rel-1.15.0.tar.bz2  Kevin O'Connor3 years
rel-1.14.0seabios-rel-1.14.0.zip  seabios-rel-1.14.0.tar.gz  seabios-rel-1.14.0.tar.bz2  Kevin O'Connor4 years
rel-1.13.0seabios-rel-1.13.0.zip  seabios-rel-1.13.0.tar.gz  seabios-rel-1.13.0.tar.bz2  Kevin O'Connor5 years
rel-1.12.1seabios-rel-1.12.1.zip  seabios-rel-1.12.1.tar.gz  seabios-rel-1.12.1.tar.bz2  Kevin O'Connor5 years
rel-1.12.0seabios-rel-1.12.0.zip  seabios-rel-1.12.0.tar.gz  seabios-rel-1.12.0.tar.bz2  Kevin O'Connor6 years
rel-1.11.2seabios-rel-1.11.2.zip  seabios-rel-1.11.2.tar.gz  seabios-rel-1.11.2.tar.bz2  Gerd Hoffmann6 years
[...]
 
AgeCommit messageAuthorFilesLines
2009-12-18Update version to 0.5.0.rel-0.5.0Kevin O'Connor1-1/+1
2009-12-18qemu: add rom loading via fw_cfgGerd Hoffmann3-0/+72
2009-12-18move htonl() + friends to util.hGerd Hoffmann2-5/+7
2009-12-18Disable CONFIG_OPTIONROMS_DEPLOYED by defaultAnthony Liguori1-1/+1
2009-12-18Do not guard qemu shadow ram work around in CONFIG_OPTIONROMS_DEPLOYEDAnthony Liguori1-12/+8
2009-12-13Distinguish between debug reports for unimplemented vs invalid calls.Kevin O'Connor13-82/+148
2009-12-13ATA 48bit LBA should only be activated on read/write commands.Kevin O'Connor2-1/+4
2009-12-13Extract out new call32() function from check_preempt() code in stacks.c.Kevin O'Connor1-61/+72
2009-12-13Enhance experimental option rom "threading" - enable preemption.Kevin O'Connor12-53/+219
2009-12-13Fix use before free in boot_cbfs (boot.c).Kevin O'Connor1-1/+1
[...]