]> git.proxmox.com Git - qemu.git/blame - Changelog
update
[qemu.git] / Changelog
CommitLineData
49b3b9fb
FB
1version 0.6.1:
2
3 - Mac OS X port (Pierre d'Herbemont)
4 - Virtual console support
5
d08c49aa 6version 0.6.0:
44c513c4
FB
7
8 - minimalist FPU exception support (NetBSD FPU probe fix)
9 - cr0.ET fix (Win95 boot)
f528bfd4
FB
10 - *BSD port (Markus Niemisto)
11 - I/O access fix (signaled by Mark Jonckheere)
12 - IDE drives serial number fix (Mike Nordell)
13 - int13 CDROM BIOS fix (aka Solaris x86 install CD fix)
14 - int15, ah=86 BIOS fix (aka Solaris x86 hardware probe hang up fix)
15 - BSR/BSF "undefined behaviour" fix
69b91039
FB
16 - vmdk2raw: convert VMware disk images to raw images
17 - PCI support
18 - NE2K PCI support
4399059e
FB
19 - dummy VGA PCI support
20 - VGA font selection fix (Daniel Serpell)
b54ad049 21 - PIC reset fix (Hidemi KAWAI)
15aeac38 22 - PIC spurious irq support (aka Solaris install bug)
be3edd95 23 - added '-localtime' option
7e71f16f 24 - Cirrus CL-GD54xx VGA support (initial patch by Makoto Suzuki (suzu))
987c1c69
FB
25 - APM and system shutdown support
26 - Fixed system reset
70867490 27 - Support for other PC BIOSes
638260eb
FB
28 - Initial PowerMac hardware emulation
29 - PowerMac/PREP OpenFirmware compatible BIOS (Jocelyn Mayer)
d08c49aa 30 - initial IDE BMDMA support (needed for Darwin x86)
7e71f16f 31 - Set the default memory size for PC emulation to 128 MB
44c513c4 32
b06eddd3
FB
33version 0.5.5:
34
35 - SDL full screen support (initial patch by malc)
36 - VGA support on PowerPC PREP
37 - VBE fixes (Matthew Mastracci)
a1b74fe8 38 - PIT fixes (aka Win98 hardware probe and "VGA slowness" bug)
66201e2d 39 - IDE master only fixes (aka Win98 CD-ROM probe bug)
a1b74fe8
FB
40 - ARM load/store half word fix (Ulrich Hecht)
41 - FDC fixes for Win98
b06eddd3 42
2f0c934e
FB
43version 0.5.4:
44
45 - qemu-fast fixes
46 - BIOS area protection fix (aka EMM386.EXE fix) (Mike Nordell)
47 - keyboard/mouse fix (Mike Nordell)
48 - IDE fixes (Linux did not recognized slave drivers)
49 - VM86 EIP masking fix (aka NT5 install fix) (Mike Nordell)
91caaa61
FB
50 - QEMU can now boot a PowerPC Linux kernel (Jocelyn Mayer)
51 - User mode network stack
52 - imul imm8 fix + 0x82 opcode support (Hidemi KAWAI)
52c00a5f 53 - precise self modifying code (aka BeOS install bug)
2f0c934e 54
625976da
FB
55version 0.5.3:
56
6411cfb6 57 - added Bochs VESA VBE support
625976da
FB
58 - VGA memory map mode 3 access fix (OS/2 install fix)
59 - IDE fixes (Jens Axboe)
60 - CPU interrupt fixes
61 - fixed various TLB invalidation cases (NT install)
22a46c55 62 - fixed cr0.WP semantics (XP install)
94fe4f9f 63 - direct chaining support for SPARC and PowerPC (faster)
22a46c55
FB
64 - ARM NWFPE support (initial patch by Ulrich Hecht)
65 - added specific x86 to x86 translator (close to native performance
66 in qemu-i386 and qemu-fast)
94fe4f9f
FB
67 - shm syscalls support (Paul McKerras)
68 - added accurate CR0.MP/ME/TS emulation
69 - fixed DMA memory write access (Win95 boot floppy fix)
70 - graphical x86 linux loader
71 - command line monitor
72 - generic removable device support
73 - support of CD-ROM change
74 - multiple network interface support
bc51c5c9 75 - initial x86-64 host support (Gwenole Beauchesne)
d9d849fc 76 - lret to outer priviledge fix (OS/2 install fix)
bb27c190
FB
77 - task switch fixes (SkyOS boot)
78 - VM save/restore commands
79 - new timer API
80 - more precise RTC emulation (periodic timers + time updates)
67b915a5 81 - Win32 port (initial patch by Kazu)
bb27c190 82
efe160c5 83version 0.5.2:
2be3bc02 84
efe160c5
FB
85 - improved soft MMU speed (assembly functions and specializing)
86 - improved multitasking speed by avoiding flushing TBs when
87 switching tasks
88 - improved qemu-fast speed
89 - improved self modifying code handling (big performance gain in
90 softmmu mode).
91 - fixed IO checking
92 - fixed CD-ROM detection (win98 install CD)
93 - fixed addseg real mode bug (GRUB boot fix)
94 - added ROM memory support (win98 boot)
95 - fixed 'call Ev' in case of paging exception
96 - updated the script 'qemu-binfmt-conf.sh' to use QEMU automagically
97 when launching executables for the supported target CPUs.
728c9fd5
FB
98 - PowerPC system emulation update (Jocelyn Mayer)
99 - PC floppy emulation and DMA fixes (Jocelyn Mayer)
100 - polled mode for PIC (Jocelyn Mayer)
2be3bc02
FB
101 - fixed PTE dirty bit handling
102 - fixed xadd same reg bug
103 - fixed cmpxchg exception safeness
3d4b4c0f
FB
104 - access to virtual memory in gdb stub
105 - task gate and NT flag fixes
e98c8721 106 - eflags optimisation fix for string operations
efe160c5 107
9c3ad574
FB
108version 0.5.1:
109
110 - float access fixes when using soft mmu
111 - PC emulation support on PowerPC
112 - A20 support
181f1558
FB
113 - IDE CD-ROM emulation
114 - ARM fixes (Ulrich Hecht)
115 - SB16 emulation (malc)
116 - IRET and INT fixes in VM86 mode with IOPL=3
117 - Port I/Os use TSS io map
118 - Full task switching/task gate support
67867308
FB
119 - added verr, verw, arpl, fcmovxx
120 - PowerPC target support (Jocelyn Mayer)
3811a291 121 - Major SPARC target fixes (dynamically linked programs begin to work)
9c3ad574 122
285dc330 123version 0.5.0:
9368caf6
FB
124
125 - full hardware level VGA emulation
126 - graphical display with SDL
127 - added PS/2 mouse and keyboard emulation
128 - popw (%esp) fix
129 - mov to/from segment data width fix
130 - added real mode support
0806e3f6 131 - added Bochs BIOS and LGPL'ed VGA BIOS loader in qemu
9368caf6
FB
132 - m68k host port (Richard Zidlicky)
133 - partial soft MMU support for memory mapped I/Os
134 - multi-target build
fcf8fcc8
FB
135 - fixed: no error code in hardware interrupts
136 - fixed: pop ss, mov ss, x and sti disable hardware irqs for the next insn
137 - correct single stepping thru string operations
0806e3f6
FB
138 - preliminary SPARC target support (Thomas M. Ogrisegg)
139 - tun-fd option (Rusty Russell)
140 - automatic IDE geometry detection
285dc330 141 - renamed 'vl' to qemu[-fast] and user qemu to qemu-{cpu}.
0806e3f6 142 - added man page
9c3ad574 143 - added full soft mmu mode to launch unpatched OSes.
9368caf6 144
9d0fe224
FB
145version 0.4.3:
146
147 - x86 exception fix in case of nop instruction.
148 - gcc 3.2.2 bug workaround (RedHat 9 fix)
149 - sparc and Alpha host fixes
150 - many ARM target fixes: 'ls' and 'bash' can be launched.
151
4690764b
FB
152version 0.4.2:
153
154 - many exception handling fixes (can compile a Linux kernel inside vl)
155 - IDE emulation support
156 - initial GDB stub support
157 - deferred update support for disk images (Rusty Russell)
9d0fe224 158 - accept User Mode Linux Copy On Write disk images
4690764b
FB
159 - SMP kernels can at least be booted
160
d5a0b50c
FB
161version 0.4.1:
162
163 - more accurate timer support in vl.
164 - more reliable NE2000 probe in vl.
165 - added 2.5.66 kernel in vl-test.
166 - added VLTMPDIR environment variable in vl.
167
6c0372d3
FB
168version 0.4:
169
170 - initial support for ring 0 x86 processor emulation
171 - fixed signal handling for correct dosemu DPMI emulation
172 - fast x86 MMU emulation with mmap()
173 - fixed popl (%esp) case
1eb20527 174 - Linux kernel can be executed by QEMU with the 'vl' command.
6c0372d3 175
411bffc4 176version 0.3:
de83cd02
FB
177
178 - initial support for ARM emulation
411bffc4
FB
179 - added fnsave, frstor, fnstenv, fldenv FPU instructions
180 - added FPU register save in signal emulation
322d0c66 181 - initial ARM port
de83cd02
FB
182 - Sparc and Alpha ports work on the regression test
183 - generic ioctl number conversion
184 - fixed ioctl type conversion
411bffc4 185
3c51961e
FB
186version 0.2:
187
1eb20527
FB
188 - PowerPC disassembly and ELF symbols output (Rusty Russell)
189 - flock support (Rusty Russell)
190 - ugetrlimit support (Rusty Russell)
191 - fstat64 fix (Rusty Russell)
3c51961e
FB
192 - initial Alpha port (Falk Hueffner)
193 - initial IA64 port (Matt Wilson)
194 - initial Sparc and Sparc64 port (David S. Miller)
86840ae2 195 - added HLT instruction
70e19860
FB
196 - LRET instruction fix.
197 - added GPF generation for I/Os.
198 - added INT3 and TF flag support.
199 - SHL instruction C flag fix.
200 - mmap emulation for host page size > 4KB
201 - self-modifying code support
df0f11a0
FB
202 - better VM86 support (dosemu works on non trivial programs)
203 - precise exception support (EIP is computed correctly in most cases)
204 - more precise LDT/GDT/IDT emulation
205 - faster segment load in vm86 mode
206 - direct chaining of basic blocks (faster emulation)
3c51961e 207
66cd5846
FB
208version 0.1.6:
209
1eb87257
FB
210 - automatic library search system. QEMU can now work with unpatched
211 ELF dynamic loader and libc (Rusty Russell).
66cd5846 212 - ISO C warning fixes (Alistair Strachan)
1eb87257
FB
213 - first self-virtualizable version (works only as long as the
214 translation cache is not flushed)
215 - RH9 fixes
66cd5846 216
27c75a9a
FB
217version 0.1.5:
218
219 - ppc64 support + personality() patch (Rusty Russell)
220 - first Alpha CPU patches (Falk Hueffner)
221 - removed bfd.h dependancy
222 - fixed shrd, shld, idivl and divl on PowerPC.
223 - fixed buggy glibc PowerPC rint() function (test-i386 passes now on PowerPC).
224
bc8a22cc
FB
225version 0.1.4:
226
227 - more accurate VM86 emulation (can launch small DOS 16 bit
228 executables in wine).
229 - fixed push/pop fs/gs
230 - added iret instruction.
27c75a9a 231 - added times() syscall and SIOCATMARK ioctl.
bc8a22cc
FB
232
233version 0.1.3:
234
235 - S390 support (Ulrich Weigand)
236 - glibc 2.3.x compile fix (Ulrich Weigand)
237 - socketcall endian fix (Ulrich Weigand)
238 - struct sockaddr endian fix (Ulrich Weigand)
239 - sendmsg/recvmsg endian fix (Ulrich Weigand)
240 - execve endian fix (Ulrich Weigand)
241 - fdset endian fix (Ulrich Weigand)
242 - partial setsockopt syscall support (Ulrich Weigand)
243 - more accurate pushf/popf emulation
244 - first partial vm86() syscall support (can be used with runcom example).
245 - added bound, cmpxchg8b, cpuid instructions
246 - added 16 bit addressing support/override for string operations
247 - poll() fix
248
249version 0.1.2:
250
251 - compile fixes
252 - xlat instruction
253 - xchg instruction memory lock
254 - added simple vm86 example (not working with QEMU yet). The 54 byte
255 DOS executable 'pi_10.com' program was released by Bertram
256 Felgenhauer (more information at http://www.boo.net/~jasonp/pipage.html).
257
d691f669
FB
258version 0.1.1:
259
260 - glibc 2.2 compilation fixes
261 - added -s and -L options
262 - binary distribution of x86 glibc and wine
bc8a22cc 263 - big endian fixes in ELF loader and getdents.
d691f669 264
3ef693a0
FB
265version 0.1:
266
267 - initial public release.