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