index
:
spice/vdesktop
0.4
master
Unnamed repository; edit this file to name it for gitweb. (mirrored from https://gitlab.freedesktop.org/spice/vdesktop)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bios
/
rombios.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-17
kvm: bios: merge branch 'bochs-bios-cvs'
Avi Kivity
1
-198
/
+326
2008-02-07
Fixed comment - patch from @sf tracker
sshwarts
1
-1
/
+1
2008-01-27
kvm: bios: enable cache on reset
Avi Kivity
1
-0
/
+4
2008-01-24
BIOS whitespace cleanup
sshwarts
1
-14
/
+14
2008-01-21
- applied patch from the Qemu-devel list by Filip Navara
vruppert
1
-9
/
+0
2008-01-21
Merged some BIOS patches from @SF tracker
sshwarts
1
-1
/
+1
2008-01-14
- implemented LBA48 support (since BIOS functions are limited to 32 bit, the
vruppert
1
-16
/
+36
2008-01-06
Merge SF tracker BIOS patches
sshwarts
1
-9
/
+15
2007-12-27
kvm: bios: support LBA48 for 120GB+ disks
Avi Kivity
1
-19
/
+44
2007-12-23
Define IPL values patch from #SF tracker
sshwarts
1
-12
/
+17
2007-12-20
- don't abort ATA reset for not existing slave drive. The reset bit must
vruppert
1
-5
/
+5
2007-12-06
Fixed my BIOS optimization
sshwarts
1
-5
/
+5
2007-12-01
- inline asm optimizations by Stanislav
vruppert
1
-19
/
+14
2007-11-12
Merge patch from #SF patches tracker:
sshwarts
1
-1
/
+4
2007-11-04
- applied rombios patches from SF patches section by Sebastian
vruppert
1
-18
/
+25
2007-10-28
kvm: bios: make the bios map the tss pages at unavailble memory to the guest
Izik Eidus
1
-2
/
+11
2007-10-19
Fixed comments for bios_printf (patch from #SF tracker)
sshwarts
1
-5
/
+4
2007-10-14
- improved HD recognition and CD boot (patches by Myles Watson)
vruppert
1
-82
/
+192
2007-10-10
- reverted removal of one DPTE checksum bugfix
vruppert
1
-7
/
+7
2007-10-09
- rombios patches by Myles Watson <mylesgw@gmail.com>
vruppert
1
-20
/
+48
2007-10-07
Merge checksum patch from mailing list -> need to recompile BIOS
sshwarts
1
-2
/
+2
2007-09-10
- INT 15h AH=86h was reading the wrong stack frame (SF patch #1791000)
vruppert
1
-2
/
+2
2007-08-20
kvm: bios: add support to memory above the pci hole
Izik Eidus
1
-9
/
+34
2007-08-16
Merge branch 'bochs-bios-vendor-drops'
Avi Kivity
1
-444
/
+609
2007-08-16
kvm: bios: import current bochs sources
Avi Kivity
1
-444
/
+609
2007-08-16
kvm: bios: apply memory-clearing patch
Avi Kivity
1
-0
/
+8
2007-08-16
kvm: bios: import bios sources from the bochs project
Avi Kivity
1
-0
/
+10772
2007-08-01
- fixed floppy boot signature check switch
vruppert
1
-1
/
+1
2007-06-30
- added expansion-ROM boot support to the ROMBIOS (SF patch #1741153 ported from
vruppert
1
-161
/
+290
2007-06-17
- implemented INT15h, fn 0xC2 (mouse), subfn 3, set resolution (SF patch #173...
vruppert
1
-3
/
+25
2007-05-28
- bios_printf() fix for %s format (from VirtualBox)
vruppert
1
-281
/
+295
2007-04-02
- INT 13h: sector number 0 is invalid
vruppert
1
-6
/
+6
2007-02-10
- reset the memory after 32 bit protected mode init (patch from the Qemu project
vruppert
1
-0
/
+8
2006-12-30
- the int13_harddisk() function modifies the high word of EAX in EDD read/write
vruppert
1
-4
/
+9
2006-11-04
- PCI BIOS function 'find class code' implemented for real and protected mode
vruppert
1
-2
/
+38
2006-10-17
- added stub for real mode PCIBIOS function 'find class code'
vruppert
1
-3
/
+15
2006-10-04
- clear registers using the XOR instruction
vruppert
1
-12
/
+12
2006-10-03
- clear upper 16 bit of the stack pointer when returning to real mode (fixes
vruppert
1
-0
/
+1
2006-10-01
- applied patch from the Qemu project (Fabrice Bellard)
vruppert
1
-7
/
+7
2006-09-30
- fixed number of MP table entries (caused FreeBSD 5.3 boot failure)
vruppert
1
-30
/
+1
2006-09-29
- always generate MP tables (WinXP guest needs this)
vruppert
1
-1
/
+1
2006-09-29
- disabled rombios32 call until the critical bugs are fixed
vruppert
1
-5
/
+7
2006-09-28
- initial revision of the 32-bit init code for the Bochs BIOS
vruppert
1
-23
/
+172
2006-08-11
- INT 15 AH=88h now returns max. 63M extended memory (Ralf Brown's interrupt
vruppert
1
-3
/
+4
2006-08-07
- INT 09h: fixed handling of extended keys (asciicode = 0xe0)
vruppert
1
-1
/
+5
2006-07-30
- fixed keyboard LED flag handling and added setting of LEDs (makes keyboard
vruppert
1
-9
/
+23
2006-07-07
- fixed ATA device detection in case of one drive only connected to controller
vruppert
1
-41
/
+107
2006-07-06
- enable interrupts before executing INT 19h and revert previous change
vruppert
1
-1
/
+1
2006-07-05
- enable interrupts before executing boot sector code (untested)
vruppert
1
-0
/
+1
2006-01-25
- PCI BIOS: improved error message for function 'find PCI device'
vruppert
1
-1
/
+1
[next]