From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bcyOG-0004rB-Mm for qemu-devel@nongnu.org; Thu, 25 Aug 2016 13:24:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bcyOA-0002Ve-Ii for qemu-devel@nongnu.org; Thu, 25 Aug 2016 13:24:31 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:60935) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bcyOA-0002UQ-BD for qemu-devel@nongnu.org; Thu, 25 Aug 2016 13:24:26 -0400 Received: from pps.filterd (m0098394.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.11/8.16.0.11) with SMTP id u7PHONBm101777 for ; Thu, 25 Aug 2016 13:24:24 -0400 Received: from e35.co.us.ibm.com (e35.co.us.ibm.com [32.97.110.153]) by mx0a-001b2d01.pphosted.com with ESMTP id 251kn4edxx-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Thu, 25 Aug 2016 13:24:23 -0400 Received: from localhost by e35.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 25 Aug 2016 11:24:21 -0600 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Roth In-Reply-To: <8e3ac487-a3ee-1aef-2240-4c388e0004f7@kamp.de> References: <20160817193046.7220.688@loki> <8e3ac487-a3ee-1aef-2240-4c388e0004f7@kamp.de> Date: Thu, 25 Aug 2016 12:23:45 -0500 Message-Id: <20160825172345.17599.42638@loki> Subject: Re: [Qemu-devel] [Qemu-stable] [ANNOUNCE] QEMU 2.6.1 Stable released List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven , qemu-devel@nongnu.org Cc: qemu-stable@nongnu.org Quoting Peter Lieven (2016-08-25 01:38:13) > Am 17.08.2016 um 21:30 schrieb Michael Roth: > > Hi everyone, > > > > I am pleased to announce that the QEMU v2.6.1 stable release is now > > available: > > > > http://wiki.qemu.org/download/qemu-2.6.1.tar.bz2 > > > > v2.6.1 is now tagged in the official qemu.git repository, > > and the stable-2.6 branch has been updated accordingly: > > > > http://git.qemu.org/?p=3Dqemu.git;a=3Dshortlog;h=3Drefs/heads/stable= -2.6 > > > > This is a fairly large update that addresses a broad range of bugs > > and security issues. Users should upgrade accordingly. > > > > Thank you to everyone involved! > = > Hi Michael, > = > thanks for putting this together. Unfortunately, I was on holiday during > the patch round up for 2.6.1 > = > I additionally have the following 5 patches in case you want or need to > release a 2.6.1.1 or 2.6.2: > = > bd9f480 ui: fix refresh of VNC server surface > 4c23084 net: limit allocation in nc_sendv_compat I don't see these in master yet. > bf97c17 iscsi: pass SCSI status back for SG_IO I'll pull this in if there's another release, but doesn't look like a regression from 2.6.0 at least. > 7c509d1 virtio: decrement vq->inuse in virtqueue_discard() > 700f26b virtio: recalculate vq->inuse after migration Looks like these got posted during the freeze :( > = > The virtio thing is important because live migration is broken without > the fix as 86cc089 is in 2.6.1. Not sure I understand the relation to 86cc089. Wouldn't the check introduced there always pass due to target initializing inuse to 0? Or is the issue that the fix introduced in 86cc089 is only partially effective due to inuse not being recalculated properly on target? That might warrant a 2.6.1.1... > = > Thanks, > Peter >=20