From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54688) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHuLM-0006dl-32 for qemu-devel@nongnu.org; Mon, 24 Feb 2014 07:09:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WHuLG-00070e-3w for qemu-devel@nongnu.org; Mon, 24 Feb 2014 07:09:08 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59508) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHuLF-00070X-St for qemu-devel@nongnu.org; Mon, 24 Feb 2014 07:09:02 -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 s1OC91xF029186 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 24 Feb 2014 07:09:01 -0500 From: Marcel Apfelbaum Date: Mon, 24 Feb 2014 14:09:16 +0200 Message-Id: <1393243758-31946-1-git-send-email-marcel.a@redhat.com> Subject: [Qemu-devel] [PATCH v2 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 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 | 40 +++++++++++++++++++++++++--------------- 1 file changed, 25 insertions(+), 15 deletions(-) -- 1.8.3.1