diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-04-07 21:35:21 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-04-07 21:35:21 +0000 |
commit | 27c75a9a906e4ae2b362a35501a88a3e70fe773e (patch) | |
tree | feae1262a15e673dfb0dece5551aa75f99284b58 /Changelog | |
parent | d0cd3b8d84172d6a7a365e41806e37868067b2aa (diff) |
updatev0.1.5
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@85 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,9 +1,18 @@ +version 0.1.5: + + - ppc64 support + personality() patch (Rusty Russell) + - first Alpha CPU patches (Falk Hueffner) + - removed bfd.h dependancy + - fixed shrd, shld, idivl and divl on PowerPC. + - fixed buggy glibc PowerPC rint() function (test-i386 passes now on PowerPC). + version 0.1.4: - more accurate VM86 emulation (can launch small DOS 16 bit executables in wine). - fixed push/pop fs/gs - added iret instruction. + - added times() syscall and SIOCATMARK ioctl. version 0.1.3: |