summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-05-14 19:02:49 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-05-14 19:02:49 +0000
commit70e198602bb4b254e506a0ea68de4ff1de56a3bd (patch)
tree6bf36e036a149590749a5e6de3e9ac9ad6102538
parent206f0fa7598242e3e3b742e72d4743e9ea4eefd0 (diff)
downloadqemu-70e198602bb4b254e506a0ea68de4ff1de56a3bd.tar.gz
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@165 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r--Changelog9
1 files changed, 7 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index 394b3e38e1..0cfa8ff6df 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: