update
[qemu] / Changelog
1 version 0.4.2:
2
3  - many exception handling fixes (can compile a Linux kernel inside vl)
4  - IDE emulation support
5  - initial GDB stub support
6  - deferred update support for disk images (Rusty Russell)
7  - accept user mode Linux Copy On Write disk images
8  - SMP kernels can at least be booted
9
10 version 0.4.1:
11   
12  - more accurate timer support in vl.
13  - more reliable NE2000 probe in vl.
14  - added 2.5.66 kernel in vl-test.
15  - added VLTMPDIR environment variable in vl.
16
17 version 0.4:
18
19  - initial support for ring 0 x86 processor emulation
20  - fixed signal handling for correct dosemu DPMI emulation
21  - fast x86 MMU emulation with mmap()
22  - fixed popl (%esp) case
23  - Linux kernel can be executed by QEMU with the 'vl' command.
24
25 version 0.3:
26
27  - initial support for ARM emulation
28  - added fnsave, frstor, fnstenv, fldenv FPU instructions
29  - added FPU register save in signal emulation
30  - initial ARM port
31  - Sparc and Alpha ports work on the regression test
32  - generic ioctl number conversion
33  - fixed ioctl type conversion
34
35 version 0.2:
36
37  - PowerPC disassembly and ELF symbols output (Rusty Russell)
38  - flock support (Rusty Russell)
39  - ugetrlimit support (Rusty Russell)
40  - fstat64 fix (Rusty Russell)
41  - initial Alpha port (Falk Hueffner)
42  - initial IA64 port (Matt Wilson)
43  - initial Sparc and Sparc64 port (David S. Miller)
44  - added HLT instruction
45  - LRET instruction fix.
46  - added GPF generation for I/Os.
47  - added INT3 and TF flag support.
48  - SHL instruction C flag fix.
49  - mmap emulation for host page size > 4KB
50  - self-modifying code support
51  - better VM86 support (dosemu works on non trivial programs)
52  - precise exception support (EIP is computed correctly in most cases)
53  - more precise LDT/GDT/IDT emulation
54  - faster segment load in vm86 mode
55  - direct chaining of basic blocks (faster emulation)
56
57 version 0.1.6:
58
59  - automatic library search system. QEMU can now work with unpatched
60    ELF dynamic loader and libc (Rusty Russell).
61  - ISO C warning fixes (Alistair Strachan)
62  - first self-virtualizable version (works only as long as the
63    translation cache is not flushed)
64  - RH9 fixes
65
66 version 0.1.5:
67
68  - ppc64 support + personality() patch (Rusty Russell)
69  - first Alpha CPU patches (Falk Hueffner)
70  - removed bfd.h dependancy
71  - fixed shrd, shld, idivl and divl on PowerPC.
72  - fixed buggy glibc PowerPC rint() function (test-i386 passes now on PowerPC).
73
74 version 0.1.4:
75
76  - more accurate VM86 emulation (can launch small DOS 16 bit
77    executables in wine).
78  - fixed push/pop fs/gs
79  - added iret instruction.
80  - added times() syscall and SIOCATMARK ioctl.
81
82 version 0.1.3:
83
84  - S390 support (Ulrich Weigand)
85  - glibc 2.3.x compile fix (Ulrich Weigand)
86  - socketcall endian fix (Ulrich Weigand)
87  - struct sockaddr endian fix (Ulrich Weigand)
88  - sendmsg/recvmsg endian fix (Ulrich Weigand)
89  - execve endian fix (Ulrich Weigand)
90  - fdset endian fix (Ulrich Weigand)
91  - partial setsockopt syscall support (Ulrich Weigand)
92  - more accurate pushf/popf emulation
93  - first partial vm86() syscall support (can be used with runcom example).
94  - added bound, cmpxchg8b, cpuid instructions
95  - added 16 bit addressing support/override for string operations
96  - poll() fix
97  
98 version 0.1.2:
99
100  - compile fixes
101  - xlat instruction
102  - xchg instruction memory lock
103  - added simple vm86 example (not working with QEMU yet). The 54 byte
104    DOS executable 'pi_10.com' program was released by Bertram
105    Felgenhauer (more information at http://www.boo.net/~jasonp/pipage.html).
106
107 version 0.1.1:
108
109  - glibc 2.2 compilation fixes
110  - added -s and -L options
111  - binary distribution of x86 glibc and wine
112  - big endian fixes in ELF loader and getdents.
113
114 version 0.1:
115
116  - initial public release.