From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38992) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJ0Rz-0002Kr-7j for qemu-devel@nongnu.org; Thu, 27 Feb 2014 07:52:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WJ0Rt-0007vP-5Q for qemu-devel@nongnu.org; Thu, 27 Feb 2014 07:52:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:7323) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJ0Rs-0007vH-Tt for qemu-devel@nongnu.org; Thu, 27 Feb 2014 07:52:25 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s1RCqN1L015756 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 27 Feb 2014 07:52:23 -0500 From: Marcel Apfelbaum Date: Thu, 27 Feb 2014 14:52:39 +0200 Message-Id: <1393505561-1716-1-git-send-email-marcel.a@redhat.com> Subject: [Qemu-devel] [PATCH v3 0/2] acpi-test: issue errors instead of warnings when possible List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: mst@redhat.com v2->v3: Addressed Michael S. Tsirkin's comments: - got rid of a not needed if statement v1->v2: Addressed Michael S. Tsirkin's comments: - Split the path into 2 patches - First patch retains both asl and aml files on failure. - Second one "guesses" that iasl installation is OK by checking that no error was returned when the expected tables were parsed. Marcel Apfelbaum (2): acpi-test: retain both asl and aml files on failure acpi-test: issue errors instead of warnings when possible tests/acpi-test.c | 38 +++++++++++++++++++++++--------------- 1 file changed, 23 insertions(+), 15 deletions(-) -- 1.8.3.1