update
[qemu] / Changelog
1 version 0.1.5:
2
3  - ppc64 support + personality() patch (Rusty Russell)
4  - first Alpha CPU patches (Falk Hueffner)
5  - removed bfd.h dependancy
6  - fixed shrd, shld, idivl and divl on PowerPC.
7  - fixed buggy glibc PowerPC rint() function (test-i386 passes now on PowerPC).
8
9 version 0.1.4:
10
11  - more accurate VM86 emulation (can launch small DOS 16 bit
12    executables in wine).
13  - fixed push/pop fs/gs
14  - added iret instruction.
15  - added times() syscall and SIOCATMARK ioctl.
16
17 version 0.1.3:
18
19  - S390 support (Ulrich Weigand)
20  - glibc 2.3.x compile fix (Ulrich Weigand)
21  - socketcall endian fix (Ulrich Weigand)
22  - struct sockaddr endian fix (Ulrich Weigand)
23  - sendmsg/recvmsg endian fix (Ulrich Weigand)
24  - execve endian fix (Ulrich Weigand)
25  - fdset endian fix (Ulrich Weigand)
26  - partial setsockopt syscall support (Ulrich Weigand)
27  - more accurate pushf/popf emulation
28  - first partial vm86() syscall support (can be used with runcom example).
29  - added bound, cmpxchg8b, cpuid instructions
30  - added 16 bit addressing support/override for string operations
31  - poll() fix
32  
33 version 0.1.2:
34
35  - compile fixes
36  - xlat instruction
37  - xchg instruction memory lock
38  - added simple vm86 example (not working with QEMU yet). The 54 byte
39    DOS executable 'pi_10.com' program was released by Bertram
40    Felgenhauer (more information at http://www.boo.net/~jasonp/pipage.html).
41
42 version 0.1.1:
43
44  - glibc 2.2 compilation fixes
45  - added -s and -L options
46  - binary distribution of x86 glibc and wine
47  - big endian fixes in ELF loader and getdents.
48
49 version 0.1:
50
51  - initial public release.