From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39863) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpJnL-0006jz-8e for qemu-devel@nongnu.org; Thu, 22 Oct 2015 13:36:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpJnH-00057a-UE for qemu-devel@nongnu.org; Thu, 22 Oct 2015 13:36:55 -0400 References: <1445449930-23525-1-git-send-email-mdroth@linux.vnet.ibm.com> <5627D3CF.9090003@redhat.com> From: Cole Robinson Message-ID: <56291EB2.10109@redhat.com> Date: Thu, 22 Oct 2015 13:36:50 -0400 MIME-Version: 1.0 In-Reply-To: <5627D3CF.9090003@redhat.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/40] Patch Round-up for stable 2.4.1, freeze on 2015-10-29 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Roth , qemu-devel@nongnu.org Cc: qemu-stable@nongnu.org On 10/21/2015 02:05 PM, Cole Robinson wrote: > On 10/21/2015 01:51 PM, Michael Roth wrote: >> Hi everyone, >> >> The following new patches are queued for QEMU stable v2.4.1: >> >> https://github.com/mdroth/qemu/commits/stable-2.4-staging >> >> The release is planned for 2015-11-03: >> >> http://wiki.qemu.org/Planning/2.4 >> >> Please respond here or CC qemu-stable@nongnu.org on any patches you >> think should be included in the release. >> > Another potential: commit 98cf48f60aa4999f5b2808569a193a401a390e6a Author: Paolo Bonzini Date: Wed Sep 16 17:38:44 2015 +0200 trace: remove malloc tracing Prevents qemu from dropping this stderr warning with latest glib: (process:23283): GLib-WARNING **: gmem.c:482: custom memory allocation vtable not supported Not sure if it meets the stable criteria, but the error is annoying and I'll be adding that patch to the fedora builds Thanks, Cole