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