From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52884) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1bIY-0003iE-Je for qemu-devel@nongnu.org; Wed, 25 Nov 2015 09:43:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1bIV-0004uw-Av for qemu-devel@nongnu.org; Wed, 25 Nov 2015 09:43:54 -0500 Received: from mail-wm0-x22c.google.com ([2a00:1450:400c:c09::22c]:37932) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1bIV-0004uq-4U for qemu-devel@nongnu.org; Wed, 25 Nov 2015 09:43:51 -0500 Received: by wmec201 with SMTP id c201so73075373wme.1 for ; Wed, 25 Nov 2015 06:43:50 -0800 (PST) Sender: Paolo Bonzini References: <1448448749-1332-1-git-send-email-berrange@redhat.com> From: Paolo Bonzini Message-ID: <5655C923.3060205@redhat.com> Date: Wed, 25 Nov 2015 15:43:47 +0100 MIME-Version: 1.0 In-Reply-To: <1448448749-1332-1-git-send-email-berrange@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 0/2] Fix regression in object creation order List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" , qemu-devel@nongnu.org Cc: =?UTF-8?Q?Marc-Andr=c3=a9_Lureau?= , "Michael S. Tsirkin" On 25/11/2015 11:52, Daniel P. Berrange wrote: > This fixes the regression in object creation warning identified > by Paolo here: > > https://lists.gnu.org/archive/html/qemu-devel/2015-11/msg04994.html > > It provides an alternative fix to the original problem, by > simply removing the warning message in question. > > Daniel P. Berrange (2): > Revert "exec: silence hugetlbfs warning under qtest" > exec: remove warning about mempath and hugetlbfs > > exec.c | 6 ------ > vl.c | 28 ++++++++++++++-------------- > 2 files changed, 14 insertions(+), 20 deletions(-) > Queued for 2.5-rc2, thanks. Paolo