Hi everyone, I am pleased to announce that the QEMU v1.6.2 stable release is now available at:
http://wiki.qemu.org/download/qemu-1.6.2.tar.bz2 v1.6.2 is now tagged in the official qemu.git repository, and the stable-1.6 branch has been updated accordingly: http://git.qemu.org/?p=qemu.git;a=shortlog;h=refs/heads/stable-1.6 This release contains 39 build/bug fixes, including an important fix for the stable backport of the CVE-2013-4344 patch involving SCSI disk emulation (192d2f4), and a fix to restore cross- version migration compatibility between 1.6 and earlier/newer versions of QEMU (53e8cf9): Thank you to everyone involved! e82ee08: Update VERSION for 1.6.2 release (Michael Roth) 192d2f4: scsi_target_send_command(): amend stable-1.6 port of the CVE-2013-4344 fix (Laszlo Ersek) 9388fdb: qemu-ga: execute fsfreeze-freeze in reverse order of mounts (Tomoki Sekiyama) 68a1ac1: target-mips: fix 64-bit FPU config for user-mode emulation (Petar Jovanovic) 08dde5b: seccomp: add kill() to the syscall whitelist (Paul Moore) 12f7410: vmdk: Fix creating big description file (Fam Zheng) 982c8c5: qcow2: Zero-initialise first cluster for new images (Kevin Wolf) d90ff19: vfio-pci: Release all MSI-X vectors when disabled (Alex Williamson) 7cfd037: rng-egd: offset the point when repeatedly read from the buffer (Amos Kong) 0f62987: pci: unregister vmstate_pcibus on unplug (Bandan Das) 03060dc: qdev-monitor: Unref device when device_add fails (Stefan Hajnoczi) 2cafbbf: qdev-monitor: Fix crash when device_add is called with abstract driver (Igor Mammedov) 991a5f3: qom: Fix memory leak in object_property_set_link() (Vlad Yasevich) 817a872: virtio-net: fix the memory leak in rxfilter_notify() (Amos Kong) 37da395: vfio-pci: Fix multifunction=on (Alex Williamson) 4d2f39a: qcow2: fix possible corruption when reading multiple clusters (Peter Lieven) 4a5bf69: qcow2: count_contiguous_clusters and compression (Max Reitz) 53e8cf9: Fix pc migration from qemu <= 1.5 (Cole Robinson) 2c81874: exec: fix breakpoint_invalidate when pc may not be translated (Max Filippov) 5326636: virtio-net: only delete bh that existed (Jason Wang) 3bd74d1: linux-user: Fix stat64 syscall for SPARC64 (Stefan Weil) c554ddb: configure: Explicitly set ARFLAGS so we can build with GNU Make 4.0 (Peter Maydell) c1fecf2: tests: fix memleak in error path test for input visitor (Wenchao Xia) 08e2f35: qapi: fix memleak by adding implict struct functions in dealloc visitor (Wenchao Xia) ba3b29e: configure: detect endian via compile test (Mike Frysinger) 0ca1774: Adjust qapi-visit for python-2.4.3 (Richard Henderson) bd821a9: memory: fix 128 arithmetic in info mtree (Alexey Kardashevskiy) 7bda855: monitor: eliminate monitor_event_state_lock (Paolo Bonzini) 91a2cf3: audio: honor QEMU_AUDIO_TIMER_PERIOD instead of waking up every *nano* second (Hans de Goede) b685f6a: vmdk: Fix vmdk_parse_extents (Fam Zheng) 99b5b99: xen_disk: mark ioreq as mapped before unmapping in error case (Matthew Daley) 78bd79f: qemu-char: Fix potential out of bounds access to local arrays (Stefan Weil) a2c9dc5: misc: Use new rotate functions (Stefan Weil) 927fab3: bitops: Add rotate functions (rol8, ror8, ...) (Stefan Weil) 2c34244: tci: Add implementation of rotl_i64, rotr_i64 (Stefan Weil) 98384a9: tests: Update .gitignore for test-int128 and test-bitops (Markus Armbruster) 7038fe8: tests: Fix schema parser test for in-tree build (Markus Armbruster) 8501da4: char: remove watch callback on chardev detach from frontend (Amit Shah) aeefaaa: char: use common function to disable callbacks on chardev close (Amit Shah) 205cff7: char: move backends' io watch tag to CharDriverState (Amit Shah)