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