From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin O'Connor Subject: Re: [PATCHv3 4/4] acpi: automatically generated ssdt proc Date: Wed, 12 Oct 2011 21:27:17 -0400 Message-ID: <20111013012717.GA7033@morn.localdomain> References: <2dcf16cf5ba62dfb998bda6c623ad3333cda173b.1317734661.git.mst@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: seabios@seabios.org, kvm@vger.kernel.org To: "Michael S. Tsirkin" Return-path: Received: from mail-vw0-f46.google.com ([209.85.212.46]:43866 "EHLO mail-vw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751441Ab1JMB11 (ORCPT ); Wed, 12 Oct 2011 21:27:27 -0400 Received: by vws1 with SMTP id 1so873247vws.19 for ; Wed, 12 Oct 2011 18:27:26 -0700 (PDT) Content-Disposition: inline In-Reply-To: <2dcf16cf5ba62dfb998bda6c623ad3333cda173b.1317734661.git.mst@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Oct 04, 2011 at 03:26:19PM +0200, Michael S. Tsirkin wrote: > Get rid of manually cut and pasted ssdt_proc, > use ssdt compiled by iasl and offsets extracted > by acpi_extract instead. > > Signed-off-by: Michael S. Tsirkin FYI - I pushed the "ACPI DSDT simplifications" series and patch 1 and 4 from this series. -Kevin