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.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
*
Move ps2 specific keyboard and mouse code to ps2port.c.
Kevin O'Connor
2009-12-09
7
-128
/
+157
*
Add experimental feature to run vga optionrom in parallel with init.
Kevin O'Connor
2009-12-09
2
-5
/
+13
*
Clear thread info on each boot.
Kevin O'Connor
2009-12-09
3
-1
/
+10
*
Introduce optimized iomemcpy function for copying from io memory.
Kevin O'Connor
2009-12-05
4
-5
/
+35
*
Fix timing in readserial.py - use 10 bits per byte.
Kevin O'Connor
2009-12-05
1
-1
/
+4
*
Enhance readserial.py to note when resetting timer.
Kevin O'Connor
2009-12-05
1
-2
/
+4
*
Fix ATA iobase2 access on PCI native mode interfaces.
Kevin O'Connor
2009-12-05
4
-11
/
+19
*
Support ISA ATA devices for qemu's "-M isapc" mode.
Kevin O'Connor
2009-12-05
5
-36
/
+61
*
Fail PS2 port commands when receiving a NAK.
Kevin O'Connor
2009-12-02
1
-1
/
+3
*
Misc updates.
Kevin O'Connor
2009-11-25
3
-3
/
+6
*
Reorganize main init order and add comments.
Kevin O'Connor
2009-11-25
1
-10
/
+15
*
Clear unused parts of f-segment.
Kevin O'Connor
2009-11-25
1
-0
/
+4
*
Clear PMMAllocs even if CONFIG_PMM not set.
Kevin O'Connor
2009-11-25
1
-61
/
+61
*
Add floppy and cdrom drives in sorted order.
Kevin O'Connor
2009-11-25
1
-18
/
+37
*
Set MaxCountCPUs even if no APIC found.
Kevin O'Connor
2009-11-24
1
-0
/
+2
*
Update snprintf to return the number of bytes used.
Kevin O'Connor
2009-11-24
2
-4
/
+8
*
Make sure to reenable ata interrupts even on error.
Kevin O'Connor
2009-11-20
1
-28
/
+36
*
Move SeaBIOS post/boot stack to avoid conflict with gPXE.
Kevin O'Connor
2009-11-20
1
-1
/
+1
*
Test for broken gcc -combine on FC12.
Kevin O'Connor
2009-11-20
1
-4
/
+27
*
Add MPS entries for LINT interrupts.
Kevin O'Connor
2009-11-14
2
-1
/
+23
*
Initialize the LINT LVTs on the local APIC of the BSP.
Kevin O'Connor
2009-11-14
1
-0
/
+10
*
Fixes for mptable generation.
Kevin O'Connor
2009-11-14
2
-33
/
+33
*
Properly mask value for MTRR mask.
Kevin O'Connor
2009-11-09
1
-2
/
+12
*
Remove cmos access from cpu detect loop to make it faster.
Kevin O'Connor
2009-11-09
1
-4
/
+6
*
Only add the first logical CPU in each physical CPU to the MPS tables.
Kevin O'Connor
2009-11-09
1
-4
/
+24
*
Fix cpuflag in mptable (| has higher priority than ?:)
Kevin O'Connor
2009-11-09
1
-1
/
+1
*
Fix compiler warning in setup_translation().
Kevin O'Connor
2009-11-09
1
-1
/
+1
*
Fix typo in pci_bios_init_device() causing use before set error.
Kevin O'Connor
2009-11-09
1
-5
/
+5
*
Verify 16bit code doesn't rely on any "discarded" sections.
Kevin O'Connor
2009-11-03
1
-0
/
+1
*
Reorder source code to work around weird -combine issue.
Kevin O'Connor
2009-11-03
1
-4
/
+4
*
Call yield() while waiting for USB control transfers to complete.
Kevin O'Connor
2009-10-31
2
-2
/
+2
*
Improve debugging info on USB UHCI qh timeout.
Kevin O'Connor
2009-10-30
1
-3
/
+7
*
Improve debugging output from threads.
Kevin O'Connor
2009-10-24
5
-12
/
+31
*
Add simple cooperative threading scheme to allow parallel hw init.
Kevin O'Connor
2009-10-24
13
-54
/
+206
[next]