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