]> git.proxmox.com Git - qemu.git/blame - Changelog
Update for 0.12.5 release
[qemu.git] / Changelog
CommitLineData
174f225e
AJ
1version 0.12.5
2 - audio/alsa: Handle SND_PCM_STATE_SETUP in alsa_poll_handler
3 - block: Handle multiwrite errors only when all requests have completed
4 - block: Fix early failure in multiwrite
5 - vpc: Use bdrv_(p)write_sync for metadata writes
6 - vmdk: Use bdrv_(p)write_sync for metadata writes
7 - qcow2: Use bdrv_(p)write_sync for metadata writes
8 - qcow: Use bdrv_(p)write_sync for metadata writes
9 - block: Add bdrv_(p)write_sync
10 - qcow2: Restore L1 entry on l2_allocate failure
11 - block/vdi: Fix image opening and creation for odd disk sizes
12 - block/vpc: Fix conversion from size to disk geometry
13 - qcow2: Remove abort on free_clusters failure
14 - vmdk: Fix COW
15 - qcow2: Fix creation of large images
16 - vmdk: fix double free
17 - qemu-options: add documentation for stdio signal=on|off
18 - target-arm : fix parallel saturated subtraction implementation
19 - target-arm : fix thumb2 parallel add/sub opcode decoding
20 - target-arm: fix addsub/subadd implementation
21 - target-i386: fix xchg rax,r8
22 - block/vvfat.c: fix warnings with _FORTIFY_SOURCE
23 - audio/alsa: Spelling typo (paramters)
24 - target-mips: fix DINSU instruction
25 - Correct definitions for FD_CMD_SAVE and FD_CMD_RESTORE
26 - qcow2: Fix corruption after error in update_refcount
27 - qcow2: Fix corruption after refblock allocation
28 - block: Fix multiwrite with overlapping requests
29 - qcow2: Fix error handling in l2_allocate
30 - qcow2: Clear L2 table cache after write error
31 - ide: Fix ide_dma_cancel
32 - usb-bus: fix no params
33 - Avoid crash on '-usbdevice <device>' without parameters
34 - Fix -usbdevice crash
35 - Fix multiboot compilation
36 - Fix missing symbols in .rel/.rela.plt sections
37 - target-ppc: fix RFI by clearing some bits of MSR
38 - Fix typo in balloon help
39 - arm_timer: fix oneshot mode
40 - arm_timer: reload timer when enabled
41 - qemu-sockets: avoid strlen of NULL pointer
42 - block: fix aio_flush segfaults for read-only protocols (e.g. curl)
43 - virtio-blk: fix barrier support
44 - block: fix sector comparism in multiwrite_req_compare
45 - pci: irq_state vmstate breakage
46 - qemu-img: use the heap instead of the huge stack array for win32
47
b04c3db5
AL
48version 0.12.4
49 - Workaround for broken OSS_GETVERSION on FreeBSD, part two (Juergen Lock)
50 - oss: fix fragment setting (malc)
51 - oss: issue OSS_GETVERSION ioctl only when needed (malc)
52 - oss: refactor code around policy setting (malc)
53 - oss: workaround for cases when OSS_GETVERSION is not defined (malc)
54 - block: Free iovec arrays allocated by multiwrite_merge() (Stefan Hajnoczi)
55 - lsi: fix segfault in lsi_command_complete (Gerd Hoffmann)
56 - lsi: pass lsi_request to lsi_reselect (Gerd Hoffmann)
57 - lsi: move dma_len+dma_buf into lsi_request (Gerd Hoffmann)
58 - lsi: move current_dev into lsi_request (Gerd Hoffmann)
59 - lsi: have lsi_request for the whole life time of the request. (Gerd Hoffmann)
60 - lsi: use QTAILQ for lsi_queue (Gerd Hoffmann)
61 - tcp/mips: Change TCG_AREG0 (fp -> s0) (Stefan Weil)
62 - sh_pci: fix memory and I/O access (Aurelien Jarno)
63 - Fix incoming migration with iothread (Marcelo Tosatti)
64 - Fix SIGFPE for vnc display of width/height = 1 (Chris Webb)
65 - net: remove broken net_set_boot_mask() boot device validation (Eduardo Habkost)
66 - qcow2: Remove request from in-flight list after error (Kevin Wolf)
67 - qcow2: Don't ignore immediate read/write failures (Kevin Wolf)
68 - block: Fix multiwrite memory leak in error case (Kevin Wolf)
69 - block: Fix error code in multiwrite for immediate failures (Kevin Wolf)
70 - block: Fix multiwrite error handling (Kevin Wolf)
71 - scsi-disk: fix buffer overflow (Gerd Hoffmann)
72 - qcow2: Rewrite alloc_refcount_block/grow_refcount_table (Kevin Wolf)
73 - qcow2: Factor next_refcount_table_size out (Kevin Wolf)
74 - block: avoid creating too large iovecs in multiwrite_merge (Christoph Hellwig)
75 - json-parser: Fix segfault on malformed input (Kevin Wolf)
76 - linux-user: switch default ppc64 CPU to 970fx from 970 (Aurelien Jarno)
77 - target-sh4: MMU: fix store queue addresses (Aurelien Jarno)
78 - target-sh4: MMU: fix ITLB priviledge check (Aurelien Jarno)
79 - target-sh4: MMU: fix mem_idx computation (Aurelien Jarno)
80 - sh7750: handle MMUCR TI bit (Aurelien Jarno)
81 - UHCI spurious interrut fix (Paul Brook)
82 - tcg/mips: fix branch offset during retranslation (Aurelien Jarno)
83 - tcg/arm: correctly save/restore registers in prologue/epilogue (Aurelien Jarno)
84 - workaround for cmd646 bmdma register access while no dma is active (Igor V. Kovalenko)
85 - Fix corner case in chardev udp: parameter (Jan Kiszka)
86 - Don't set default monitor when there is a mux'ed one (Jan Kiszka)
87 - spelling typo (compatibilty) in hw/fw_cfg.c (Vagrant Cascadian)
88 - fdc: fix drive property handling. (Gerd Hoffmann)
89 - target-i386: fix commit c22549204a6edc431e8e4358e61bd56386ff6957 (TeLeMan)
90 - target-i386: fix SIB decoding with index = 4 (Aurelien Jarno)
91 - Fix segfault with ram_size > 4095M without kvm (Ryan Harper)
92 - target-i386: Fix long jumps/calls in long mode with REX.W set (malc)
93 - target-i386: fix lddqu SSE instruction (Aurelien Jarno)
94 - qemu-char.c: drop debug printfs from qemu_chr_parse_compat (Jan Kiszka)
95 - fix undefined shifts by >32 (Paolo Bonzini)
96 - Fix qemu -net user,hostfwd= example (Aurelien Jarno)
97
f39942d2
AL
98version 0.12.3
99 - kvm: Fix eflags corruption in kvm mode (Jan Kiszka)
100 - qcow2: Fix access after end of array (Kevin Wolf)
101 - ide save/restore pio/atapi cmd transfer fields and io buffer (Marcelo Tosatti)
102 - net: Monitor command set_link finds only VLAN clients, fix (Markus Armbruster)
103 - net: info network shows only VLAN clients, fix (Markus Armbruster)
104 - net: net_check_clients() checks only VLAN clients, fix (Markus Armbruster)
105 - net: Fix bogus "Warning: vlan 0 with no nics" with -device (Markus Armbruster)
106 - net: net_check_clients() runs too early to see -device, fix (Markus Armbruster)
107 - net: Remove unused net_client_uninit() (Markus Armbruster)
108 - don't dereference NULL after failed strdup (Jim Meyering)
109 - virtio-net: fix network stall under load (Tom Lendacky)
110 - json: fix PRId64 on Win32 (Roy Tam)
111 - fix inet_parse typo (Marcelo Tosatti)
112 - iothread: fix vcpu stop with smp tcg (Marcelo Tosatti)
113 - segfault due to buffer overrun in usb-serial (David S. Ahern)
114 - qcow2: Fix signedness bugs (Kevin Wolf)
115 - Do not ignore error, if open file failed (-serial /dev/tty) (Evgeniy Dushistov)
116 - pc-bios: update to newer version of (stable) seabios (Anthony Liguori)
117 - target-mips: fix ROTR and DROTR by zero (Aurelien Jarno)
118 - target-mips: fix CpU exception for coprocessor 0 (Nathan Froyd)
119 - tcg/mips: fix crash in tcg_out_qemu_ld() (Aurelien Jarno)
120 - target-mips: don't call cpu_loop_exit() from helper.c (Aurelien Jarno)
121 - virtio-blk: Fix error cases which ignored rerror/werror (Kevin Wolf)
122 - virtio-blk: Fix restart after read error (Kevin Wolf)
123 - virtio_blk: Factor virtio_blk_handle_request out (Kevin Wolf)
124 - cirrus: Properly re-register cirrus_linear_io_addr on vram unmap (Jan Kiszka)
125 - qcow2: Don't ignore qcow2_alloc_clusters return value (Kevin Wolf)
126 - qcow2: Don't ignore update_refcount return value (Kevin Wolf)
127 - qcow2: Allow updating no refcounts (Kevin Wolf)
128 - qcow2: Improve error handling in update_refcount (Kevin Wolf)
129 - qcow2: Fix error handling in grow_refcount_table (Kevin Wolf)
130 - block: Return original error codes in bdrv_pread/write (Kevin Wolf)
131 - qcow2: Return 0/-errno in qcow2_alloc_cluster_offset (Kevin Wolf)
132 - qcow2: Return 0/-errno in get_cluster_table (Kevin Wolf)
133 - qcow2: Fix error handling in qcow_save_vmstate (Kevin Wolf)
134 - qcow2: Fix error handling in qcow2_grow_l1_table (Kevin Wolf)
135 - win32/sdl: Fix toggle full screen (Herve Poussineau)
136 - win32: pair qemu_memalign() with qemu_vfree() (Herve Poussineau)
137 - vnc_refresh: calling vnc_update_client might free vs (Stefano Stabellini)
138 - Musicpal: Fix descriptor walk in eth_send (Jan Kiszka)
139 - Musicpal: Fix wm8750 I2C address (Jan Kiszka)
140 - fix savevm command without id or tag (Marcelo Tosatti)
141 - reduce number of reinjects on ACK (Gleb Natapov)
142 - QMP: Fix asynchronous events delivery (Luiz Capitulino)
143 - Documentation: Add missing documentation for qdev related command line options (Stefan Weil)
144 - pc: add driver version compat properties (Gerd Hoffmann)
145 - scsi: device version property (Gerd Hoffmann)
146 - ide: device version property (Gerd Hoffmann)
147 - QMP: Emit asynchronous events on all QMP monitors (Adam Litke)
148 - Fix QEMU_WARN_UNUSED_RESULT (Kevin Wolf)
149
e389e937
AL
150version 0.12.2:
151 - Qemu's internal TFTP server breaks lock-step-iness of TFTP (Milan Plzik)
152 - osdep.c: Fix accept4 fallback (Kevin Wolf)
153 - pc: add rombar to compat properties for pc-0.10 and pc-0.11 (Gerd Hoffmann)
154 - pci: allow loading roms via fw_cfg. (Gerd Hoffmann)
155 - roms: rework rom loading via fw (Gerd Hoffmann)
156 - fw_cfg: rom loader tweaks. (Gerd Hoffmann)
157 - roms: minor fixes and cleanups. (Gerd Hoffmann)
158 - pc: add machine type for 0.12 (Gerd Hoffmann)
159 - loader: more ignores for rom intended to be loaded by the bios (Aurelien Jarno)
160 - vnc_refresh: return if vd->timer is NULL (Stefano Stabellini)
161 - QMP: Don't free async event's 'data' (Luiz Capitulino)
162 - Handle TFTP ERROR from client (Thomas Horsten)
163 - dmg: fix ->open failure (Christoph Hellwig)
164 - virtio-pci: thinko fix (Michael S. Tsirkin)
165 - pc-bios: Update README (SeaBIOS) (Stefan Weil)
166 - vmware_vga: Check cursor dimensions passed from guest to avoid buffer overflow (Roland Dreier)
167 - remove pending exception on vcpu reset. (Gleb Natapov)
168 - Fix CPU topology initialization (Jiri Denemark)
169 - MCE: Fix bug of IA32_MCG_STATUS after system reset (Huang Ying)
170 - linuxboot: fix gdt address calculation (Avi Kivity)
171 - QMP: Drop wrong assert() (Luiz Capitulino)
172 - vnc: Fix artifacts in hextile decoding (Anthony Liguori)
173 - target-i386: Fix "call im" on x86_64 when executing 32-bit code (Aurelien Jarno)
174 - Add missing newline at the end of options list (Michael Tokarev)
175 - Don't load options roms intended to be loaded by the bios in qemu (Avi Kivity)
176 - USB: Improve usbdevice error messages (Scott Tsai)
177 - cpu-all.h: fix cpu_get_real_ticks() #ifdef (Aurelien Jarno)
178 - alpha: fix compile (Blue Swirl)
179 - user_only: compile everything with -fpie (Kirill A. Shutemov)
180 - fdc/sparc32: don't hang on detection under OBP (Artyom Tarasenko)
181 - scsi-disk: Inquiry with allocation length of CDB < 36 (v4) (Artyom Tarasenko)
182 - e1000: fix init values for command register (Michael S. Tsirkin)
183
fe1b6970
AL
184version 0.12.1:
185 - loader: fix rom loading at address 0 (fixes target-arm) (Aurelien Jarno)
186 - loader: fix rom_copy (fixes multiboot) (Kevin Wolf)
e389e937 187
6c412ddf
AL
188version 0.12.0:
189
190 - Update to SeaBIOS 0.5.0
191 - e1000: fix device link status in Linux (Anthony Liguori)
192 - monitor: fix QMP for balloon command (Luiz Capitulino)
193 - QMP: Return an empty dict by default (Luiz Capitulino)
194 - QMP: Only handle converted commands (Luiz Capitulino)
195 - pci: support PCI based option rom loading (Gerd Hoffman/Anthony Liguori)
196 - Fix backcompat for hotplug of SCSI controllers (Daniel P. Berrange)
197 - fdc: fix migration from 0.11 (Juan Quintela)
198 - vmware-vga: fix segv on cursor resize. (Dave Airlie)
199 - vmware-vga: various fixes (Dave Airlie/Anthony Liguori)
200 - qdev: improve property error reporting. (Gerd Hoffmann)
201 - fix vga names in default_list (Gerd Hoffmann)
202 - usb-host: check mon before using it. (Gerd Hoffmann)
203 - usb-net: use qdev for -usbdevice (Gerd Hoffmann)
204 - monitor: Catch printing to non-existent monitor (Luiz Capitulino)
205 - Avoid permanently disabled QEMU monitor when UNIX migration fails (Daniel P. Berrange)
206 - Fix loading of ELF multiboot kernels (Kevin Wolf)
207 - qemu-io: Fix memory leak (Kevin Wolf)
208 - Fix thinko in linuxboot.S (Paolo Bonzini)
209 - target-i386: Fix evaluation of DR7 register (Jan Kiszka)
210 - vnc: hextile: do not generate ForegroundSpecified and SubrectsColoured tiles (Anthony Liguori)
211 - S390: Bail out without KVM (Alexander Graf)
212 - S390: Don't tell guest we're updating config space (Alexander Graf)
213 - target-s390: Fail on unknown instructions (Alexander Graf)
214 - osdep: Fix runtime failure on older Linux kernels (Andre Przywara)
215 - Fix a make -j race (Juergen Lock)
216 - target-alpha: Fix generic ctz64. (Richard Henderson)
217 - s390: Fix buggy assignment (Stefan Weil)
218 - target-mips: fix user-mode emulation startup (Nathan Froyd)
219 - target-i386: Update CPUID feature set for TCG (Andre Przywara)
220 - s390: fix build on 32 bit host (Michael S. Tsirkin)
221
a68fc29c
AL
222version 0.12.0-rc2:
223
224 - v2: properly save kvm system time msr registers (Glauber Costa)
225 - convert more monitor commands to qmp (Luiz Capitulino)
226 - vnc: fix capslock tracking logic. (Gerd Hoffmann)
227 - QemuOpts: allow larger option values. (Gerd Hoffmann)
228 - scsi: fix drive hotplug. (Gerd Hoffmann)
229 - pci: don't hw_error() when no slot is available. (Gerd Hoffmann)
230 - pci: don't abort() when trying to hotplug with acpi off. (Gerd Hoffmann)
231 - allow default devices to be implemented in config file (Gerd Hoffman)
232 - vc: colorize chardev title line with blue background. (Gerd Hoffmann)
233 - chardev: make chardevs specified in config file work. (Gerd Hoffmann)
234 - qdev: also match bus name for global properties (Gerd Hoffmann)
235 - qdev: add command line option to set global defaults for properties. (Gerd Hoffmann)
236 - kvm: x86: Save/restore exception_index (Jan Kiszka)
237 - qdev: Replace device names containing whitespace (Markus Armbruster)
238 - fix rtc-td-hack on host without high-res timers (Gleb Natapov)
239 - virtio: verify features on load (Michael S. Tsirkin)
240 - vmware_vga: add rom file so that it boots. (Dave Airlie)
241 - Do not abort on qemu_malloc(0) in production builds (Anthony Liguori)
242 - Fix ARM userspace strex implementation. (Paul Brook)
243 - qemu: delete rule target on error (Michael S. Tsirkin)
244 - QMP: add human-readable description to error response (Markus Armbruster)
245 - convert more monitor commands to QError (Markus Armbruster)
246 - monitor: Fix double-prompt after "change vnc passwd BLA" (Markus Armbruster)
247 - monitor: do_cont(): Don't ask for passwords (Luiz Capitulino)
248 - monitor: Introduce 'block_passwd' command (Luiz Capitulino)
249 - pci: interrupt disable bit support (Michael S. Tsirkin)
250 - pci: interrupt status bit implementation (Michael S. Tsirkin)
251 - pci: prepare irq code for interrupt state (Michael S. Tsirkin)
252 - msix: function mask support (Michael S. Tsirkin)
253 - msix: macro rename for function mask support (Michael S. Tsirkin)
254 - cpuid: Fix multicore setup on Intel (Andre Przywara)
255 - kvm: x86: Fix initial kvm_has_msr_star (Jan Kiszka)
256 - Update OpenBIOS images to r640 (Aurelien Jarno)
257
669b92ed
AL
258version 0.10.2:
259
260 - fix savevm/loadvm (Anthony Liguori)
261 - live migration: fix dirty tracking windows (Glauber Costa)
262 - live migration: improve error propogation (Glauber Costa)
263 - qcow2: fix image creation for > ~2TB images (Chris Wright)
264 - hotplug: fix error handling for if= parameter (Eduardo Habkost)
265 - qcow2: fix data corruption (Nolan Leake)
266 - virtio: fix guest oops with 2.6.25 kernels (Rusty Russell)
267 - SH4: add support for -kernel (Takashi Yoshii, Aurelien Jarno)
268 - hotplug: fix closing of char devices (Jan Kiszka)
269 - hotplug: remove incorrect check for device name (Eduardo Habkost)
270 - enable -k on win32 (Herve Poussineau)
271 - configure: use LANG=C for grep (Andreas Faerber)
272 - fix VGA regression (malc)
273
82e52676
AL
274version 0.10.1:
275
276 - virtio-net: check right return size on sg list (Alex Williamson)
277 - Make qemu_announce_self handle holes (live migration after hotplug)
278 (Marcelo Tosatti)
279 - Revert r6804-r6808 (qcow2 allocation info). This series of changes added
280 a high cost to startup for large qcow2 images (Anthony Liguori)
281 - qemu-img: fix help message (Aurelien Jarno)
282 - Fix build for non-default installs of SDL (Anthony Liguori)
283 - Fix race condition in env->interrupt_request. When using TCG and a dynticks
284 host timer, this condition could cause TCG to get stuck in an infinite
285 loop (Aurelien Jarno)
286 - Fix reading encrypted hard disk passwords during early startup (Jan Kiszka)
287 - Fix encrypted disk reporting in 'info block' (Jan Kiszka)
288 - Fix console size with tiny displays (MusicPal) (Jan Kiszka)
289 - Improve error handling in bdrv_open2 (Jan Kiszka)
290 - Avoid leaking data in mux'ed character devices (Jan Kiszka)
291 - Fix initial character device reset (no banner in monitor) (Jan Kiszka)
292 - Fix cpuid KVM crash on i386 host (Lubomir Rintel)
293 - Fix SLES10sp2 installation by adding ISTAT1 register to LSI SCSI emulation
294 (Ryan Harper)
295
b4171e4b
AL
296version 0.10.0:
297
298 - TCG support (No longer requires GCC 3.x)
299 - Kernel Virtual Machine acceleration support
300 - BSD userspace emulation
301 - Bluetooth emulation and host passthrough support
302 - GDB XML register description support
303 - Intel e1000 emulation
304 - HPET emulation
305 - VirtIO paravirtual device support
306 - Marvell 88w8618 / MusicPal emulation
307 - Nokia N-series tablet emulation / OMAP2 processor emulation
308 - PCI hotplug support
309 - Live migration and new save/restore formats
310 - Curses display support
311 - qemu-nbd utility to mount supported block formats
312 - Altivec support in PPC emulation and new firmware (OpenBIOS)
313 - Multiple VNC clients are now supported
314 - TLS encryption is now supported in VNC
57cd6e97
AZ
315 - MIPS Magnum R4000 machine (Hervé Poussineau)
316 - Braille support (Samuel Thibault)
317 - Freecom MusicPal system emulation (Jan Kiszka)
c30bb264 318 - OMAP242x and Nokia N800, N810 machines (Andrzej Zaborowski)
0e674589 319 - EsounD audio driver (Frederick Reeve)
320 - Gravis Ultrasound GF1 sound card (Tibor "TS" Schütz)
b4171e4b 321 - Many, many, bug fixes and new features
57cd6e97 322
bfe31212
FB
323version 0.9.1:
324
430415f2 325 - TFTP booting from host directory (Anthony Liguori, Erwan Velu)
ad0504b5
TS
326 - Tap device emulation for Solaris (Sittichai Palanisong)
327 - Monitor multiplexing to several I/O channels (Jason Wessel)
54d43f70 328 - ds1225y nvram support (Herve Poussineau)
33d68b5f 329 - CPU model selection support (J. Mayer, Paul Brook, Herve Poussineau)
115646b6 330 - Several Sparc fixes (Aurelien Jarno, Blue Swirl, Robert Reif)
5a5012ec 331 - MIPS 64-bit FPU support (Thiemo Seufer)
02645926 332 - Xscale PDA emulation (Andrzej Zaborowski)
b65df015 333 - ColdFire system emulation (Paul Brook)
1cd548ee
TS
334 - Improved SH4 support (Magnus Damm)
335 - MIPS64 support (Aurelien Jarno, Thiemo Seufer)
336 - Preliminary Alpha guest support (J. Mayer)
6ada7453 337 - Read-only support for Parallels disk images (Alex Beregszaszi)
239fbd86 338 - SVM (x86 virtualization) support (Alexander Graf)
981623fe 339 - CRIS emulation (Edgar E. Iglesias)
cb33da57 340 - SPARC32PLUS execution support (Blue Swirl)
a76dc35a 341 - MIPS mipssim pseudo machine (Thiemo Seufer)
93a0019b 342 - Strace for Linux userland emulation (Stuart Anderson, Thayne Harbaugh)
02645926 343 - OMAP310 MPU emulation plus Palm T|E machine (Andrzej Zaborowski)
9ee6e8bb 344 - ARM v6, v7, NEON SIMD and SMP emulation (Paul Brook/CodeSourcery)
d66846a1 345 - Gumstix boards: connex and verdex emulation (Thorsten Zitterell)
6d1f1778 346 - Intel mainstone II board emulation (Armin Kuster)
d66846a1 347 - VMware SVGA II graphics card support (Andrzej Zaborowski)
ad0504b5 348
7b9c30c5 349version 0.9.0:
83f64091
FB
350
351 - Support for relative paths in backing files for disk images
352 - Async file I/O API
13a2e80f
FB
353 - New qcow2 disk image format
354 - Support of multiple VM snapshots
f0e42172 355 - Linux: specific host CDROM and floppy support
4f3baa4b
FB
356 - SMM support
357 - Moved PCI init, MP table init and ACPI table init to Bochs BIOS
9dbd25e6
TS
358 - Support for MIPS32 Release 2 instruction set (Thiemo Seufer)
359 - MIPS Malta system emulation (Aurelien Jarno, Stefan Weil)
284ec167 360 - Darwin userspace emulation (Pierre d'Herbemont)
7b9c30c5
FB
361 - m68k user support (Paul Brook)
362 - several x86 and x86_64 emulation fixes
363 - Mouse relative offset VNC extension (Anthony Liguori)
364 - PXE boot support (Anthony Liguori)
365 - '-daemonize' option (Anthony Liguori)
83f64091 366
a08beb33
FB
367version 0.8.2:
368
856860f5 369 - ACPI support
a08beb33
FB
370 - PC VGA BIOS fixes
371 - switch to OpenBios for SPARC targets (Blue Swirl)
372 - VNC server fixes
373 - MIPS FPU support (Marius Groeger)
9529ebc2 374 - Solaris/SPARC host support (Juergen Keil)
1579bde8
FB
375 - PPC breakpoints and single stepping (Jason Wessel)
376 - USB updates (Paul Brook)
63301264 377 - UDP/TCP/telnet character devices (Jason Wessel)
beac80cd 378 - Windows sparse file support (Frediano Ziglio)
63301264
FB
379 - RTL8139 NIC TCP segmentation offloading (Igor Kovalenko)
380 - PCNET NIC support (Antony T Curtis)
381 - Support for variable frequency host CPUs
382 - Workaround for win32 SMP hosts
383 - Support for AMD Flash memories (Jocelyn Mayer)
384 - Audio capture to WAV files support (malc)
a08beb33 385
210fe0be
FB
386version 0.8.1:
387
388 - USB tablet support (Brad Campbell, Anthony Liguori)
389 - win32 host serial support (Kazu)
fd06c375 390 - PC speaker support (Joachim Henke)
a8ca632c
FB
391 - IDE LBA48 support (Jens Axboe)
392 - SSE3 support
9529ebc2 393 - Solaris port (Juergen Keil)
27c7ca7e 394 - Preliminary SH4 target (Samuel Tardieu)
24236869 395 - VNC server (Anthony Liguori)
691fce48
FB
396 - slirp fixes (Ed Swierk et al.)
397 - USB fixes
398 - ARM Versatile Platform Baseboard emulation (Paul Brook)
210fe0be 399
90dc3b39 400version 0.8.0:
1d14ffa9 401
b5ff1b31
FB
402 - ARM system emulation: Arm Integrator/CP board with an arm1026ej-s
403 cpu (Paul Brook)
404 - SMP support
1d14ffa9 405 - Mac OS X cocoa improvements (Mike Kronenberg)
6f5f11a5 406 - Mac OS X CoreAudio driver (Mike Kronenberg)
1d14ffa9 407 - DirectSound driver (malc)
d5d11eac 408 - ALSA audio driver (malc)
6f5f11a5 409 - new audio options: '-soundhw' and '-audio-help' (malc)
1d14ffa9 410 - ES1370 PCI audio device (malc)
bb36d470 411 - Initial USB support
f8d179e3 412 - Linux host serial port access
e57a8c0e 413 - Linux host low level parallel port access
41d03949 414 - New network emulation code supporting VLANs.
ea31eb5b 415 - MIPS and MIPSel User Linux emulation
f881a0d4
FB
416 - MIPS fixes to boot Linux (Daniel Jacobowitz)
417 - NX bit support
ba3c64fb 418 - Initial SPARC SMP support (Blue Swirl)
2c6cadd4
FB
419 - Major overhaul of the virtual FAT driver for read/write support
420 (Johannes Schindelin)
f8d179e3 421
a7c15abb 422version 0.7.2:
3b46e624 423
a7c15abb
FB
424 - x86_64 fixes (Win2000 and Linux 2.6 boot in 32 bit)
425 - merge self modifying code handling in dirty ram page mecanism.
426 - MIPS fixes (Ralf Baechle)
427 - better user net performances
428
de167e41
FB
429version 0.7.1:
430
431 - read-only Virtual FAT support (Johannes Schindelin)
a09db21f
FB
432 - Windows 2000 install disk full hack (original idea from Vladimir
433 N. Oleynik)
8979b227 434 - VMDK disk image creation (Filip Navara)
3475187d 435 - SPARC64 progress (Blue Swirl)
b195775f
FB
436 - initial MIPS support (Jocelyn mayer)
437 - MIPS improvements (Ralf Baechle)
33d08439 438 - 64 bit fixes in user networking (initial patch by Gwenole Beauchesne)
a7c15abb 439 - IOAPIC support (Filip Navara)
de167e41 440
a8753c34 441version 0.7.0:
bed5cd80
FB
442
443 - better BIOS translation and HDD geometry auto-detection
444 - user mode networking bug fix
445 - undocumented FPU ops support
a07167d3 446 - Cirrus VGA: support for 1280x1024x[8,15,16] modes
6a78ece5 447 - 'pidfile' option
585d0ed9 448 - .dmg disk image format support (Johannes Schindelin)
3d11d0eb 449 - keymaps support (initial patch by Johannes Schindelin)
808c4954 450 - big endian ARM support (Lennert Buytenhek)
bdfaf503 451 - added generic 64 bit target support
a8753c34 452 - x86_64 target support
bdfaf503 453 - initial APIC support
664e0f19 454 - MMX/SSE/SSE2/PNI support
6508fe59 455 - PC parallel port support (Mark Jonckheere)
99c475ab 456 - initial SPARC64 support (Blue Swirl)
a8753c34 457 - SPARC target boots Linux (Blue Swirl)
99c475ab 458 - armv5te user mode support (Paul Brook)
b7bcbe95 459 - ARM VFP support (Paul Brook)
a8753c34
FB
460 - ARM "Angel" semihosting syscalls (Paul Brook)
461 - user mode gdb stub support (Paul Brook)
232ba5ab
FB
462 - Samba 3 support
463 - initial Cocoa support (Pierre d'Herbemont)
a8753c34 464 - generic FPU emulation code
6a0f9e82 465 - Virtual PC read-only disk image support (Alex Beregszaszi)
bed5cd80 466
49b3b9fb
FB
467version 0.6.1:
468
469 - Mac OS X port (Pierre d'Herbemont)
470 - Virtual console support
05d5818c 471 - Better monitor line edition
5fafdf24 472 - New block device layer
05d5818c
FB
473 - New 'qcow' growable disk image support with AES encryption and
474 transparent decompression
475 - VMware 3 and 4 read-only disk image support (untested)
476 - Support for up to 4 serial ports
c7f74643 477 - TFTP server support (Magnus Damm)
9bf05444 478 - Port redirection support in user mode networking
16c460b1
FB
479 - Support for not executable data sections
480 - Compressed loop disk image support (Johannes Schindelin)
481 - Level triggered IRQ fix (aka NE2000 PCI performance fix) (Steve
482 Wormley)
525d67bc
FB
483 - Fixed Fedora Core 2 problems (now you can run qemu without any
484 LD_ASSUME_KERNEL tricks on FC2)
485 - DHCP fix for Windows (accept DHCPREQUEST alone)
e95c8d51 486 - SPARC system emulation (Blue Swirl)
2518bd0d 487 - Automatic Samba configuration for host file access from Windows.
d63d307f 488 - '-loadvm' and '-full-screen' options
f9859310
FB
489 - ne2000 savevm support (Johannes Schindelin)
490 - Ctrl-Alt is now the default grab key. Ctrl-Alt-[0-9] switches to
491 the virtual consoles.
655aa52a
FB
492 - BIOS floppy fix for NT4 (Mike Nordell, Derek Fawcus, Volker Ruppert)
493 - Floppy fixes for NT4 and NT5 (Mike Nordell)
494 - NT4 IDE fixes (Ben Pfaf, Mike Nordell)
d75d9f6b 495 - SDL Audio support and SB16 fixes (malc)
61a8c4ec 496 - ENTER instruction bug fix (initial patch by Stefan Kisdaroczi)
c76338c3
FB
497 - VGA font change fix
498 - VGA read-only CRTC register fix
49b3b9fb 499
d08c49aa 500version 0.6.0:
44c513c4
FB
501
502 - minimalist FPU exception support (NetBSD FPU probe fix)
503 - cr0.ET fix (Win95 boot)
f528bfd4
FB
504 - *BSD port (Markus Niemisto)
505 - I/O access fix (signaled by Mark Jonckheere)
506 - IDE drives serial number fix (Mike Nordell)
507 - int13 CDROM BIOS fix (aka Solaris x86 install CD fix)
508 - int15, ah=86 BIOS fix (aka Solaris x86 hardware probe hang up fix)
509 - BSR/BSF "undefined behaviour" fix
69b91039
FB
510 - vmdk2raw: convert VMware disk images to raw images
511 - PCI support
512 - NE2K PCI support
4399059e
FB
513 - dummy VGA PCI support
514 - VGA font selection fix (Daniel Serpell)
b54ad049 515 - PIC reset fix (Hidemi KAWAI)
15aeac38 516 - PIC spurious irq support (aka Solaris install bug)
be3edd95 517 - added '-localtime' option
7e71f16f 518 - Cirrus CL-GD54xx VGA support (initial patch by Makoto Suzuki (suzu))
987c1c69
FB
519 - APM and system shutdown support
520 - Fixed system reset
70867490 521 - Support for other PC BIOSes
638260eb
FB
522 - Initial PowerMac hardware emulation
523 - PowerMac/PREP OpenFirmware compatible BIOS (Jocelyn Mayer)
d08c49aa 524 - initial IDE BMDMA support (needed for Darwin x86)
7e71f16f 525 - Set the default memory size for PC emulation to 128 MB
44c513c4 526
b06eddd3
FB
527version 0.5.5:
528
529 - SDL full screen support (initial patch by malc)
530 - VGA support on PowerPC PREP
531 - VBE fixes (Matthew Mastracci)
a1b74fe8 532 - PIT fixes (aka Win98 hardware probe and "VGA slowness" bug)
66201e2d 533 - IDE master only fixes (aka Win98 CD-ROM probe bug)
a1b74fe8
FB
534 - ARM load/store half word fix (Ulrich Hecht)
535 - FDC fixes for Win98
b06eddd3 536
2f0c934e 537version 0.5.4:
3b46e624 538
2f0c934e
FB
539 - qemu-fast fixes
540 - BIOS area protection fix (aka EMM386.EXE fix) (Mike Nordell)
541 - keyboard/mouse fix (Mike Nordell)
542 - IDE fixes (Linux did not recognized slave drivers)
543 - VM86 EIP masking fix (aka NT5 install fix) (Mike Nordell)
91caaa61
FB
544 - QEMU can now boot a PowerPC Linux kernel (Jocelyn Mayer)
545 - User mode network stack
546 - imul imm8 fix + 0x82 opcode support (Hidemi KAWAI)
52c00a5f 547 - precise self modifying code (aka BeOS install bug)
2f0c934e 548
625976da
FB
549version 0.5.3:
550
6411cfb6 551 - added Bochs VESA VBE support
625976da
FB
552 - VGA memory map mode 3 access fix (OS/2 install fix)
553 - IDE fixes (Jens Axboe)
554 - CPU interrupt fixes
555 - fixed various TLB invalidation cases (NT install)
22a46c55 556 - fixed cr0.WP semantics (XP install)
94fe4f9f 557 - direct chaining support for SPARC and PowerPC (faster)
22a46c55
FB
558 - ARM NWFPE support (initial patch by Ulrich Hecht)
559 - added specific x86 to x86 translator (close to native performance
560 in qemu-i386 and qemu-fast)
94fe4f9f
FB
561 - shm syscalls support (Paul McKerras)
562 - added accurate CR0.MP/ME/TS emulation
563 - fixed DMA memory write access (Win95 boot floppy fix)
564 - graphical x86 linux loader
5fafdf24 565 - command line monitor
94fe4f9f
FB
566 - generic removable device support
567 - support of CD-ROM change
568 - multiple network interface support
bc51c5c9 569 - initial x86-64 host support (Gwenole Beauchesne)
d9d849fc 570 - lret to outer priviledge fix (OS/2 install fix)
bb27c190
FB
571 - task switch fixes (SkyOS boot)
572 - VM save/restore commands
573 - new timer API
574 - more precise RTC emulation (periodic timers + time updates)
67b915a5 575 - Win32 port (initial patch by Kazu)
bb27c190 576
efe160c5 577version 0.5.2:
2be3bc02 578
efe160c5
FB
579 - improved soft MMU speed (assembly functions and specializing)
580 - improved multitasking speed by avoiding flushing TBs when
581 switching tasks
582 - improved qemu-fast speed
583 - improved self modifying code handling (big performance gain in
584 softmmu mode).
585 - fixed IO checking
586 - fixed CD-ROM detection (win98 install CD)
587 - fixed addseg real mode bug (GRUB boot fix)
588 - added ROM memory support (win98 boot)
589 - fixed 'call Ev' in case of paging exception
590 - updated the script 'qemu-binfmt-conf.sh' to use QEMU automagically
591 when launching executables for the supported target CPUs.
728c9fd5
FB
592 - PowerPC system emulation update (Jocelyn Mayer)
593 - PC floppy emulation and DMA fixes (Jocelyn Mayer)
594 - polled mode for PIC (Jocelyn Mayer)
2be3bc02
FB
595 - fixed PTE dirty bit handling
596 - fixed xadd same reg bug
597 - fixed cmpxchg exception safeness
3d4b4c0f
FB
598 - access to virtual memory in gdb stub
599 - task gate and NT flag fixes
e98c8721 600 - eflags optimisation fix for string operations
efe160c5 601
9c3ad574 602version 0.5.1:
3b46e624 603
9c3ad574
FB
604 - float access fixes when using soft mmu
605 - PC emulation support on PowerPC
606 - A20 support
181f1558
FB
607 - IDE CD-ROM emulation
608 - ARM fixes (Ulrich Hecht)
609 - SB16 emulation (malc)
610 - IRET and INT fixes in VM86 mode with IOPL=3
611 - Port I/Os use TSS io map
612 - Full task switching/task gate support
67867308
FB
613 - added verr, verw, arpl, fcmovxx
614 - PowerPC target support (Jocelyn Mayer)
3811a291 615 - Major SPARC target fixes (dynamically linked programs begin to work)
9c3ad574 616
285dc330 617version 0.5.0:
3b46e624 618
9368caf6
FB
619 - full hardware level VGA emulation
620 - graphical display with SDL
621 - added PS/2 mouse and keyboard emulation
622 - popw (%esp) fix
623 - mov to/from segment data width fix
624 - added real mode support
0806e3f6 625 - added Bochs BIOS and LGPL'ed VGA BIOS loader in qemu
9368caf6
FB
626 - m68k host port (Richard Zidlicky)
627 - partial soft MMU support for memory mapped I/Os
628 - multi-target build
fcf8fcc8
FB
629 - fixed: no error code in hardware interrupts
630 - fixed: pop ss, mov ss, x and sti disable hardware irqs for the next insn
631 - correct single stepping thru string operations
0806e3f6
FB
632 - preliminary SPARC target support (Thomas M. Ogrisegg)
633 - tun-fd option (Rusty Russell)
634 - automatic IDE geometry detection
285dc330 635 - renamed 'vl' to qemu[-fast] and user qemu to qemu-{cpu}.
0806e3f6 636 - added man page
9c3ad574 637 - added full soft mmu mode to launch unpatched OSes.
9368caf6 638
9d0fe224
FB
639version 0.4.3:
640
641 - x86 exception fix in case of nop instruction.
642 - gcc 3.2.2 bug workaround (RedHat 9 fix)
643 - sparc and Alpha host fixes
644 - many ARM target fixes: 'ls' and 'bash' can be launched.
645
4690764b
FB
646version 0.4.2:
647
648 - many exception handling fixes (can compile a Linux kernel inside vl)
649 - IDE emulation support
650 - initial GDB stub support
651 - deferred update support for disk images (Rusty Russell)
9d0fe224 652 - accept User Mode Linux Copy On Write disk images
4690764b
FB
653 - SMP kernels can at least be booted
654
d5a0b50c 655version 0.4.1:
3b46e624 656
d5a0b50c
FB
657 - more accurate timer support in vl.
658 - more reliable NE2000 probe in vl.
659 - added 2.5.66 kernel in vl-test.
660 - added VLTMPDIR environment variable in vl.
661
6c0372d3
FB
662version 0.4:
663
664 - initial support for ring 0 x86 processor emulation
665 - fixed signal handling for correct dosemu DPMI emulation
666 - fast x86 MMU emulation with mmap()
667 - fixed popl (%esp) case
1eb20527 668 - Linux kernel can be executed by QEMU with the 'vl' command.
6c0372d3 669
411bffc4 670version 0.3:
de83cd02
FB
671
672 - initial support for ARM emulation
411bffc4
FB
673 - added fnsave, frstor, fnstenv, fldenv FPU instructions
674 - added FPU register save in signal emulation
322d0c66 675 - initial ARM port
de83cd02
FB
676 - Sparc and Alpha ports work on the regression test
677 - generic ioctl number conversion
678 - fixed ioctl type conversion
411bffc4 679
3c51961e
FB
680version 0.2:
681
1eb20527
FB
682 - PowerPC disassembly and ELF symbols output (Rusty Russell)
683 - flock support (Rusty Russell)
684 - ugetrlimit support (Rusty Russell)
685 - fstat64 fix (Rusty Russell)
3c51961e
FB
686 - initial Alpha port (Falk Hueffner)
687 - initial IA64 port (Matt Wilson)
688 - initial Sparc and Sparc64 port (David S. Miller)
86840ae2 689 - added HLT instruction
70e19860
FB
690 - LRET instruction fix.
691 - added GPF generation for I/Os.
692 - added INT3 and TF flag support.
693 - SHL instruction C flag fix.
694 - mmap emulation for host page size > 4KB
695 - self-modifying code support
df0f11a0
FB
696 - better VM86 support (dosemu works on non trivial programs)
697 - precise exception support (EIP is computed correctly in most cases)
698 - more precise LDT/GDT/IDT emulation
699 - faster segment load in vm86 mode
700 - direct chaining of basic blocks (faster emulation)
3c51961e 701
66cd5846
FB
702version 0.1.6:
703
1eb87257
FB
704 - automatic library search system. QEMU can now work with unpatched
705 ELF dynamic loader and libc (Rusty Russell).
66cd5846 706 - ISO C warning fixes (Alistair Strachan)
1eb87257
FB
707 - first self-virtualizable version (works only as long as the
708 translation cache is not flushed)
709 - RH9 fixes
66cd5846 710
27c75a9a
FB
711version 0.1.5:
712
713 - ppc64 support + personality() patch (Rusty Russell)
714 - first Alpha CPU patches (Falk Hueffner)
715 - removed bfd.h dependancy
716 - fixed shrd, shld, idivl and divl on PowerPC.
717 - fixed buggy glibc PowerPC rint() function (test-i386 passes now on PowerPC).
718
bc8a22cc
FB
719version 0.1.4:
720
721 - more accurate VM86 emulation (can launch small DOS 16 bit
722 executables in wine).
723 - fixed push/pop fs/gs
724 - added iret instruction.
27c75a9a 725 - added times() syscall and SIOCATMARK ioctl.
bc8a22cc
FB
726
727version 0.1.3:
728
729 - S390 support (Ulrich Weigand)
730 - glibc 2.3.x compile fix (Ulrich Weigand)
731 - socketcall endian fix (Ulrich Weigand)
732 - struct sockaddr endian fix (Ulrich Weigand)
733 - sendmsg/recvmsg endian fix (Ulrich Weigand)
734 - execve endian fix (Ulrich Weigand)
735 - fdset endian fix (Ulrich Weigand)
736 - partial setsockopt syscall support (Ulrich Weigand)
737 - more accurate pushf/popf emulation
738 - first partial vm86() syscall support (can be used with runcom example).
739 - added bound, cmpxchg8b, cpuid instructions
740 - added 16 bit addressing support/override for string operations
741 - poll() fix
5fafdf24 742
bc8a22cc
FB
743version 0.1.2:
744
745 - compile fixes
746 - xlat instruction
747 - xchg instruction memory lock
748 - added simple vm86 example (not working with QEMU yet). The 54 byte
749 DOS executable 'pi_10.com' program was released by Bertram
750 Felgenhauer (more information at http://www.boo.net/~jasonp/pipage.html).
751
d691f669
FB
752version 0.1.1:
753
754 - glibc 2.2 compilation fixes
755 - added -s and -L options
756 - binary distribution of x86 glibc and wine
bc8a22cc 757 - big endian fixes in ELF loader and getdents.
d691f669 758
3ef693a0
FB
759version 0.1:
760
761 - initial public release.