summaryrefslogtreecommitdiff
path: root/bios/rombios.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-17kvm: bios: merge branch 'bochs-bios-cvs'Avi Kivity1-198/+326
2008-02-07Fixed comment - patch from @sf trackersshwarts1-1/+1
2008-01-27kvm: bios: enable cache on resetAvi Kivity1-0/+4
2008-01-24BIOS whitespace cleanupsshwarts1-14/+14
2008-01-21- applied patch from the Qemu-devel list by Filip Navaravruppert1-9/+0
2008-01-21Merged some BIOS patches from @SF trackersshwarts1-1/+1
2008-01-14- implemented LBA48 support (since BIOS functions are limited to 32 bit, thevruppert1-16/+36
2008-01-06Merge SF tracker BIOS patchessshwarts1-9/+15
2007-12-27kvm: bios: support LBA48 for 120GB+ disksAvi Kivity1-19/+44
2007-12-23Define IPL values patch from #SF trackersshwarts1-12/+17
2007-12-20- don't abort ATA reset for not existing slave drive. The reset bit mustvruppert1-5/+5
2007-12-06Fixed my BIOS optimizationsshwarts1-5/+5
2007-12-01- inline asm optimizations by Stanislavvruppert1-19/+14
2007-11-12Merge patch from #SF patches tracker:sshwarts1-1/+4
2007-11-04- applied rombios patches from SF patches section by Sebastianvruppert1-18/+25
2007-10-28kvm: bios: make the bios map the tss pages at unavailble memory to the guestIzik Eidus1-2/+11
2007-10-19Fixed comments for bios_printf (patch from #SF tracker)sshwarts1-5/+4
2007-10-14- improved HD recognition and CD boot (patches by Myles Watson)vruppert1-82/+192
2007-10-10- reverted removal of one DPTE checksum bugfixvruppert1-7/+7
2007-10-09- rombios patches by Myles Watson <mylesgw@gmail.com>vruppert1-20/+48
2007-10-07Merge checksum patch from mailing list -> need to recompile BIOSsshwarts1-2/+2
2007-09-10- INT 15h AH=86h was reading the wrong stack frame (SF patch #1791000)vruppert1-2/+2
2007-08-20kvm: bios: add support to memory above the pci holeIzik Eidus1-9/+34
2007-08-16Merge branch 'bochs-bios-vendor-drops'Avi Kivity1-444/+609
2007-08-16kvm: bios: import current bochs sourcesAvi Kivity1-444/+609
2007-08-16kvm: bios: apply memory-clearing patchAvi Kivity1-0/+8
2007-08-16kvm: bios: import bios sources from the bochs projectAvi Kivity1-0/+10772
2007-08-01- fixed floppy boot signature check switchvruppert1-1/+1
2007-06-30- added expansion-ROM boot support to the ROMBIOS (SF patch #1741153 ported fromvruppert1-161/+290
2007-06-17- implemented INT15h, fn 0xC2 (mouse), subfn 3, set resolution (SF patch #173...vruppert1-3/+25
2007-05-28- bios_printf() fix for %s format (from VirtualBox)vruppert1-281/+295
2007-04-02- INT 13h: sector number 0 is invalidvruppert1-6/+6
2007-02-10- reset the memory after 32 bit protected mode init (patch from the Qemu projectvruppert1-0/+8
2006-12-30- the int13_harddisk() function modifies the high word of EAX in EDD read/writevruppert1-4/+9
2006-11-04- PCI BIOS function 'find class code' implemented for real and protected modevruppert1-2/+38
2006-10-17- added stub for real mode PCIBIOS function 'find class code'vruppert1-3/+15
2006-10-04- clear registers using the XOR instructionvruppert1-12/+12
2006-10-03- clear upper 16 bit of the stack pointer when returning to real mode (fixesvruppert1-0/+1
2006-10-01- applied patch from the Qemu project (Fabrice Bellard)vruppert1-7/+7
2006-09-30- fixed number of MP table entries (caused FreeBSD 5.3 boot failure)vruppert1-30/+1
2006-09-29- always generate MP tables (WinXP guest needs this)vruppert1-1/+1
2006-09-29- disabled rombios32 call until the critical bugs are fixedvruppert1-5/+7
2006-09-28- initial revision of the 32-bit init code for the Bochs BIOSvruppert1-23/+172
2006-08-11- INT 15 AH=88h now returns max. 63M extended memory (Ralf Brown's interruptvruppert1-3/+4
2006-08-07- INT 09h: fixed handling of extended keys (asciicode = 0xe0)vruppert1-1/+5
2006-07-30- fixed keyboard LED flag handling and added setting of LEDs (makes keyboardvruppert1-9/+23
2006-07-07- fixed ATA device detection in case of one drive only connected to controllervruppert1-41/+107
2006-07-06- enable interrupts before executing INT 19h and revert previous changevruppert1-1/+1
2006-07-05- enable interrupts before executing boot sector code (untested)vruppert1-0/+1
2006-01-25- PCI BIOS: improved error message for function 'find PCI device'vruppert1-1/+1