]> git.proxmox.com Git - qemu.git/blame - Changelog
update
[qemu.git] / Changelog
CommitLineData
4690764b
FB
1version 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
d5a0b50c
FB
10version 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
6c0372d3
FB
17version 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
1eb20527 23 - Linux kernel can be executed by QEMU with the 'vl' command.
6c0372d3 24
411bffc4 25version 0.3:
de83cd02
FB
26
27 - initial support for ARM emulation
411bffc4
FB
28 - added fnsave, frstor, fnstenv, fldenv FPU instructions
29 - added FPU register save in signal emulation
322d0c66 30 - initial ARM port
de83cd02
FB
31 - Sparc and Alpha ports work on the regression test
32 - generic ioctl number conversion
33 - fixed ioctl type conversion
411bffc4 34
3c51961e
FB
35version 0.2:
36
1eb20527
FB
37 - PowerPC disassembly and ELF symbols output (Rusty Russell)
38 - flock support (Rusty Russell)
39 - ugetrlimit support (Rusty Russell)
40 - fstat64 fix (Rusty Russell)
3c51961e
FB
41 - initial Alpha port (Falk Hueffner)
42 - initial IA64 port (Matt Wilson)
43 - initial Sparc and Sparc64 port (David S. Miller)
86840ae2 44 - added HLT instruction
70e19860
FB
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
df0f11a0
FB
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)
3c51961e 56
66cd5846
FB
57version 0.1.6:
58
1eb87257
FB
59 - automatic library search system. QEMU can now work with unpatched
60 ELF dynamic loader and libc (Rusty Russell).
66cd5846 61 - ISO C warning fixes (Alistair Strachan)
1eb87257
FB
62 - first self-virtualizable version (works only as long as the
63 translation cache is not flushed)
64 - RH9 fixes
66cd5846 65
27c75a9a
FB
66version 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
bc8a22cc
FB
74version 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.
27c75a9a 80 - added times() syscall and SIOCATMARK ioctl.
bc8a22cc
FB
81
82version 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
98version 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
d691f669
FB
107version 0.1.1:
108
109 - glibc 2.2 compilation fixes
110 - added -s and -L options
111 - binary distribution of x86 glibc and wine
bc8a22cc 112 - big endian fixes in ELF loader and getdents.
d691f669 113
3ef693a0
FB
114version 0.1:
115
116 - initial public release.