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