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