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