aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-05-28 00:27:57 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-05-28 00:27:57 +0000
commitdf0f11a03b5bda2a16b8fd9530b1feeef93da8e5 (patch)
tree7e6f003799bcdfa3abbc7a56e9da18fd57678df8 /Changelog
parent2d92f0b8f006fdd4ed2a2fdd6ada54761fe3ea56 (diff)
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@197 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog6
1 files changed, 5 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 0cfa8ff6df..567997d422 100644
--- a/Changelog
+++ b/Changelog
@@ -14,7 +14,11 @@ version 0.2:
- SHL instruction C flag fix.
- mmap emulation for host page size > 4KB
- self-modifying code support
- - better VM86 support (dosemu begins to work)
+ - better VM86 support (dosemu works on non trivial programs)
+ - precise exception support (EIP is computed correctly in most cases)
+ - more precise LDT/GDT/IDT emulation
+ - faster segment load in vm86 mode
+ - direct chaining of basic blocks (faster emulation)
version 0.1.6: