From: bellard Date: Wed, 14 May 2003 19:02:49 +0000 (+0000) Subject: update X-Git-Tag: v0.2.0~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=70e198602bb4b254e506a0ea68de4ff1de56a3bd;p=thirdparty%2Fqemu.git update git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@165 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/Changelog b/Changelog index 394b3e38e18..0cfa8ff6dfa 100644 --- a/Changelog +++ b/Changelog @@ -7,9 +7,14 @@ version 0.2: - initial Alpha port (Falk Hueffner) - initial IA64 port (Matt Wilson) - initial Sparc and Sparc64 port (David S. Miller) - - better exception support for dosemu - added HLT instruction - - added GPF generation for I/Os + - LRET instruction fix. + - added GPF generation for I/Os. + - added INT3 and TF flag support. + - SHL instruction C flag fix. + - mmap emulation for host page size > 4KB + - self-modifying code support + - better VM86 support (dosemu begins to work) version 0.1.6: