From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcjYe-0003c5-CQ for qemu-devel@nongnu.org; Wed, 15 May 2013 17:48:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UcjYc-00015N-Vy for qemu-devel@nongnu.org; Wed, 15 May 2013 17:48:24 -0400 Message-ID: <5194029E.8000809@redhat.com> Date: Wed, 15 May 2013 17:48:14 -0400 From: Cole Robinson MIME-Version: 1.0 References: <1368568392-2127-1-git-send-email-mdroth@linux.vnet.ibm.com> In-Reply-To: <1368568392-2127-1-git-send-email-mdroth@linux.vnet.ibm.com> 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 05/14/2013 05:52 PM, 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. > I just added this patch to Fedora to fix a crash that gnome-boxes is hitting: commit 3713e1485e6eace7d48b9c790602cfd92c616e5f Author: Hans de Goede Date: Fri Mar 15 11:52:37 2013 +0100 usb-redir: Fix crash on migration with no client connected Also, building documentation is still broken with texinfo 5, I got the details wrong about this for the 1.4.1 series. Master got the fix through commit 5d6768e3b8908a60f0a3016b7fa24194f6b47c80 Author: MORITA Kazutaka Date: Fri Feb 22 12:39:51 2013 +0900 sheepdog: accept URIs But that's not appropriate for stable. I'll send a patch. - Cole