From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49048) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSSph-00006G-K0 for qemu-devel@nongnu.org; Tue, 25 Mar 2014 11:00:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSSpY-0002IB-Sm for qemu-devel@nongnu.org; Tue, 25 Mar 2014 11:00:05 -0400 Received: from e9.ny.us.ibm.com ([32.97.182.139]:33701) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSSpY-0002Hu-ON for qemu-devel@nongnu.org; Tue, 25 Mar 2014 10:59:56 -0400 Received: from /spool/local by e9.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 25 Mar 2014 10:59:55 -0400 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Roth In-Reply-To: <20140325144401.22831.62702@loki> References: <20140325144401.22831.62702@loki> Message-ID: <20140325145950.22831.46617@loki> Date: Tue, 25 Mar 2014 09:59:50 -0500 Subject: Re: [Qemu-devel] [ANNOUNCE] QEMU 1.7.1 Stable released List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: lersek@redhat.com, qemu-stable@nongnu.org, aliguori@amazon.com Quoting Michael Roth (2014-03-25 09:44:01) > Hi everyone, > = > I am pleased to announce that the QEMU v1.7.1 stable release is now > available at: > = > http://wiki.qemu.org/download/qemu-1.7.1.tar.bz2 > = > v1.7.1 is now tagged in the official qemu.git repository, > and the stable-1.7 branch has been updated accordingly: > = > http://git.qemu.org/?p=3Dqemu.git;a=3Dshortlog;h=3Drefs/heads/stable-1.7 > = > This release contains 62 build/bug fixes, including important fixes > for crashes at certain guest system memory sizes, and unplugging of > virtio devices. > = > Thank you to everyone involved! CHANGELOG: ba014af: Update VERSION for 1.7.1 release (Michael Roth) d689974: KVM: Use return value for error print (Alexander Graf) e50218c: hw/intc/arm_gic: Fix GIC_SET_LEVEL (Christoffer Dall) fa98e47: hw/arm/musicpal: Remove nonexistent CDTP2, CDTP3 registers (Peter = Maydell) ff51a1d: hw/intc/exynos4210_combiner: Don't overrun output_irq array in ini= t (Peter Maydell) 5444df1: hw/timer/arm_timer: Avoid array overrun for bad addresses (Peter M= aydell) e498311: hw/misc/arm_sysctl: Fix bad boundary check on mb clock accesses (P= eter Maydell) 4736fb3: qga: Fix memory allocation pasto (Markus Armbruster) 6d0a48a: qga: vss-win32: Fix interference with snapshot deletion by other V= SS request (Tomoki Sekiyama) 5e5d4fc: qga: vss-win32: Fix interference with snapshot creation by other V= SS requesters (Tomoki Sekiyama) 68e3bb1: qga: vss-win32: Use NULL as an invalid pointer for OpenEvent and C= reateEvent (Tomoki Sekiyama) c885105: adlib: fix patching of port I/O addresses (Paolo Bonzini) 2cd72ad: tcg-arm: The shift count of op_rotl_i32 is in args[2] not args[1].= (Huw Davies) 819ddf7: memory: fix limiting of translation at a page boundary (Paolo Bonz= ini) ec6428b: Update OpenBIOS images (Mark Cave-Ayland) 4243889: linux-user: Fix trampoline code for CRIS (Stefan Weil) 6b579c8: i386: Add missing include file for QEMU_PACKED (Stefan Weil) 47c6edc: KVM: Retry KVM_CREATE_VM on EINTR (thomas knych) a5221ee: virtio-scsi: Prevent assertion on missed events (Eric Farman) 30a0fc3: virtio-scsi: Cleanup of I/Os that never started (Eric Farman) ad0a644: scsi: Assign cancel_io vector for scsi_disk_emulate_ops (Paolo Bon= zini) 6b7ed87: scsi: Support TEST UNIT READY in the dummy LUN0 (Paolo Bonzini) b54720b: block/curl: Implement the libcurl timer callback interface (Peter = Maydell) c426a2d: vfio-pci: Release all MSI-X vectors when disabled (Alex Williamson) 15a14f2: migration: qmp_migrate(): keep working after syntax error (Luiz Ca= pitulino) 88d08de: mainstone: Fix duplicate array values for key 'space' (Stefan Weil) 109b243: seccomp: exit if seccomp_init() fails (Corey Bryant) c2f6dc6: s390x/kvm: Fix diagnose handling. (Cornelia Huck) dc9e1e7: qemu_opts_parse(): always check return value (Laszlo Ersek) 02e1c55: block/iscsi: use a bh to schedule co reentrance (Peter Lieven) 9692bad: hpet: fix build with CONFIG_HPET off (Michael S. Tsirkin) 6ec62b7: tcg/optimize: fix known-zero bits for right shift ops (Aurelien Ja= rno) 0e282ac: Fix QEMU build on OpenBSD on x86 archs (Brad) 75b4b74: linux-user: create target_structs header to place ipc_perm and shm= id_ds (Petar Jovanovic) 0bc4142: linux-user: pass correct parameter to do_shmctl() (Petar Jovanovic) b9cabc3: target-mips: fix 64-bit FPU config for user-mode emulation (Petar = Jovanovic) 03bc4f6: piix: fix 32bit pci hole (Gerd Hoffmann) 8b6d92a: pc: map PCI address space as catchall region for not mapped addres= ses (Michael S. Tsirkin) 44c68b8: exec: separate sections and nodes per address space (Marcel Apfelb= aum) 4c3e00d: exec: pass hw address to phys_page_find (Michael S. Tsirkin) 6a108c4: exec: replace leaf with skip (Michael S. Tsirkin) e480a1b: split definitions for exec.c and translate-all.c radix trees (Paol= o Bonzini) 29b0fcc: qdev-monitor: Avoid device_add crashing on non-device driver name = (Markus Armbruster) b8fca09: x86: only allow real mode to access 32bit without LMA (Alexander G= raf) 50a203c: vl: add missing transition debug->finish_migrate (Paolo Bonzini) = f227ed1: migration: Fix rate limit (Matthew Garrett) 2dc7975: qom: Split out object and class caches (Peter Crosthwaite) 8fa58fe: memory.c: bugfix - ref counting mismatch in memory_region_find (Ma= rcel Apfelbaum) 97f74de: intel-hda: fix position buffer (Gerd Hoffmann) 30a08ab: scsi-disk: fix VERIFY emulation (Paolo Bonzini) df3e347: scsi-bus: fix transfer length and direction for VERIFY command (Pa= olo Bonzini) 810766d: virtio-pci: add device_unplugged callback (Paolo Bonzini) 3220207: virtio-rng: switch exit callback to VirtioDeviceClass (Paolo Bonzi= ni) def56d2: virtio-balloon: switch exit callback to VirtioDeviceClass (Paolo B= onzini) 478f1f6: virtio-scsi: switch exit callback to VirtioDeviceClass (Paolo Bonz= ini) 8f08550: virtio-net: switch exit callback to VirtioDeviceClass (Paolo Bonzi= ni) e6c0070: virtio-serial: switch exit callback to VirtioDeviceClass (Paolo Bo= nzini) e84e23d: virtio-blk: switch exit callback to VirtioDeviceClass (Paolo Bonzi= ni) 40699a4: virtio-bus: cleanup plug/unplug interface (Paolo Bonzini) cbf23fd: virtio-pci: remove vdev field (Paolo Bonzini) a9b9ca7: virtio-ccw: remove vdev field (Paolo Bonzini) d765275: virtio-bus: remove vdev field (Paolo Bonzini) f475429: virtio-ccw: move virtio_ccw_stop_ioeventfd to virtio_ccw_busdev_un= plug (Paolo Bonzini)