From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57816) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3pDa-0005AM-51 for qemu-devel@nongnu.org; Thu, 16 Jan 2014 10:51:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W3pDT-0005KN-S4 for qemu-devel@nongnu.org; Thu, 16 Jan 2014 10:50:54 -0500 Received: from mx1.redhat.com ([209.132.183.28]:29613) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3pDT-0005K2-K3 for qemu-devel@nongnu.org; Thu, 16 Jan 2014 10:50:47 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s0GFojrK010767 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 16 Jan 2014 10:50:46 -0500 From: Marcel Apfelbaum Date: Thu, 16 Jan 2014 17:50:45 +0200 Message-Id: <1389887448-4938-1-git-send-email-marcel.a@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] acpi unit-test: fixes and improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: mst@redhat.com patch 1: refactoring Addressed Michael S. Tsirkin's prev comments: Renamed ssdt_tables to tables to avoid confusion. patch 2: resolved iasl crash Addressed Michael S. Tsirkin's prev comments: Do not assume the order of ssdt tables and single ssdt table. patch 3: do not fail on asl mismatch Rather than failing the test, print a warning message including the asl file names that can be compared offline. Marcel Apfelbaum (3): acpi unit-test: renamed ssdt_tables to tables acpi unit-test: resolved iasl crash acpi unit-test: do not fail on asl mismatch tests/acpi-test-data/pc/SSDT | Bin 2104 -> 2104 bytes tests/acpi-test-data/q35/DSDT | Bin 7344 -> 7344 bytes tests/acpi-test.c | 79 ++++++++++++++++++++++++++---------------- 3 files changed, 50 insertions(+), 29 deletions(-) -- 1.8.3.1