From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDW8c-0000DB-NA for qemu-devel@nongnu.org; Tue, 20 Jan 2015 05:34:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDW8X-0001uq-Mk for qemu-devel@nongnu.org; Tue, 20 Jan 2015 05:34:22 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42939) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDW8X-0001uc-F7 for qemu-devel@nongnu.org; Tue, 20 Jan 2015 05:34:17 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t0KAYGtE015382 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 20 Jan 2015 05:34:16 -0500 Date: Tue, 20 Jan 2015 11:34:14 +0100 From: Igor Mammedov Message-ID: <20150120113414.11fa9632@nial.brq.redhat.com> In-Reply-To: <54BDFE20.2010104@redhat.com> References: <1421686587-8354-1-git-send-email-pbonzini@redhat.com> <20150119213156.GB10385@redhat.com> <54BDFE20.2010104@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 0/3] move ssdt-misc.dsl to the DSDT List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, "Michael S. Tsirkin" On Tue, 20 Jan 2015 08:05:04 +0100 Paolo Bonzini wrote: > > > On 19/01/2015 22:31, Michael S. Tsirkin wrote: > > On Mon, Jan 19, 2015 at 05:56:24PM +0100, Paolo Bonzini wrote: > >> > See v2 for motivation. > >> > > >> > v2->v3: dropped pointer passing and patch 4. > > Thanks! > > Igor - ok with you? > > FWIW I'm okay with moving stuff back to the SSDT as part of Igor's other > ACPI series. The #included files would remain in acpi-dsdt-common.dsl. can we drop 1-2 patches and not move stuff uselessly back and forth? (it only complicates rebase of big series and nothing else) I'll take care of SMC device and move it into SSDT with respin of AML API series. And taking in account that ROMs are resizable now, I can trim not present SSDT devices along with it. > Paolo