]> git.proxmox.com Git - mirror_qemu.git/blob - Changelog
Windows 2000 install disk full hack (original idea from Vladimir N. Oleynik)
[mirror_qemu.git] / Changelog
1 version 0.7.1:
2
3 - read-only Virtual FAT support (Johannes Schindelin)
4 - Windows 2000 install disk full hack (original idea from Vladimir
5 N. Oleynik)
6
7 version 0.7.0:
8
9 - better BIOS translation and HDD geometry auto-detection
10 - user mode networking bug fix
11 - undocumented FPU ops support
12 - Cirrus VGA: support for 1280x1024x[8,15,16] modes
13 - 'pidfile' option
14 - .dmg disk image format support (Johannes Schindelin)
15 - keymaps support (initial patch by Johannes Schindelin)
16 - big endian ARM support (Lennert Buytenhek)
17 - added generic 64 bit target support
18 - x86_64 target support
19 - initial APIC support
20 - MMX/SSE/SSE2/PNI support
21 - PC parallel port support (Mark Jonckheere)
22 - initial SPARC64 support (Blue Swirl)
23 - SPARC target boots Linux (Blue Swirl)
24 - armv5te user mode support (Paul Brook)
25 - ARM VFP support (Paul Brook)
26 - ARM "Angel" semihosting syscalls (Paul Brook)
27 - user mode gdb stub support (Paul Brook)
28 - Samba 3 support
29 - initial Cocoa support (Pierre d'Herbemont)
30 - generic FPU emulation code
31 - Virtual PC read-only disk image support (Alex Beregszaszi)
32
33 version 0.6.1:
34
35 - Mac OS X port (Pierre d'Herbemont)
36 - Virtual console support
37 - Better monitor line edition
38 - New block device layer
39 - New 'qcow' growable disk image support with AES encryption and
40 transparent decompression
41 - VMware 3 and 4 read-only disk image support (untested)
42 - Support for up to 4 serial ports
43 - TFTP server support (Magnus Damm)
44 - Port redirection support in user mode networking
45 - Support for not executable data sections
46 - Compressed loop disk image support (Johannes Schindelin)
47 - Level triggered IRQ fix (aka NE2000 PCI performance fix) (Steve
48 Wormley)
49 - Fixed Fedora Core 2 problems (now you can run qemu without any
50 LD_ASSUME_KERNEL tricks on FC2)
51 - DHCP fix for Windows (accept DHCPREQUEST alone)
52 - SPARC system emulation (Blue Swirl)
53 - Automatic Samba configuration for host file access from Windows.
54 - '-loadvm' and '-full-screen' options
55 - ne2000 savevm support (Johannes Schindelin)
56 - Ctrl-Alt is now the default grab key. Ctrl-Alt-[0-9] switches to
57 the virtual consoles.
58 - BIOS floppy fix for NT4 (Mike Nordell, Derek Fawcus, Volker Ruppert)
59 - Floppy fixes for NT4 and NT5 (Mike Nordell)
60 - NT4 IDE fixes (Ben Pfaf, Mike Nordell)
61 - SDL Audio support and SB16 fixes (malc)
62 - ENTER instruction bug fix (initial patch by Stefan Kisdaroczi)
63 - VGA font change fix
64 - VGA read-only CRTC register fix
65
66 version 0.6.0:
67
68 - minimalist FPU exception support (NetBSD FPU probe fix)
69 - cr0.ET fix (Win95 boot)
70 - *BSD port (Markus Niemisto)
71 - I/O access fix (signaled by Mark Jonckheere)
72 - IDE drives serial number fix (Mike Nordell)
73 - int13 CDROM BIOS fix (aka Solaris x86 install CD fix)
74 - int15, ah=86 BIOS fix (aka Solaris x86 hardware probe hang up fix)
75 - BSR/BSF "undefined behaviour" fix
76 - vmdk2raw: convert VMware disk images to raw images
77 - PCI support
78 - NE2K PCI support
79 - dummy VGA PCI support
80 - VGA font selection fix (Daniel Serpell)
81 - PIC reset fix (Hidemi KAWAI)
82 - PIC spurious irq support (aka Solaris install bug)
83 - added '-localtime' option
84 - Cirrus CL-GD54xx VGA support (initial patch by Makoto Suzuki (suzu))
85 - APM and system shutdown support
86 - Fixed system reset
87 - Support for other PC BIOSes
88 - Initial PowerMac hardware emulation
89 - PowerMac/PREP OpenFirmware compatible BIOS (Jocelyn Mayer)
90 - initial IDE BMDMA support (needed for Darwin x86)
91 - Set the default memory size for PC emulation to 128 MB
92
93 version 0.5.5:
94
95 - SDL full screen support (initial patch by malc)
96 - VGA support on PowerPC PREP
97 - VBE fixes (Matthew Mastracci)
98 - PIT fixes (aka Win98 hardware probe and "VGA slowness" bug)
99 - IDE master only fixes (aka Win98 CD-ROM probe bug)
100 - ARM load/store half word fix (Ulrich Hecht)
101 - FDC fixes for Win98
102
103 version 0.5.4:
104
105 - qemu-fast fixes
106 - BIOS area protection fix (aka EMM386.EXE fix) (Mike Nordell)
107 - keyboard/mouse fix (Mike Nordell)
108 - IDE fixes (Linux did not recognized slave drivers)
109 - VM86 EIP masking fix (aka NT5 install fix) (Mike Nordell)
110 - QEMU can now boot a PowerPC Linux kernel (Jocelyn Mayer)
111 - User mode network stack
112 - imul imm8 fix + 0x82 opcode support (Hidemi KAWAI)
113 - precise self modifying code (aka BeOS install bug)
114
115 version 0.5.3:
116
117 - added Bochs VESA VBE support
118 - VGA memory map mode 3 access fix (OS/2 install fix)
119 - IDE fixes (Jens Axboe)
120 - CPU interrupt fixes
121 - fixed various TLB invalidation cases (NT install)
122 - fixed cr0.WP semantics (XP install)
123 - direct chaining support for SPARC and PowerPC (faster)
124 - ARM NWFPE support (initial patch by Ulrich Hecht)
125 - added specific x86 to x86 translator (close to native performance
126 in qemu-i386 and qemu-fast)
127 - shm syscalls support (Paul McKerras)
128 - added accurate CR0.MP/ME/TS emulation
129 - fixed DMA memory write access (Win95 boot floppy fix)
130 - graphical x86 linux loader
131 - command line monitor
132 - generic removable device support
133 - support of CD-ROM change
134 - multiple network interface support
135 - initial x86-64 host support (Gwenole Beauchesne)
136 - lret to outer priviledge fix (OS/2 install fix)
137 - task switch fixes (SkyOS boot)
138 - VM save/restore commands
139 - new timer API
140 - more precise RTC emulation (periodic timers + time updates)
141 - Win32 port (initial patch by Kazu)
142
143 version 0.5.2:
144
145 - improved soft MMU speed (assembly functions and specializing)
146 - improved multitasking speed by avoiding flushing TBs when
147 switching tasks
148 - improved qemu-fast speed
149 - improved self modifying code handling (big performance gain in
150 softmmu mode).
151 - fixed IO checking
152 - fixed CD-ROM detection (win98 install CD)
153 - fixed addseg real mode bug (GRUB boot fix)
154 - added ROM memory support (win98 boot)
155 - fixed 'call Ev' in case of paging exception
156 - updated the script 'qemu-binfmt-conf.sh' to use QEMU automagically
157 when launching executables for the supported target CPUs.
158 - PowerPC system emulation update (Jocelyn Mayer)
159 - PC floppy emulation and DMA fixes (Jocelyn Mayer)
160 - polled mode for PIC (Jocelyn Mayer)
161 - fixed PTE dirty bit handling
162 - fixed xadd same reg bug
163 - fixed cmpxchg exception safeness
164 - access to virtual memory in gdb stub
165 - task gate and NT flag fixes
166 - eflags optimisation fix for string operations
167
168 version 0.5.1:
169
170 - float access fixes when using soft mmu
171 - PC emulation support on PowerPC
172 - A20 support
173 - IDE CD-ROM emulation
174 - ARM fixes (Ulrich Hecht)
175 - SB16 emulation (malc)
176 - IRET and INT fixes in VM86 mode with IOPL=3
177 - Port I/Os use TSS io map
178 - Full task switching/task gate support
179 - added verr, verw, arpl, fcmovxx
180 - PowerPC target support (Jocelyn Mayer)
181 - Major SPARC target fixes (dynamically linked programs begin to work)
182
183 version 0.5.0:
184
185 - full hardware level VGA emulation
186 - graphical display with SDL
187 - added PS/2 mouse and keyboard emulation
188 - popw (%esp) fix
189 - mov to/from segment data width fix
190 - added real mode support
191 - added Bochs BIOS and LGPL'ed VGA BIOS loader in qemu
192 - m68k host port (Richard Zidlicky)
193 - partial soft MMU support for memory mapped I/Os
194 - multi-target build
195 - fixed: no error code in hardware interrupts
196 - fixed: pop ss, mov ss, x and sti disable hardware irqs for the next insn
197 - correct single stepping thru string operations
198 - preliminary SPARC target support (Thomas M. Ogrisegg)
199 - tun-fd option (Rusty Russell)
200 - automatic IDE geometry detection
201 - renamed 'vl' to qemu[-fast] and user qemu to qemu-{cpu}.
202 - added man page
203 - added full soft mmu mode to launch unpatched OSes.
204
205 version 0.4.3:
206
207 - x86 exception fix in case of nop instruction.
208 - gcc 3.2.2 bug workaround (RedHat 9 fix)
209 - sparc and Alpha host fixes
210 - many ARM target fixes: 'ls' and 'bash' can be launched.
211
212 version 0.4.2:
213
214 - many exception handling fixes (can compile a Linux kernel inside vl)
215 - IDE emulation support
216 - initial GDB stub support
217 - deferred update support for disk images (Rusty Russell)
218 - accept User Mode Linux Copy On Write disk images
219 - SMP kernels can at least be booted
220
221 version 0.4.1:
222
223 - more accurate timer support in vl.
224 - more reliable NE2000 probe in vl.
225 - added 2.5.66 kernel in vl-test.
226 - added VLTMPDIR environment variable in vl.
227
228 version 0.4:
229
230 - initial support for ring 0 x86 processor emulation
231 - fixed signal handling for correct dosemu DPMI emulation
232 - fast x86 MMU emulation with mmap()
233 - fixed popl (%esp) case
234 - Linux kernel can be executed by QEMU with the 'vl' command.
235
236 version 0.3:
237
238 - initial support for ARM emulation
239 - added fnsave, frstor, fnstenv, fldenv FPU instructions
240 - added FPU register save in signal emulation
241 - initial ARM port
242 - Sparc and Alpha ports work on the regression test
243 - generic ioctl number conversion
244 - fixed ioctl type conversion
245
246 version 0.2:
247
248 - PowerPC disassembly and ELF symbols output (Rusty Russell)
249 - flock support (Rusty Russell)
250 - ugetrlimit support (Rusty Russell)
251 - fstat64 fix (Rusty Russell)
252 - initial Alpha port (Falk Hueffner)
253 - initial IA64 port (Matt Wilson)
254 - initial Sparc and Sparc64 port (David S. Miller)
255 - added HLT instruction
256 - LRET instruction fix.
257 - added GPF generation for I/Os.
258 - added INT3 and TF flag support.
259 - SHL instruction C flag fix.
260 - mmap emulation for host page size > 4KB
261 - self-modifying code support
262 - better VM86 support (dosemu works on non trivial programs)
263 - precise exception support (EIP is computed correctly in most cases)
264 - more precise LDT/GDT/IDT emulation
265 - faster segment load in vm86 mode
266 - direct chaining of basic blocks (faster emulation)
267
268 version 0.1.6:
269
270 - automatic library search system. QEMU can now work with unpatched
271 ELF dynamic loader and libc (Rusty Russell).
272 - ISO C warning fixes (Alistair Strachan)
273 - first self-virtualizable version (works only as long as the
274 translation cache is not flushed)
275 - RH9 fixes
276
277 version 0.1.5:
278
279 - ppc64 support + personality() patch (Rusty Russell)
280 - first Alpha CPU patches (Falk Hueffner)
281 - removed bfd.h dependancy
282 - fixed shrd, shld, idivl and divl on PowerPC.
283 - fixed buggy glibc PowerPC rint() function (test-i386 passes now on PowerPC).
284
285 version 0.1.4:
286
287 - more accurate VM86 emulation (can launch small DOS 16 bit
288 executables in wine).
289 - fixed push/pop fs/gs
290 - added iret instruction.
291 - added times() syscall and SIOCATMARK ioctl.
292
293 version 0.1.3:
294
295 - S390 support (Ulrich Weigand)
296 - glibc 2.3.x compile fix (Ulrich Weigand)
297 - socketcall endian fix (Ulrich Weigand)
298 - struct sockaddr endian fix (Ulrich Weigand)
299 - sendmsg/recvmsg endian fix (Ulrich Weigand)
300 - execve endian fix (Ulrich Weigand)
301 - fdset endian fix (Ulrich Weigand)
302 - partial setsockopt syscall support (Ulrich Weigand)
303 - more accurate pushf/popf emulation
304 - first partial vm86() syscall support (can be used with runcom example).
305 - added bound, cmpxchg8b, cpuid instructions
306 - added 16 bit addressing support/override for string operations
307 - poll() fix
308
309 version 0.1.2:
310
311 - compile fixes
312 - xlat instruction
313 - xchg instruction memory lock
314 - added simple vm86 example (not working with QEMU yet). The 54 byte
315 DOS executable 'pi_10.com' program was released by Bertram
316 Felgenhauer (more information at http://www.boo.net/~jasonp/pipage.html).
317
318 version 0.1.1:
319
320 - glibc 2.2 compilation fixes
321 - added -s and -L options
322 - binary distribution of x86 glibc and wine
323 - big endian fixes in ELF loader and getdents.
324
325 version 0.1:
326
327 - initial public release.