From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47863) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VO5NV-00036Q-V0 for qemu-devel@nongnu.org; Mon, 23 Sep 2013 08:36:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VO5NN-0006TN-I9 for qemu-devel@nongnu.org; Mon, 23 Sep 2013 08:36:37 -0400 Received: from mail-qc0-x231.google.com ([2607:f8b0:400d:c01::231]:44640) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VO5NN-0006TH-Dz for qemu-devel@nongnu.org; Mon, 23 Sep 2013 08:36:29 -0400 Received: by mail-qc0-f177.google.com with SMTP id x12so1963317qcv.36 for ; Mon, 23 Sep 2013 05:36:28 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <524035D9.5050108@redhat.com> Date: Mon, 23 Sep 2013 14:36:41 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1379857006-17451-1-git-send-email-mst@redhat.com> <1379857006-17451-13-git-send-email-mst@redhat.com> In-Reply-To: <1379857006-17451-13-git-send-email-mst@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 12/23] acpi: add rules to compile ASL source List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Laszlo Ersek , qemu-devel@nongnu.org, Anthony Liguori , afaerber@suse.de Il 22/09/2013 15:37, Michael S. Tsirkin ha scritto: > 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. > > Note: distros are known to silently update iasl > so detect correct iasl flags for the installed version on each run as > opposed to at configure time. This is not any different from a C compiler, which is likely updated much much more often than iasl. However, I don't feel strongly at all about this. Paolo