From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin O'Connor Subject: Re: [PATCH RFC] acpi: extract aml from .lst Date: Sun, 30 Oct 2011 13:51:41 -0400 Message-ID: <20111030175141.GD18453@morn.localdomain> References: <20111026212801.GA12953@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Amos Kong , seabios@seabios.org, Gleb Natapov , kvm@vger.kernel.org, jasowang@redhat.com, alex williamson , Marcelo Tosatti To: "Michael S. Tsirkin" Return-path: Received: from mail-vw0-f46.google.com ([209.85.212.46]:33672 "EHLO mail-vw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934230Ab1J3Rvq (ORCPT ); Sun, 30 Oct 2011 13:51:46 -0400 Received: by vws1 with SMTP id 1so4401610vws.19 for ; Sun, 30 Oct 2011 10:51:45 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20111026212801.GA12953@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Oct 26, 2011 at 11:28:02PM +0200, Michael S. Tsirkin wrote: > Add ACPI_EXTRACT_ALL_CODE directive, to support extracting > AML code from listing into a named array. Use that instead including C > file generated by iasl, this makes it possible to include multiple AML > tables without resorting to preprocessor tricks. Thanks - I applied this patch. -Kevin