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