Make binary stripping conditional (Riku Voipio)
[qemu-kvm/fedora.git] / Changelog
blob19a57b2238132b7042b30507de9299c28d47561d
1 version 0.10.6:
2   - e1000: ignore reset command (Kevin Wolf)
3   - fix VNC memory allocation (Stefan Weil)
4   - fix raw_pread_aligned return value (Christoph Hellwig)
5   - allow monitor interaction when using -incoming exec: (Chris Lalancette)
6   - fix -net socket,listen (Jan Kiszka)
7   - live migration: don't send gratuitous packets all at once (Gleb Natapov)
8   - serial: fix lost characters after sysrq (Jason Wessel)
9   - Fix prototype of zfree (Stefan Weil)
10   - Handle EINTR with exec: migration (Uri Lublin)
11   - Delete io-handler before closing fd after migration (Uri Lublin)
12   - Fix qemu_aio_flush (Andrea Arcangeli)
13   - lsi53c895a: Implement additional registers (Sebastian Herbszt)
14   - virtio-blk: fix warning (Gerd Hoffman)
15   - i386: fix cpu reset (Nitin Kamble)
16   - kvm: fix irq injection into full queue (Jan Kiszka)
17   - Prevent CD-ROM eject while device is locked (Mark McLoughlin)
18   - Fix screen dump with blank screen (Eduardo Habkost)
19   - Fix memory leak with cpu_unregister_map_client (Isaku Yamahata)
20   - Fix memory leak in SDL (Jan Kiszka)
21   - Fix build on OS X 10.4 (John Arbuckle)
22   - Fix leak of vlan clients after hot remove (Mark McLoughlin)
23   - Fix migration after hot remove with eepro100 (Mark McLoughlin)
24   - Don't start a VM after failed migration if stopped (Anthony Liguori)
25   - Fix live migration under heavy IO load (Glauber Costa)
26   - Honor -S on incoming migration (Paolo Bonzini)
27   - Reset HPET config register on reset (Beth Kon)
28   - Reset PS2 keyboard/mouse on reset (Dinesh Subraveti)
30 version 0.10.5:
31   - kvm: trim unsupported cpu features from cpuid (Avi Kivity)
32   - kvm: provide a better error message for -smp > 1 (Mark McLoughlin)
33   - Remove initrd printfs (Richard Jones)
34   - Initial variables found by valgrind (Jean-Christophe Dubois)
35   - Fix -initrd with > 4GB guests (Glauber Costa)
36   - Fix busy loop on live migration for certain platforms (Uri Lublin)
37   - Remove GCC 3.x requirements from docs (Hollis Blanchard)
38   - ETRAX: fixes for kernel command line, ethernet address, bmi (Edgar Iglesias)
39   - CRIS: Fix bmi (Edgar Iglesias)
40   - Fix bounce buffer errors (Avi Kivity)
41   - Fix regression in -kernel (Anthony Liguori)
43 version 0.10.4:
44   - Improve block range checks to remove integer overflow (Kevin Wolf)
45   - e1000: do not re-init PCI config space 0 (Amit Shah)
46   - fix AIO deletion race (Alex Graf)
47   - reset option roms on reboot (Glauber Costa)
48   - fix qcow2 corruption in cluster freeing (Gleb Natapov)
49   - Enable power button event generation (Gleb Natapov)
51 version 0.10.3:
52   - fix AIO cancellations (Avi Kivity)
53   - fix live migration error path on incoming
54   - avoid SEGV on pci hotplug failure (Chris Wright)
55   - fix serial option in -drive
56   - support DDIM for option roms (Glauber Costa)
57   - avoid fork/exec on pre-2.6.27 kernels with KVM (Jan Kiszka)
58   - block-vpc: don't silently create smaller images than requested (Kevin Wolf)
59   - Fix non-ACPI timer interrupt routing (Beth Kon)
60   - hpet: fix emulation of HPET_TN_SETVAL (Jan Kiszka)
61   - kvm: fix cpuid initialization (Jan Kiszka)
62   - qcow2: fix corruption on little endian hosts (Kevin Wolf)
63   - avoid leaing memory on hot unplug (Mark McLoughlin)
64   - fix savevm/migration after hot unplug (Mark McLoughlin)
65   - Fix keyboard mapping on newer Xords with non-default keymaps (balrog)
66   - Make PCI config status register read-only (Anthony Liguori)
67   - Fix crash on resolution change -> screen dump -> vga redraw (Avi Kivity)
69 version 0.10.2:
71   - fix savevm/loadvm (Anthony Liguori)
72   - live migration: fix dirty tracking windows (Glauber Costa)
73   - live migration: improve error propogation (Glauber Costa)
74   - qcow2: fix image creation for > ~2TB images (Chris Wright)
75   - hotplug: fix error handling for if= parameter (Eduardo Habkost)
76   - qcow2: fix data corruption (Nolan Leake)
77   - virtio: fix guest oops with 2.6.25 kernels (Rusty Russell)
78   - SH4: add support for -kernel (Takashi Yoshii, Aurelien Jarno)
79   - hotplug: fix closing of char devices (Jan Kiszka)
80   - hotplug: remove incorrect check for device name (Eduardo Habkost)
81   - enable -k on win32 (Herve Poussineau)
82   - configure: use LANG=C for grep (Andreas Faerber)
83   - fix VGA regression (malc)
84         
85 version 0.10.1:
87   - virtio-net: allow masking of notifications on empty queue (Alex Williamson)
88   - e1000: fix rx descriptor low threshold logic (Alex Willaimson)
89   - x86 tcg: add NULL checks to lsl instruction (Jan Kiszka)
90   - kvm vga: fix screen corruption with -std-vga and Windows (Avi Kivity)
91   - kvm vga: fix screen corruption with Ubuntu installations (Glauber Costa)
92   - virtio-net: check right return size on sg list (Alex Williamson)
93   - Make qemu_announce_self handle holes (live migration after hotplug)
94     (Marcelo Tosatti)
95   - Revert r6804-r6808 (qcow2 allocation info).  This series of changes added
96     a high cost to startup for large qcow2 images (Anthony Liguori)
97   - qemu-img: fix help message (Aurelien Jarno)
98   - Fix build for non-default installs of SDL (Anthony Liguori)
99   - Fix race condition in env->interrupt_request.  When using TCG and a dynticks
100     host timer, this condition could cause TCG to get stuck in an infinite
101     loop (Aurelien Jarno)
102   - Fix reading encrypted hard disk passwords during early startup (Jan Kiszka)
103   - Fix encrypted disk reporting in 'info block' (Jan Kiszka)
104   - Fix console size with tiny displays (MusicPal) (Jan Kiszka)
105   - Improve error handling in bdrv_open2 (Jan Kiszka)
106   - Avoid leaking data in mux'ed character devices (Jan Kiszka)
107   - Fix initial character device reset (no banner in monitor) (Jan Kiszka)
108   - Fix cpuid KVM crash on i386 host (Lubomir Rintel)
109   - Fix SLES10sp2 installation by adding ISTAT1 register to LSI SCSI emulation
110     (Ryan Harper)
112 version 0.10.0:
114   - TCG support (No longer requires GCC 3.x)
115   - Kernel Virtual Machine acceleration support
116   - BSD userspace emulation
117   - Bluetooth emulation and host passthrough support
118   - GDB XML register description support
119   - Intel e1000 emulation
120   - HPET emulation
121   - VirtIO paravirtual device support
122   - Marvell 88w8618 / MusicPal emulation
123   - Nokia N-series tablet emulation / OMAP2 processor emulation
124   - PCI hotplug support
125   - Live migration and new save/restore formats
126   - Curses display support
127   - qemu-nbd utility to mount supported block formats
128   - Altivec support in PPC emulation and new firmware (OpenBIOS)
129   - Multiple VNC clients are now supported
130   - TLS encryption is now supported in VNC
131   - MIPS Magnum R4000 machine (Hervé Poussineau)
132   - Braille support (Samuel Thibault)
133   - Freecom MusicPal system emulation (Jan Kiszka)
134   - OMAP242x and Nokia N800, N810 machines (Andrzej Zaborowski)
135   - EsounD audio driver (Frederick Reeve)
136   - Gravis Ultrasound GF1 sound card (Tibor "TS" Schütz)
137   - Many, many, bug fixes and new features
139 version 0.9.1:
141   - TFTP booting from host directory (Anthony Liguori, Erwan Velu)
142   - Tap device emulation for Solaris (Sittichai Palanisong)
143   - Monitor multiplexing to several I/O channels (Jason Wessel)
144   - ds1225y nvram support (Herve Poussineau)
145   - CPU model selection support (J. Mayer, Paul Brook, Herve Poussineau)
146   - Several Sparc fixes (Aurelien Jarno, Blue Swirl, Robert Reif)
147   - MIPS 64-bit FPU support (Thiemo Seufer)
148   - Xscale PDA emulation (Andrzej Zaborowski)
149   - ColdFire system emulation (Paul Brook)
150   - Improved SH4 support (Magnus Damm)
151   - MIPS64 support (Aurelien Jarno, Thiemo Seufer)
152   - Preliminary Alpha guest support (J. Mayer)
153   - Read-only support for Parallels disk images (Alex Beregszaszi)
154   - SVM (x86 virtualization) support (Alexander Graf)
155   - CRIS emulation (Edgar E. Iglesias)
156   - SPARC32PLUS execution support (Blue Swirl)
157   - MIPS mipssim pseudo machine (Thiemo Seufer)
158   - Strace for Linux userland emulation (Stuart Anderson, Thayne Harbaugh)
159   - OMAP310 MPU emulation plus Palm T|E machine (Andrzej Zaborowski)
160   - ARM v6, v7, NEON SIMD and SMP emulation (Paul Brook/CodeSourcery)
161   - Gumstix boards: connex and verdex emulation (Thorsten Zitterell)
162   - Intel mainstone II board emulation (Armin Kuster)
163   - VMware SVGA II graphics card support (Andrzej Zaborowski)
165 version 0.9.0:
167   - Support for relative paths in backing files for disk images
168   - Async file I/O API
169   - New qcow2 disk image format
170   - Support of multiple VM snapshots
171   - Linux: specific host CDROM and floppy support
172   - SMM support
173   - Moved PCI init, MP table init and ACPI table init to Bochs BIOS
174   - Support for MIPS32 Release 2 instruction set (Thiemo Seufer)
175   - MIPS Malta system emulation (Aurelien Jarno, Stefan Weil)
176   - Darwin userspace emulation (Pierre d'Herbemont)
177   - m68k user support (Paul Brook)
178   - several x86 and x86_64 emulation fixes
179   - Mouse relative offset VNC extension (Anthony Liguori)
180   - PXE boot support (Anthony Liguori)
181   - '-daemonize' option (Anthony Liguori)
183 version 0.8.2:
185   - ACPI support
186   - PC VGA BIOS fixes
187   - switch to OpenBios for SPARC targets (Blue Swirl)
188   - VNC server fixes
189   - MIPS FPU support (Marius Groeger)
190   - Solaris/SPARC host support (Juergen Keil)
191   - PPC breakpoints and single stepping (Jason Wessel)
192   - USB updates (Paul Brook)
193   - UDP/TCP/telnet character devices (Jason Wessel)
194   - Windows sparse file support (Frediano Ziglio)
195   - RTL8139 NIC TCP segmentation offloading (Igor Kovalenko)
196   - PCNET NIC support (Antony T Curtis)
197   - Support for variable frequency host CPUs
198   - Workaround for win32 SMP hosts
199   - Support for AMD Flash memories (Jocelyn Mayer)
200   - Audio capture to WAV files support (malc)
202 version 0.8.1:
204   - USB tablet support (Brad Campbell, Anthony Liguori)
205   - win32 host serial support (Kazu)
206   - PC speaker support (Joachim Henke)
207   - IDE LBA48 support (Jens Axboe)
208   - SSE3 support
209   - Solaris port (Juergen Keil)
210   - Preliminary SH4 target (Samuel Tardieu)
211   - VNC server (Anthony Liguori)
212   - slirp fixes (Ed Swierk et al.)
213   - USB fixes
214   - ARM Versatile Platform Baseboard emulation (Paul Brook)
216 version 0.8.0:
218   - ARM system emulation: Arm Integrator/CP board with an arm1026ej-s
219     cpu (Paul Brook)
220   - SMP support
221   - Mac OS X cocoa improvements (Mike Kronenberg)
222   - Mac OS X CoreAudio driver (Mike Kronenberg)
223   - DirectSound driver (malc)
224   - ALSA audio driver (malc)
225   - new audio options: '-soundhw' and '-audio-help' (malc)
226   - ES1370 PCI audio device (malc)
227   - Initial USB support
228   - Linux host serial port access
229   - Linux host low level parallel port access
230   - New network emulation code supporting VLANs.
231   - MIPS and MIPSel User Linux emulation
232   - MIPS fixes to boot Linux (Daniel Jacobowitz)
233   - NX bit support
234   - Initial SPARC SMP support (Blue Swirl)
235   - Major overhaul of the virtual FAT driver for read/write support
236     (Johannes Schindelin)
238 version 0.7.2:
240   - x86_64 fixes (Win2000 and Linux 2.6 boot in 32 bit)
241   - merge self modifying code handling in dirty ram page mecanism.
242   - MIPS fixes (Ralf Baechle)
243   - better user net performances
245 version 0.7.1:
247   - read-only Virtual FAT support (Johannes Schindelin)
248   - Windows 2000 install disk full hack (original idea from Vladimir
249     N. Oleynik)
250   - VMDK disk image creation (Filip Navara)
251   - SPARC64 progress (Blue Swirl)
252   - initial MIPS support (Jocelyn mayer)
253   - MIPS improvements (Ralf Baechle)
254   - 64 bit fixes in user networking (initial patch by Gwenole Beauchesne)
255   - IOAPIC support (Filip Navara)
257 version 0.7.0:
259   - better BIOS translation and HDD geometry auto-detection
260   - user mode networking bug fix
261   - undocumented FPU ops support
262   - Cirrus VGA: support for 1280x1024x[8,15,16] modes
263   - 'pidfile' option
264   - .dmg disk image format support (Johannes Schindelin)
265   - keymaps support (initial patch by Johannes Schindelin)
266   - big endian ARM support (Lennert Buytenhek)
267   - added generic 64 bit target support
268   - x86_64 target support
269   - initial APIC support
270   - MMX/SSE/SSE2/PNI support
271   - PC parallel port support (Mark Jonckheere)
272   - initial SPARC64 support (Blue Swirl)
273   - SPARC target boots Linux (Blue Swirl)
274   - armv5te user mode support (Paul Brook)
275   - ARM VFP support (Paul Brook)
276   - ARM "Angel" semihosting syscalls (Paul Brook)
277   - user mode gdb stub support (Paul Brook)
278   - Samba 3 support
279   - initial Cocoa support (Pierre d'Herbemont)
280   - generic FPU emulation code
281   - Virtual PC read-only disk image support (Alex Beregszaszi)
283 version 0.6.1:
285   - Mac OS X port (Pierre d'Herbemont)
286   - Virtual console support
287   - Better monitor line edition
288   - New block device layer
289   - New 'qcow' growable disk image support with AES encryption and
290     transparent decompression
291   - VMware 3 and 4 read-only disk image support (untested)
292   - Support for up to 4 serial ports
293   - TFTP server support (Magnus Damm)
294   - Port redirection support in user mode networking
295   - Support for not executable data sections
296   - Compressed loop disk image support (Johannes Schindelin)
297   - Level triggered IRQ fix (aka NE2000 PCI performance fix) (Steve
298     Wormley)
299   - Fixed Fedora Core 2 problems (now you can run qemu without any
300     LD_ASSUME_KERNEL tricks on FC2)
301   - DHCP fix for Windows (accept DHCPREQUEST alone)
302   - SPARC system emulation (Blue Swirl)
303   - Automatic Samba configuration for host file access from Windows.
304   - '-loadvm' and '-full-screen' options
305   - ne2000 savevm support (Johannes Schindelin)
306   - Ctrl-Alt is now the default grab key. Ctrl-Alt-[0-9] switches to
307     the virtual consoles.
308   - BIOS floppy fix for NT4 (Mike Nordell, Derek Fawcus, Volker Ruppert)
309   - Floppy fixes for NT4 and NT5 (Mike Nordell)
310   - NT4 IDE fixes (Ben Pfaf, Mike Nordell)
311   - SDL Audio support and SB16 fixes (malc)
312   - ENTER instruction bug fix (initial patch by Stefan Kisdaroczi)
313   - VGA font change fix
314   - VGA read-only CRTC register fix
316 version 0.6.0:
318   - minimalist FPU exception support (NetBSD FPU probe fix)
319   - cr0.ET fix (Win95 boot)
320   - *BSD port (Markus Niemisto)
321   - I/O access fix (signaled by Mark Jonckheere)
322   - IDE drives serial number fix (Mike Nordell)
323   - int13 CDROM BIOS fix (aka Solaris x86 install CD fix)
324   - int15, ah=86 BIOS fix (aka Solaris x86 hardware probe hang up fix)
325   - BSR/BSF "undefined behaviour" fix
326   - vmdk2raw: convert VMware disk images to raw images
327   - PCI support
328   - NE2K PCI support
329   - dummy VGA PCI support
330   - VGA font selection fix (Daniel Serpell)
331   - PIC reset fix (Hidemi KAWAI)
332   - PIC spurious irq support (aka Solaris install bug)
333   - added '-localtime' option
334   - Cirrus CL-GD54xx VGA support (initial patch by Makoto Suzuki (suzu))
335   - APM and system shutdown support
336   - Fixed system reset
337   - Support for other PC BIOSes
338   - Initial PowerMac hardware emulation
339   - PowerMac/PREP OpenFirmware compatible BIOS (Jocelyn Mayer)
340   - initial IDE BMDMA support (needed for Darwin x86)
341   - Set the default memory size for PC emulation to 128 MB
343 version 0.5.5:
345   - SDL full screen support (initial patch by malc)
346   - VGA support on PowerPC PREP
347   - VBE fixes (Matthew Mastracci)
348   - PIT fixes (aka Win98 hardware probe and "VGA slowness" bug)
349   - IDE master only fixes (aka Win98 CD-ROM probe bug)
350   - ARM load/store half word fix (Ulrich Hecht)
351   - FDC fixes for Win98
353 version 0.5.4:
355   - qemu-fast fixes
356   - BIOS area protection fix (aka EMM386.EXE fix) (Mike Nordell)
357   - keyboard/mouse fix (Mike Nordell)
358   - IDE fixes (Linux did not recognized slave drivers)
359   - VM86 EIP masking fix (aka NT5 install fix) (Mike Nordell)
360   - QEMU can now boot a PowerPC Linux kernel (Jocelyn Mayer)
361   - User mode network stack
362   - imul imm8 fix + 0x82 opcode support (Hidemi KAWAI)
363   - precise self modifying code (aka BeOS install bug)
365 version 0.5.3:
367   - added Bochs VESA VBE support
368   - VGA memory map mode 3 access fix (OS/2 install fix)
369   - IDE fixes (Jens Axboe)
370   - CPU interrupt fixes
371   - fixed various TLB invalidation cases (NT install)
372   - fixed cr0.WP semantics (XP install)
373   - direct chaining support for SPARC and PowerPC (faster)
374   - ARM NWFPE support (initial patch by Ulrich Hecht)
375   - added specific x86 to x86 translator (close to native performance
376     in qemu-i386 and qemu-fast)
377   - shm syscalls support (Paul McKerras)
378   - added accurate CR0.MP/ME/TS emulation
379   - fixed DMA memory write access (Win95 boot floppy fix)
380   - graphical x86 linux loader
381   - command line monitor
382   - generic removable device support
383   - support of CD-ROM change
384   - multiple network interface support
385   - initial x86-64 host support (Gwenole Beauchesne)
386   - lret to outer priviledge fix (OS/2 install fix)
387   - task switch fixes (SkyOS boot)
388   - VM save/restore commands
389   - new timer API
390   - more precise RTC emulation (periodic timers + time updates)
391   - Win32 port (initial patch by Kazu)
393 version 0.5.2:
395   - improved soft MMU speed (assembly functions and specializing)
396   - improved multitasking speed by avoiding flushing TBs when
397     switching tasks
398   - improved qemu-fast speed
399   - improved self modifying code handling (big performance gain in
400     softmmu mode).
401   - fixed IO checking
402   - fixed CD-ROM detection (win98 install CD)
403   - fixed addseg real mode bug (GRUB boot fix)
404   - added ROM memory support (win98 boot)
405   - fixed 'call Ev' in case of paging exception
406   - updated the script 'qemu-binfmt-conf.sh' to use QEMU automagically
407     when launching executables for the supported target CPUs.
408   - PowerPC system emulation update (Jocelyn Mayer)
409   - PC floppy emulation and DMA fixes (Jocelyn Mayer)
410   - polled mode for PIC (Jocelyn Mayer)
411   - fixed PTE dirty bit handling
412   - fixed xadd same reg bug
413   - fixed cmpxchg exception safeness
414   - access to virtual memory in gdb stub
415   - task gate and NT flag fixes
416   - eflags optimisation fix for string operations
418 version 0.5.1:
420   - float access fixes when using soft mmu
421   - PC emulation support on PowerPC
422   - A20 support
423   - IDE CD-ROM emulation
424   - ARM fixes (Ulrich Hecht)
425   - SB16 emulation (malc)
426   - IRET and INT fixes in VM86 mode with IOPL=3
427   - Port I/Os use TSS io map
428   - Full task switching/task gate support
429   - added verr, verw, arpl, fcmovxx
430   - PowerPC target support (Jocelyn Mayer)
431   - Major SPARC target fixes (dynamically linked programs begin to work)
433 version 0.5.0:
435   - full hardware level VGA emulation
436   - graphical display with SDL
437   - added PS/2 mouse and keyboard emulation
438   - popw (%esp) fix
439   - mov to/from segment data width fix
440   - added real mode support
441   - added Bochs BIOS and LGPL'ed VGA BIOS loader in qemu
442   - m68k host port (Richard Zidlicky)
443   - partial soft MMU support for memory mapped I/Os
444   - multi-target build
445   - fixed: no error code in hardware interrupts
446   - fixed: pop ss, mov ss, x and sti disable hardware irqs for the next insn
447   - correct single stepping thru string operations
448   - preliminary SPARC target support (Thomas M. Ogrisegg)
449   - tun-fd option (Rusty Russell)
450   - automatic IDE geometry detection
451   - renamed 'vl' to qemu[-fast] and user qemu to qemu-{cpu}.
452   - added man page
453   - added full soft mmu mode to launch unpatched OSes.
455 version 0.4.3:
457   - x86 exception fix in case of nop instruction.
458   - gcc 3.2.2 bug workaround (RedHat 9 fix)
459   - sparc and Alpha host fixes
460   - many ARM target fixes: 'ls' and 'bash' can be launched.
462 version 0.4.2:
464  - many exception handling fixes (can compile a Linux kernel inside vl)
465  - IDE emulation support
466  - initial GDB stub support
467  - deferred update support for disk images (Rusty Russell)
468  - accept User Mode Linux Copy On Write disk images
469  - SMP kernels can at least be booted
471 version 0.4.1:
473  - more accurate timer support in vl.
474  - more reliable NE2000 probe in vl.
475  - added 2.5.66 kernel in vl-test.
476  - added VLTMPDIR environment variable in vl.
478 version 0.4:
480  - initial support for ring 0 x86 processor emulation
481  - fixed signal handling for correct dosemu DPMI emulation
482  - fast x86 MMU emulation with mmap()
483  - fixed popl (%esp) case
484  - Linux kernel can be executed by QEMU with the 'vl' command.
486 version 0.3:
488  - initial support for ARM emulation
489  - added fnsave, frstor, fnstenv, fldenv FPU instructions
490  - added FPU register save in signal emulation
491  - initial ARM port
492  - Sparc and Alpha ports work on the regression test
493  - generic ioctl number conversion
494  - fixed ioctl type conversion
496 version 0.2:
498  - PowerPC disassembly and ELF symbols output (Rusty Russell)
499  - flock support (Rusty Russell)
500  - ugetrlimit support (Rusty Russell)
501  - fstat64 fix (Rusty Russell)
502  - initial Alpha port (Falk Hueffner)
503  - initial IA64 port (Matt Wilson)
504  - initial Sparc and Sparc64 port (David S. Miller)
505  - added HLT instruction
506  - LRET instruction fix.
507  - added GPF generation for I/Os.
508  - added INT3 and TF flag support.
509  - SHL instruction C flag fix.
510  - mmap emulation for host page size > 4KB
511  - self-modifying code support
512  - better VM86 support (dosemu works on non trivial programs)
513  - precise exception support (EIP is computed correctly in most cases)
514  - more precise LDT/GDT/IDT emulation
515  - faster segment load in vm86 mode
516  - direct chaining of basic blocks (faster emulation)
518 version 0.1.6:
520  - automatic library search system. QEMU can now work with unpatched
521    ELF dynamic loader and libc (Rusty Russell).
522  - ISO C warning fixes (Alistair Strachan)
523  - first self-virtualizable version (works only as long as the
524    translation cache is not flushed)
525  - RH9 fixes
527 version 0.1.5:
529  - ppc64 support + personality() patch (Rusty Russell)
530  - first Alpha CPU patches (Falk Hueffner)
531  - removed bfd.h dependancy
532  - fixed shrd, shld, idivl and divl on PowerPC.
533  - fixed buggy glibc PowerPC rint() function (test-i386 passes now on PowerPC).
535 version 0.1.4:
537  - more accurate VM86 emulation (can launch small DOS 16 bit
538    executables in wine).
539  - fixed push/pop fs/gs
540  - added iret instruction.
541  - added times() syscall and SIOCATMARK ioctl.
543 version 0.1.3:
545  - S390 support (Ulrich Weigand)
546  - glibc 2.3.x compile fix (Ulrich Weigand)
547  - socketcall endian fix (Ulrich Weigand)
548  - struct sockaddr endian fix (Ulrich Weigand)
549  - sendmsg/recvmsg endian fix (Ulrich Weigand)
550  - execve endian fix (Ulrich Weigand)
551  - fdset endian fix (Ulrich Weigand)
552  - partial setsockopt syscall support (Ulrich Weigand)
553  - more accurate pushf/popf emulation
554  - first partial vm86() syscall support (can be used with runcom example).
555  - added bound, cmpxchg8b, cpuid instructions
556  - added 16 bit addressing support/override for string operations
557  - poll() fix
559 version 0.1.2:
561  - compile fixes
562  - xlat instruction
563  - xchg instruction memory lock
564  - added simple vm86 example (not working with QEMU yet). The 54 byte
565    DOS executable 'pi_10.com' program was released by Bertram
566    Felgenhauer (more information at http://www.boo.net/~jasonp/pipage.html).
568 version 0.1.1:
570  - glibc 2.2 compilation fixes
571  - added -s and -L options
572  - binary distribution of x86 glibc and wine
573  - big endian fixes in ELF loader and getdents.
575 version 0.1:
577  - initial public release.