X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=Changelog;h=6f8b3591e7d0891d2f5c6020c452f5c2b619865d;hb=e63c59cb34fdad20f70c83dd4bfe938fb37433ab;hp=95d9970667e3a80e96130826847ed573afdd2540;hpb=d9d849fc5dc755e5bfeecd889cb28f00486510eb;p=qemu diff --git a/Changelog b/Changelog index 95d9970..6f8b359 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,36 @@ +version 0.5.6: + + - minimalist FPU exception support (NetBSD FPU probe fix) + - cr0.ET fix (Win95 boot) + - *BSD port (Markus Niemisto) + - I/O access fix (signaled by Mark Jonckheere) + - IDE drives serial number fix (Mike Nordell) + - int13 CDROM BIOS fix (aka Solaris x86 install CD fix) + - int15, ah=86 BIOS fix (aka Solaris x86 hardware probe hang up fix) + - BSR/BSF "undefined behaviour" fix + +version 0.5.5: + + - SDL full screen support (initial patch by malc) + - VGA support on PowerPC PREP + - VBE fixes (Matthew Mastracci) + - PIT fixes (aka Win98 hardware probe and "VGA slowness" bug) + - IDE master only fixes (aka Win98 CD-ROM probe bug) + - ARM load/store half word fix (Ulrich Hecht) + - FDC fixes for Win98 + +version 0.5.4: + + - qemu-fast fixes + - BIOS area protection fix (aka EMM386.EXE fix) (Mike Nordell) + - keyboard/mouse fix (Mike Nordell) + - IDE fixes (Linux did not recognized slave drivers) + - VM86 EIP masking fix (aka NT5 install fix) (Mike Nordell) + - QEMU can now boot a PowerPC Linux kernel (Jocelyn Mayer) + - User mode network stack + - imul imm8 fix + 0x82 opcode support (Hidemi KAWAI) + - precise self modifying code (aka BeOS install bug) + version 0.5.3: - added Bochs VESA VBE support @@ -20,7 +53,12 @@ version 0.5.3: - multiple network interface support - initial x86-64 host support (Gwenole Beauchesne) - lret to outer priviledge fix (OS/2 install fix) - + - task switch fixes (SkyOS boot) + - VM save/restore commands + - new timer API + - more precise RTC emulation (periodic timers + time updates) + - Win32 port (initial patch by Kazu) + version 0.5.2: - improved soft MMU speed (assembly functions and specializing)