Commit d08c49aae0fe7d5507c73d042486c9d9701a34b3
1 parent
fcc941fe
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1003 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
2 changed files
with
2 additions
and
2 deletions
Changelog
1 | -version 0.5.6: | 1 | +version 0.6.0: |
2 | 2 | ||
3 | - minimalist FPU exception support (NetBSD FPU probe fix) | 3 | - minimalist FPU exception support (NetBSD FPU probe fix) |
4 | - cr0.ET fix (Win95 boot) | 4 | - cr0.ET fix (Win95 boot) |
@@ -22,6 +22,7 @@ version 0.5.6: | @@ -22,6 +22,7 @@ version 0.5.6: | ||
22 | - Support for other PC BIOSes | 22 | - Support for other PC BIOSes |
23 | - Initial PowerMac hardware emulation | 23 | - Initial PowerMac hardware emulation |
24 | - PowerMac/PREP OpenFirmware compatible BIOS (Jocelyn Mayer) | 24 | - PowerMac/PREP OpenFirmware compatible BIOS (Jocelyn Mayer) |
25 | + - initial IDE BMDMA support (needed for Darwin x86) | ||
25 | - Set the default memory size for PC emulation to 128 MB | 26 | - Set the default memory size for PC emulation to 128 MB |
26 | 27 | ||
27 | version 0.5.5: | 28 | version 0.5.5: |
TODO
@@ -5,7 +5,6 @@ short term: | @@ -5,7 +5,6 @@ short term: | ||
5 | - do not resize vga if invalid size. | 5 | - do not resize vga if invalid size. |
6 | - avoid looping if only exceptions | 6 | - avoid looping if only exceptions |
7 | - handle fast timers + add explicit clocks | 7 | - handle fast timers + add explicit clocks |
8 | -- OS/2 install bug | ||
9 | - cycle counter for all archs | 8 | - cycle counter for all archs |
10 | - TLB code protection support for PPC | 9 | - TLB code protection support for PPC |
11 | - add sysenter/sysexit and fxsr for L4 pistachio 686 | 10 | - add sysenter/sysexit and fxsr for L4 pistachio 686 |