]> git.proxmox.com Git - mirror_qemu.git/blame - Changelog
path patch
[mirror_qemu.git] / Changelog
CommitLineData
66cd5846
FB
1version 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
27c75a9a
FB
7version 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
bc8a22cc
FB
15version 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.
27c75a9a 21 - added times() syscall and SIOCATMARK ioctl.
bc8a22cc
FB
22
23version 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
39version 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
d691f669
FB
48version 0.1.1:
49
50 - glibc 2.2 compilation fixes
51 - added -s and -L options
52 - binary distribution of x86 glibc and wine
bc8a22cc 53 - big endian fixes in ELF loader and getdents.
d691f669 54
3ef693a0
FB
55version 0.1:
56
57 - initial public release.