From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51678) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1Xgl-0006Mq-MK for qemu-devel@nongnu.org; Wed, 25 Nov 2015 05:52:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1Xgi-00009o-GX for qemu-devel@nongnu.org; Wed, 25 Nov 2015 05:52:39 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54380) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1Xgi-00009V-BH for qemu-devel@nongnu.org; Wed, 25 Nov 2015 05:52:36 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 5F71012BBE for ; Wed, 25 Nov 2015 10:52:35 +0000 (UTC) From: "Daniel P. Berrange" Date: Wed, 25 Nov 2015 10:52:27 +0000 Message-Id: <1448448749-1332-1-git-send-email-berrange@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] Fix regression in object creation order List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , Paolo Bonzini , "Michael S. Tsirkin" 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(-) -- 2.5.0