From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54881) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpQJi-0001sZ-7v for qemu-devel@nongnu.org; Thu, 12 Jul 2012 16:48:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SpQJg-0005rz-Tn for qemu-devel@nongnu.org; Thu, 12 Jul 2012 16:48:54 -0400 Received: from mail-yx0-f173.google.com ([209.85.213.173]:47614) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpQJg-0005rr-OY for qemu-devel@nongnu.org; Thu, 12 Jul 2012 16:48:52 -0400 Received: by yenl1 with SMTP id l1so3168928yen.4 for ; Thu, 12 Jul 2012 13:48:52 -0700 (PDT) Sender: fluxion Date: Thu, 12 Jul 2012 15:48:41 -0500 From: Michael Roth Message-ID: <20120712204841.GC2941@illuin> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [ANNOUNCE] QEMU 1.1.1 Stable Released List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com Hi everyone, I am pleased to announce that the QEMU v1.1.1 stable release is now available at: http://wiki.qemu.org/download/qemu-1.1.1.tar.bz2 Also, the stable-1.1 repository is now available on qemu.org: http://git.qemu.org/?p=qemu-stable-1.1.git;a=summary The next release, v1.1.2, is tentatively planned for early August, depending on pending patches. Additional bug reports can be submitted via launchpad: https://bugs.launchpad.net/qemu/ Thank you all for your contributions! Changes since v1.1.0: - update VERSION for v1.1.1 (Michael Roth) - Merge remote-tracking branch 'agraf/s390-for-upstream-1.1' into HEAD (Michael Roth) - s390x: fix s390 virtio aliases (Alexander Graf) - rtl8139: validate rx ring before receiving packets (Jason Wang) - ahci: SATA FIS is 20 bytes, not 0x20 (Daniel Verkamp) - qemu-img: document qed format on qemu-img man page (Stefan Hajnoczi) - virtio: Fix compiler warning for non Linux hosts (Stefan Weil) - sheepdog: fix return value of do_load_save_vm_state (MORITA Kazutaka) - qemu/xendisk: set maximum number of grants to be used (Jan Beulich) - build: install qmp-commands.txt (Bruce Rogers) - fdc: fix implied seek while there is no media in drive (Pavel Hrdina) - qcow2: fix autoclear image header update (Stefan Hajnoczi) - Prevent disk data loss when closing qemu (Pavel Dovgaluk) - qcow2: fix endianness conversion (Zhi Yong Wu) - pci_bridge_dev: fix error path in pci_bridge_dev_initfn() (Jason Baron) - qdev: release parent properties on dc->init failure (Jason Baron) - intel-hda: Fix reset of MSI function (Jan Kiszka) - ahci: Fix reset of MSI function (Jan Kiszka) - rtl8139: honor RxOverflow flag in can_receive method (Fernando Luis Vazquez Cao) - configure: Fix build for some versions of glibc (9pfs) (Stefan Weil) - monitor: Fix memory leak with readline completion (Stefan Weil) - qcow2: Silence false warning (Kevin Wolf) - kvm: i8254: Fix conversion of in-kernel to userspace state (Jan Kiszka) - kvm/apic: correct short memset (Jim Meyering) - configure: report missing libraries for virtfs (Harsh Prateek Bora) - trace/simple.c: fix deprecated glib2 interface (Harsh Prateek Bora) - target-xtensa: fix CCOUNT for conditional branches (Max Filippov) - exec: fix TB invalidation after breakpoint insertion/deletion (Max Filippov) - target-xtensa: add MMU pagewalking tests (Max Filippov) - target-xtensa: control page table lookup explicitly (Max Filippov) - target-xtensa: update autorefill TLB entries conditionally (Max Filippov) - target-xtensa: extract TLB entry setting method (Max Filippov) - target-xtensa: update EXCVADDR in case of page table lookup (Max Filippov) - target-xtensa: flush TLB page for new MMU mapping (Max Filippov) - virtio-blk: Fix geometry sector calculation (Christian Borntraeger)