From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50323) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJ32G-0002WX-CS for qemu-devel@nongnu.org; Thu, 27 Feb 2014 10:38:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WJ329-00016i-6k for qemu-devel@nongnu.org; Thu, 27 Feb 2014 10:38:08 -0500 Received: from mx1.redhat.com ([209.132.183.28]:20409) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJ328-00016c-V8 for qemu-devel@nongnu.org; Thu, 27 Feb 2014 10:38:01 -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 s1RF10EI021657 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 27 Feb 2014 10:01:00 -0500 Date: Thu, 27 Feb 2014 17:06:17 +0200 From: "Michael S. Tsirkin" Message-ID: <20140227150617.GA22154@redhat.com> References: <1393510652-22551-1-git-send-email-marcel.a@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1393510652-22551-1-git-send-email-marcel.a@redhat.com> Subject: Re: [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: Marcel Apfelbaum Cc: qemu-devel@nongnu.org On Thu, Feb 27, 2014 at 04:17:29PM +0200, Marcel Apfelbaum wrote: > 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(-) Looks good. Applied, thanks! > -- > 1.8.3.1