From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51179) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UyeCR-0006m6-8i for qemu-devel@nongnu.org; Mon, 15 Jul 2013 04:32:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uydyj-00063m-4v for qemu-devel@nongnu.org; Mon, 15 Jul 2013 04:18:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59646) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uydyi-00063Z-Se for qemu-devel@nongnu.org; Mon, 15 Jul 2013 04:17:53 -0400 Date: Mon, 15 Jul 2013 11:19:08 +0300 From: "Michael S. Tsirkin" Message-ID: <20130715081908.GD31638@redhat.com> References: <1373464153-18979-1-git-send-email-mst@redhat.com> <1373464153-18979-4-git-send-email-mst@redhat.com> <20130715080023.GD25316@G08FNSTD100614.fnst.cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130715080023.GD25316@G08FNSTD100614.fnst.cn.fujitsu.com> Subject: Re: [Qemu-devel] [PATCH v2 repost 3/9] acpi: add rules to compile ASL source List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hu Tao Cc: qemu-devel@nongnu.org On Mon, Jul 15, 2013 at 04:00:23PM +0800, Hu Tao wrote: > On Wed, Jul 10, 2013 at 04:51:41PM +0300, Michael S. Tsirkin wrote: > > Detect presence of IASL compiler and use it > > to process ASL source. If not there, use pre-compiled > > files in-tree. Add script to update the in-tree files. > > Do you want to check for iasl version for now? See: > http://www.seabios.org/pipermail/seabios/2013-May/006188.html This patch does this in the makefile (same as seabios does), this is just in case a distro updates iasl versions.