Commit d08c49aae0fe7d5507c73d042486c9d9701a34b3

Authored by bellard
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 3 - minimalist FPU exception support (NetBSD FPU probe fix)
4 4 - cr0.ET fix (Win95 boot)
... ... @@ -22,6 +22,7 @@ version 0.5.6:
22 22 - Support for other PC BIOSes
23 23 - Initial PowerMac hardware emulation
24 24 - PowerMac/PREP OpenFirmware compatible BIOS (Jocelyn Mayer)
  25 + - initial IDE BMDMA support (needed for Darwin x86)
25 26 - Set the default memory size for PC emulation to 128 MB
26 27  
27 28 version 0.5.5:
... ...
... ... @@ -5,7 +5,6 @@ short term:
5 5 - do not resize vga if invalid size.
6 6 - avoid looping if only exceptions
7 7 - handle fast timers + add explicit clocks
8   -- OS/2 install bug
9 8 - cycle counter for all archs
10 9 - TLB code protection support for PPC
11 10 - add sysenter/sysexit and fxsr for L4 pistachio 686
... ...