From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59277) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJ1m5-0000v2-1r for qemu-devel@nongnu.org; Thu, 27 Feb 2014 09:17:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WJ1lz-0005Ip-1x for qemu-devel@nongnu.org; Thu, 27 Feb 2014 09:17:20 -0500 Received: from mx1.redhat.com ([209.132.183.28]:16572) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJ1ly-0005HF-QZ for qemu-devel@nongnu.org; Thu, 27 Feb 2014 09:17:14 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s1REHD4V003737 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 27 Feb 2014 09:17:14 -0500 From: Marcel Apfelbaum Date: Thu, 27 Feb 2014 16:17:29 +0200 Message-Id: <1393510652-22551-1-git-send-email-marcel.a@redhat.com> Subject: [Qemu-devel] [PATCH v4 0/3] 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 v3->v4: - Do not issue error on tables sync issues to not break git bisect - Rebased on mst's pci branch. Partially reverted a patch v2->v3: Addressed Michael S. Tsirkin's comments: - got rid of a not needed if statement Marcel Apfelbaum (3): acpi-build: Partially revert dac1e93093f9306c114f410785c99aa5261539b4 acpi-test: retain both asl and aml files on failure acpi-test: issue errors instead of warnings when possible tests/acpi-test.c | 42 ++++++++++++++++++++++++++---------------- 1 file changed, 26 insertions(+), 16 deletions(-) -- 1.8.3.1