Commit 70e198602bb4b254e506a0ea68de4ff1de56a3bd
1 parent
206f0fa7
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@165 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
7 additions
and
2 deletions
Changelog
... | ... | @@ -7,9 +7,14 @@ version 0.2: |
7 | 7 | - initial Alpha port (Falk Hueffner) |
8 | 8 | - initial IA64 port (Matt Wilson) |
9 | 9 | - initial Sparc and Sparc64 port (David S. Miller) |
10 | - - better exception support for dosemu | |
11 | 10 | - added HLT instruction |
12 | - - added GPF generation for I/Os | |
11 | + - LRET instruction fix. | |
12 | + - added GPF generation for I/Os. | |
13 | + - added INT3 and TF flag support. | |
14 | + - SHL instruction C flag fix. | |
15 | + - mmap emulation for host page size > 4KB | |
16 | + - self-modifying code support | |
17 | + - better VM86 support (dosemu begins to work) | |
13 | 18 | |
14 | 19 | version 0.1.6: |
15 | 20 | ... | ... |