]> git.proxmox.com Git - qemu.git/blame - Changelog
update
[qemu.git] / Changelog
CommitLineData
66cd5846
FB
1version 0.1.6:
2
1eb87257
FB
3 - automatic library search system. QEMU can now work with unpatched
4 ELF dynamic loader and libc (Rusty Russell).
66cd5846 5 - ISO C warning fixes (Alistair Strachan)
1eb87257
FB
6 - first self-virtualizable version (works only as long as the
7 translation cache is not flushed)
8 - RH9 fixes
66cd5846 9
27c75a9a
FB
10version 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
bc8a22cc
FB
18version 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.
27c75a9a 24 - added times() syscall and SIOCATMARK ioctl.
bc8a22cc
FB
25
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
d691f669
FB
51version 0.1.1:
52
53 - glibc 2.2 compilation fixes
54 - added -s and -L options
55 - binary distribution of x86 glibc and wine
bc8a22cc 56 - big endian fixes in ELF loader and getdents.
d691f669 57
3ef693a0
FB
58version 0.1:
59
60 - initial public release.