blob: 03158ccb5a3cc5656f9d75813628b8f6cf884275 [file] [log] [blame]
bellard66cd5842003-04-10 00:02:58 +00001version 0.1.6:
2
bellard1eb87252003-04-11 01:12:28 +00003 - automatic library search system. QEMU can now work with unpatched
4 ELF dynamic loader and libc (Rusty Russell).
bellard66cd5842003-04-10 00:02:58 +00005 - ISO C warning fixes (Alistair Strachan)
bellard1eb87252003-04-11 01:12:28 +00006 - first self-virtualizable version (works only as long as the
7 translation cache is not flushed)
8 - RH9 fixes
bellard66cd5842003-04-10 00:02:58 +00009
bellard27c75a92003-04-07 21:35:21 +000010version 0.1.5:
11
12 - ppc64 support + personality() patch (Rusty Russell)
13 - first Alpha CPU patches (Falk Hueffner)
14 - removed bfd.h dependancy
15 - fixed shrd, shld, idivl and divl on PowerPC.
16 - fixed buggy glibc PowerPC rint() function (test-i386 passes now on PowerPC).
17
bellardbc8a22c2003-03-30 21:02:40 +000018version 0.1.4:
19
20 - more accurate VM86 emulation (can launch small DOS 16 bit
21 executables in wine).
22 - fixed push/pop fs/gs
23 - added iret instruction.
bellard27c75a92003-04-07 21:35:21 +000024 - added times() syscall and SIOCATMARK ioctl.
bellardbc8a22c2003-03-30 21:02:40 +000025
26version 0.1.3:
27
28 - S390 support (Ulrich Weigand)
29 - glibc 2.3.x compile fix (Ulrich Weigand)
30 - socketcall endian fix (Ulrich Weigand)
31 - struct sockaddr endian fix (Ulrich Weigand)
32 - sendmsg/recvmsg endian fix (Ulrich Weigand)
33 - execve endian fix (Ulrich Weigand)
34 - fdset endian fix (Ulrich Weigand)
35 - partial setsockopt syscall support (Ulrich Weigand)
36 - more accurate pushf/popf emulation
37 - first partial vm86() syscall support (can be used with runcom example).
38 - added bound, cmpxchg8b, cpuid instructions
39 - added 16 bit addressing support/override for string operations
40 - poll() fix
41
42version 0.1.2:
43
44 - compile fixes
45 - xlat instruction
46 - xchg instruction memory lock
47 - added simple vm86 example (not working with QEMU yet). The 54 byte
48 DOS executable 'pi_10.com' program was released by Bertram
49 Felgenhauer (more information at http://www.boo.net/~jasonp/pipage.html).
50
bellardd691f662003-03-24 21:58:34 +000051version 0.1.1:
52
53 - glibc 2.2 compilation fixes
54 - added -s and -L options
55 - binary distribution of x86 glibc and wine
bellardbc8a22c2003-03-30 21:02:40 +000056 - big endian fixes in ELF loader and getdents.
bellardd691f662003-03-24 21:58:34 +000057
bellard3ef693a2003-03-23 20:17:16 +000058version 0.1:
59
60 - initial public release.