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
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update version to 0.6.1.2.
rel-0.6.1.2
Kevin O'Connor
2010-11-13
1
-1
/
+1
*
Update version to 0.6.1.1.
rel-0.6.1.1
Kevin O'Connor
2010-10-31
1
-1
/
+1
*
Update version to 0.6.1
rel-0.6.1
Kevin O'Connor
2010-09-13
1
-1
/
+1
*
seabios: pciinit: use pci device initializer helper function.
Kevin O'Connor
2010-07-10
1
-1
/
+1
*
Initial bootsplash support.
Kevin O'Connor
2010-06-28
1
-1
/
+1
*
seabios: remove iasl output file when error.
Isaku Yamahata
2010-06-10
1
-4
/
+6
*
Allow wait_irq to be called in 32bit code.
Kevin O'Connor
2010-05-23
1
-1
/
+1
*
Support for booting from virtio disks
Gleb Natapov
2010-05-10
1
-1
/
+2
*
Simplify build by manually resolving external symbols in layoutrom.py.
Kevin O'Connor
2010-05-01
1
-17
/
+10
*
Prep version for next release.
Kevin O'Connor
2010-03-28
1
-1
/
+1
*
Update version to 0.6.0.
rel-0.6.0
Kevin O'Connor
2010-03-26
1
-1
/
+1
*
Disable inlining on old compilers.
Kevin O'Connor
2010-03-20
1
-1
/
+1
*
Add USB EHCI controller support.
Kevin O'Connor
2010-03-09
1
-1
/
+1
*
Only compile usb-hub.c and paravirt.c with 32bit code.
Kevin O'Connor
2010-02-28
1
-2
/
+2
*
Initial support for booting from USB drives.
Kevin O'Connor
2010-02-17
1
-1
/
+1
*
Move common "command data block" functions to new file blockcmd.c.
Kevin O'Connor
2010-02-17
1
-1
/
+1
*
Initial support for USB hubs.
Kevin O'Connor
2010-02-15
1
-1
/
+1
*
Prep version for next release.
Kevin O'Connor
2010-01-10
1
-1
/
+1
*
Update version to 0.5.1
rel-0.5.1
Kevin O'Connor
2010-01-08
1
-1
/
+1
*
Fix vgahook sign issue; add warning to build to catch future cases.
Kevin O'Connor
2010-01-03
1
-1
/
+2
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
1
-6
/
+6
*
Implement native 32bit APM support.
Kevin O'Connor
2010-01-01
1
-1
/
+1
*
Add support for 32bit PCI BIOS entry.
Kevin O'Connor
2009-12-30
1
-13
/
+26
*
Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.
Kevin O'Connor
2009-12-26
1
-14
/
+14
*
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
*
Enhance experimental option rom "threading" - enable preemption.
Kevin O'Connor
2009-12-13
1
-1
/
+1
*
Move stack manipulation code from util.c to new file stacks.c.
Kevin O'Connor
2009-12-10
1
-1
/
+1
*
Reorder source code to work around weird -combine issue.
Kevin O'Connor
2009-11-03
1
-4
/
+4
*
Add stubs for USB OHCI support.
Kevin O'Connor
2009-10-12
1
-1
/
+1
*
Add rule to compile DSDT to make file.
Kevin O'Connor
2009-10-08
1
-0
/
+7
*
Move qemu config code from smbios.c to its own files. Add support for
Kevin O'Connor
2009-10-04
1
-1
/
+1
*
Initial support for USB, UHCI, and USB Keyboards.
Kevin O'Connor
2009-09-28
1
-2
/
+3
*
Allow rom to grow beyond 64K.
Kevin O'Connor
2009-09-20
1
-23
/
+18
*
Prep version id for next release.
Kevin O'Connor
2009-09-08
1
-1
/
+1
*
Note version 0.4.2.
rel-0.4.2
Kevin O'Connor
2009-09-08
1
-1
/
+1
*
Add support for using floppy images in CBFS.
Kevin O'Connor
2009-08-16
1
-1
/
+1
*
Separate ATA code from generic disk code.
Kevin O'Connor
2009-08-11
1
-1
/
+1
*
Add auto-generated version info to each build.
Kevin O'Connor
2009-07-29
1
-2
/
+7
*
Add PMM stubs.
Kevin O'Connor
2009-07-26
1
-1
/
+1
*
Expand int155f "vgahook" detection.
Kevin O'Connor
2009-07-19
1
-2
/
+2
*
Minor - clarify intermediate object file names.
Kevin O'Connor
2009-07-13
1
-11
/
+13
*
Don't use "objcopy --extract-symbol" - old binutils don't have that option.
Kevin O'Connor
2009-06-22
1
-1
/
+1
*
Forward port bochs smp changes; rename smpdetect.c to smp.c.
Kevin O'Connor
2009-06-21
1
-1
/
+1
*
Avoid makefile "else ifeq" syntax - old versions don't support it.
Kevin O'Connor
2009-06-17
1
-1
/
+3
*
Avoid -fwhole-program on broken gcc instead of stopping build.
Kevin O'Connor
2009-06-15
1
-9
/
+16
*
Add support for gcc v3.x compilers.
Kevin O'Connor
2009-06-10
1
-2
/
+4
*
Do garbage collection of unused sections.
Kevin O'Connor
2009-06-10
1
-5
/
+8
*
Keep relocated 16bit code so checkstack can use it.
Kevin O'Connor
2009-05-27
1
-2
/
+2
*
Eliminate "_code32_" prefix on 32bit symbols referenced from 16bit code.
Kevin O'Connor
2009-05-23
1
-9
/
+11
[next]