From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55935) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ud1qc-0001Cc-R1 for qemu-devel@nongnu.org; Thu, 16 May 2013 13:20:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ud1qa-00089V-PT for qemu-devel@nongnu.org; Thu, 16 May 2013 13:20:10 -0400 Sender: fluxion Date: Thu, 16 May 2013 12:20:00 -0500 From: mdroth Message-ID: <20130516172000.GA9807@vm> References: <1368568392-2127-1-git-send-email-mdroth@linux.vnet.ibm.com> <5194029E.8000809@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5194029E.8000809@redhat.com> 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: Cole Robinson Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org, qemu-stable@nongnu.org On Wed, May 15, 2013 at 05:48:14PM -0400, Cole Robinson wrote: > 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. Thanks, just pushed both of these: https://github.com/mdroth/qemu/commits/stable-1.4-staging > > - Cole >