]> git.proxmox.com Git - qemu.git/blame - Changelog
autogen opc-i386.h
[qemu.git] / Changelog
CommitLineData
3c51961e
FB
1version 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)
86840ae2 10 - added HLT instruction
70e19860
FB
11 - LRET instruction fix.
12 - added GPF generation for I/Os.
13 - added INT3 and TF flag support.
14 - SHL instruction C flag fix.
15 - mmap emulation for host page size > 4KB
16 - self-modifying code support
17 - better VM86 support (dosemu begins to work)
3c51961e 18
66cd5846
FB
19version 0.1.6:
20
1eb87257
FB
21 - automatic library search system. QEMU can now work with unpatched
22 ELF dynamic loader and libc (Rusty Russell).
66cd5846 23 - ISO C warning fixes (Alistair Strachan)
1eb87257
FB
24 - first self-virtualizable version (works only as long as the
25 translation cache is not flushed)
26 - RH9 fixes
66cd5846 27
27c75a9a
FB
28version 0.1.5:
29
30 - ppc64 support + personality() patch (Rusty Russell)
31 - first Alpha CPU patches (Falk Hueffner)
32 - removed bfd.h dependancy
33 - fixed shrd, shld, idivl and divl on PowerPC.
34 - fixed buggy glibc PowerPC rint() function (test-i386 passes now on PowerPC).
35
bc8a22cc
FB
36version 0.1.4:
37
38 - more accurate VM86 emulation (can launch small DOS 16 bit
39 executables in wine).
40 - fixed push/pop fs/gs
41 - added iret instruction.
27c75a9a 42 - added times() syscall and SIOCATMARK ioctl.
bc8a22cc
FB
43
44version 0.1.3:
45
46 - S390 support (Ulrich Weigand)
47 - glibc 2.3.x compile fix (Ulrich Weigand)
48 - socketcall endian fix (Ulrich Weigand)
49 - struct sockaddr endian fix (Ulrich Weigand)
50 - sendmsg/recvmsg endian fix (Ulrich Weigand)
51 - execve endian fix (Ulrich Weigand)
52 - fdset endian fix (Ulrich Weigand)
53 - partial setsockopt syscall support (Ulrich Weigand)
54 - more accurate pushf/popf emulation
55 - first partial vm86() syscall support (can be used with runcom example).
56 - added bound, cmpxchg8b, cpuid instructions
57 - added 16 bit addressing support/override for string operations
58 - poll() fix
59
60version 0.1.2:
61
62 - compile fixes
63 - xlat instruction
64 - xchg instruction memory lock
65 - added simple vm86 example (not working with QEMU yet). The 54 byte
66 DOS executable 'pi_10.com' program was released by Bertram
67 Felgenhauer (more information at http://www.boo.net/~jasonp/pipage.html).
68
d691f669
FB
69version 0.1.1:
70
71 - glibc 2.2 compilation fixes
72 - added -s and -L options
73 - binary distribution of x86 glibc and wine
bc8a22cc 74 - big endian fixes in ELF loader and getdents.
d691f669 75
3ef693a0
FB
76version 0.1:
77
78 - initial public release.