]> git.proxmox.com Git - qemu.git/blame - Changelog
invd and wbinvd support - fixed code gen logic for invlpg - simpler exception handlin...
[qemu.git] / Changelog
CommitLineData
9c3ad574
FB
1version 0.5.1:
2
3 - float access fixes when using soft mmu
4 - PC emulation support on PowerPC
5 - A20 support
181f1558
FB
6 - IDE CD-ROM emulation
7 - ARM fixes (Ulrich Hecht)
8 - SB16 emulation (malc)
9 - IRET and INT fixes in VM86 mode with IOPL=3
10 - Port I/Os use TSS io map
11 - Full task switching/task gate support
67867308
FB
12 - added verr, verw, arpl, fcmovxx
13 - PowerPC target support (Jocelyn Mayer)
9c3ad574 14
285dc330 15version 0.5.0:
9368caf6
FB
16
17 - full hardware level VGA emulation
18 - graphical display with SDL
19 - added PS/2 mouse and keyboard emulation
20 - popw (%esp) fix
21 - mov to/from segment data width fix
22 - added real mode support
0806e3f6 23 - added Bochs BIOS and LGPL'ed VGA BIOS loader in qemu
9368caf6
FB
24 - m68k host port (Richard Zidlicky)
25 - partial soft MMU support for memory mapped I/Os
26 - multi-target build
fcf8fcc8
FB
27 - fixed: no error code in hardware interrupts
28 - fixed: pop ss, mov ss, x and sti disable hardware irqs for the next insn
29 - correct single stepping thru string operations
0806e3f6
FB
30 - preliminary SPARC target support (Thomas M. Ogrisegg)
31 - tun-fd option (Rusty Russell)
32 - automatic IDE geometry detection
285dc330 33 - renamed 'vl' to qemu[-fast] and user qemu to qemu-{cpu}.
0806e3f6 34 - added man page
9c3ad574 35 - added full soft mmu mode to launch unpatched OSes.
9368caf6 36
9d0fe224
FB
37version 0.4.3:
38
39 - x86 exception fix in case of nop instruction.
40 - gcc 3.2.2 bug workaround (RedHat 9 fix)
41 - sparc and Alpha host fixes
42 - many ARM target fixes: 'ls' and 'bash' can be launched.
43
4690764b
FB
44version 0.4.2:
45
46 - many exception handling fixes (can compile a Linux kernel inside vl)
47 - IDE emulation support
48 - initial GDB stub support
49 - deferred update support for disk images (Rusty Russell)
9d0fe224 50 - accept User Mode Linux Copy On Write disk images
4690764b
FB
51 - SMP kernels can at least be booted
52
d5a0b50c
FB
53version 0.4.1:
54
55 - more accurate timer support in vl.
56 - more reliable NE2000 probe in vl.
57 - added 2.5.66 kernel in vl-test.
58 - added VLTMPDIR environment variable in vl.
59
6c0372d3
FB
60version 0.4:
61
62 - initial support for ring 0 x86 processor emulation
63 - fixed signal handling for correct dosemu DPMI emulation
64 - fast x86 MMU emulation with mmap()
65 - fixed popl (%esp) case
1eb20527 66 - Linux kernel can be executed by QEMU with the 'vl' command.
6c0372d3 67
411bffc4 68version 0.3:
de83cd02
FB
69
70 - initial support for ARM emulation
411bffc4
FB
71 - added fnsave, frstor, fnstenv, fldenv FPU instructions
72 - added FPU register save in signal emulation
322d0c66 73 - initial ARM port
de83cd02
FB
74 - Sparc and Alpha ports work on the regression test
75 - generic ioctl number conversion
76 - fixed ioctl type conversion
411bffc4 77
3c51961e
FB
78version 0.2:
79
1eb20527
FB
80 - PowerPC disassembly and ELF symbols output (Rusty Russell)
81 - flock support (Rusty Russell)
82 - ugetrlimit support (Rusty Russell)
83 - fstat64 fix (Rusty Russell)
3c51961e
FB
84 - initial Alpha port (Falk Hueffner)
85 - initial IA64 port (Matt Wilson)
86 - initial Sparc and Sparc64 port (David S. Miller)
86840ae2 87 - added HLT instruction
70e19860
FB
88 - LRET instruction fix.
89 - added GPF generation for I/Os.
90 - added INT3 and TF flag support.
91 - SHL instruction C flag fix.
92 - mmap emulation for host page size > 4KB
93 - self-modifying code support
df0f11a0
FB
94 - better VM86 support (dosemu works on non trivial programs)
95 - precise exception support (EIP is computed correctly in most cases)
96 - more precise LDT/GDT/IDT emulation
97 - faster segment load in vm86 mode
98 - direct chaining of basic blocks (faster emulation)
3c51961e 99
66cd5846
FB
100version 0.1.6:
101
1eb87257
FB
102 - automatic library search system. QEMU can now work with unpatched
103 ELF dynamic loader and libc (Rusty Russell).
66cd5846 104 - ISO C warning fixes (Alistair Strachan)
1eb87257
FB
105 - first self-virtualizable version (works only as long as the
106 translation cache is not flushed)
107 - RH9 fixes
66cd5846 108
27c75a9a
FB
109version 0.1.5:
110
111 - ppc64 support + personality() patch (Rusty Russell)
112 - first Alpha CPU patches (Falk Hueffner)
113 - removed bfd.h dependancy
114 - fixed shrd, shld, idivl and divl on PowerPC.
115 - fixed buggy glibc PowerPC rint() function (test-i386 passes now on PowerPC).
116
bc8a22cc
FB
117version 0.1.4:
118
119 - more accurate VM86 emulation (can launch small DOS 16 bit
120 executables in wine).
121 - fixed push/pop fs/gs
122 - added iret instruction.
27c75a9a 123 - added times() syscall and SIOCATMARK ioctl.
bc8a22cc
FB
124
125version 0.1.3:
126
127 - S390 support (Ulrich Weigand)
128 - glibc 2.3.x compile fix (Ulrich Weigand)
129 - socketcall endian fix (Ulrich Weigand)
130 - struct sockaddr endian fix (Ulrich Weigand)
131 - sendmsg/recvmsg endian fix (Ulrich Weigand)
132 - execve endian fix (Ulrich Weigand)
133 - fdset endian fix (Ulrich Weigand)
134 - partial setsockopt syscall support (Ulrich Weigand)
135 - more accurate pushf/popf emulation
136 - first partial vm86() syscall support (can be used with runcom example).
137 - added bound, cmpxchg8b, cpuid instructions
138 - added 16 bit addressing support/override for string operations
139 - poll() fix
140
141version 0.1.2:
142
143 - compile fixes
144 - xlat instruction
145 - xchg instruction memory lock
146 - added simple vm86 example (not working with QEMU yet). The 54 byte
147 DOS executable 'pi_10.com' program was released by Bertram
148 Felgenhauer (more information at http://www.boo.net/~jasonp/pipage.html).
149
d691f669
FB
150version 0.1.1:
151
152 - glibc 2.2 compilation fixes
153 - added -s and -L options
154 - binary distribution of x86 glibc and wine
bc8a22cc 155 - big endian fixes in ELF loader and getdents.
d691f669 156
3ef693a0
FB
157version 0.1:
158
159 - initial public release.