From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59955) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VvqXi-0003Us-AT for qemu-devel@nongnu.org; Wed, 25 Dec 2013 10:38:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VvqXZ-0007rb-Ra for qemu-devel@nongnu.org; Wed, 25 Dec 2013 10:38:42 -0500 Received: from mx1.redhat.com ([209.132.183.28]:27737) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VvqXZ-0007rL-Jr for qemu-devel@nongnu.org; Wed, 25 Dec 2013 10:38:33 -0500 From: Marcel Apfelbaum Date: Wed, 25 Dec 2013 17:38:21 +0200 Message-Id: <1387985903-13137-1-git-send-email-marcel.a@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/2] acpi unit-test: extract iasl executable from configuration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, peter.maydell@linaro.org, pbonzini@redhat.com, famz@redhat.com, mst@redhat.com To be applied on top of: [Qemu-devel] [PATCH v2 0/3] acpi unit-test: compare resulting aml vs expected aml The test checked if iasl is installed by running "iasl" and checking the error output. It is better to use the iasl executable as appears in configuration. patch 1: exports IASL configuration option to config-host.h patch 2: acpi uint-test uses the exported CONFIG_IASL define v1 -> v2 Addressed Michael S. Tsirkin's comments: - Stringified iasl macro Marcel Apfelbaum (2): configure: add CONFIG_IASL to config-host.h acpi unit-test: extract iasl executable from configuration scripts/create_config | 4 ++++ tests/acpi-test.c | 35 ++++++++++++----------------------- 2 files changed, 16 insertions(+), 23 deletions(-) -- 1.8.3.1