From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59783) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdK0r-0007s6-Gx for qemu-devel@nongnu.org; Fri, 17 May 2013 08:43:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UdK0p-0007Hg-Cn for qemu-devel@nongnu.org; Fri, 17 May 2013 08:43:57 -0400 Date: Fri, 17 May 2013 08:43:49 -0400 From: Luiz Capitulino Message-ID: <20130517084349.0bd9c046@redhat.com> In-Reply-To: <1368568392-2127-1-git-send-email-mdroth@linux.vnet.ibm.com> References: <1368568392-2127-1-git-send-email-mdroth@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Patch Round-up for stable 1.4.2, freeze on Monday List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Roth Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org, qemu-stable@nongnu.org On Tue, 14 May 2013 16:52:57 -0500 Michael Roth wrote: > Hi everyone, > > The following new patches are queued for QEMU stable v1.4.2: > > https://github.com/mdroth/qemu/commits/stable-1.4-staging > > The release is planned for 05-24-2013: > > http://wiki.qemu.org/Planning/1.4 > > Please CC qemu-stable@nongnu.org on any patches you think should be > included in the release. The cut-off date is 05-20-2013 for new patches. Michael, can you cherry pick the following commit: commit dcc6ceffc066745777960a1f0d32f3a555924f65 Author: Luiz Capitulino Date: Thu Apr 18 11:53:32 2013 -0400 virtio-balloon: fix integer overflow in BALLOON_CHANGE QMP event It should apply cleanly.