]> git.ipfire.org Git - thirdparty/qemu.git/blame - Changelog
ISO C fixes
[thirdparty/qemu.git] / Changelog
CommitLineData
27c75a9a
FB
1version 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
bc8a22cc
FB
9version 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.
27c75a9a 15 - added times() syscall and SIOCATMARK ioctl.
bc8a22cc
FB
16
17version 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
33version 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
d691f669
FB
42version 0.1.1:
43
44 - glibc 2.2 compilation fixes
45 - added -s and -L options
46 - binary distribution of x86 glibc and wine
bc8a22cc 47 - big endian fixes in ELF loader and getdents.
d691f669 48
3ef693a0
FB
49version 0.1:
50
51 - initial public release.