diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-06-15 20:25:43 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-06-15 20:25:43 +0000 |
commit | de83cd02e0124536e05e6ad1fd5e4dc783156dab (patch) | |
tree | 855e5ca7802b808fc3c20e7e786cbe1ccf84bbed /Changelog | |
parent | 6380ab5e26f721ddb1d95a247b20b05fbabc667a (diff) |
arm emulation supportv0.3.0
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@246 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,7 +1,12 @@ version 0.3: + + - initial support for ARM emulation - added fnsave, frstor, fnstenv, fldenv FPU instructions - added FPU register save in signal emulation - ARM port + - Sparc and Alpha ports work on the regression test + - generic ioctl number conversion + - fixed ioctl type conversion version 0.2: |