From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57393) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNKNA-0003a9-Ko for qemu-devel@nongnu.org; Wed, 03 Apr 2013 05:52:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UNKN6-0006rU-Ou for qemu-devel@nongnu.org; Wed, 03 Apr 2013 05:52:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21823) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNKN6-0006rF-GW for qemu-devel@nongnu.org; Wed, 03 Apr 2013 05:52:48 -0400 Message-ID: <515BFC71.5090701@redhat.com> Date: Wed, 03 Apr 2013 11:54:57 +0200 From: Laszlo Ersek MIME-Version: 1.0 References: <1364307295-518-1-git-send-email-coreyb@linux.vnet.ibm.com> <1364307295-518-3-git-send-email-coreyb@linux.vnet.ibm.com> <51540750.6070307@redhat.com> <5159DA93.9030601@linux.vnet.ibm.com> <20130402001142.GA15818@morn.localdomain> <515AEC60.1000107@linux.vnet.ibm.com> In-Reply-To: <515AEC60.1000107@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/2] Provide ACPI SSDT table for TPM device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Corey Bryant Cc: Paolo Bonzini , Kevin O'Connor , qemu-devel , stefanb@linux.vnet.ibm.com, "Michael S. Tsirkin" On 04/02/13 16:34, Corey Bryant wrote: > > > On 04/01/2013 08:11 PM, Kevin O'Connor wrote: >> On Mon, Apr 01, 2013 at 03:05:55PM -0400, Corey Bryant wrote: >>> On 03/28/2013 05:03 AM, Paolo Bonzini wrote: >>>> There is work on moving ACPI tables to QEMU. Please work with the >>>> other >>>> developers (Kevin of course, and Michael and Laszlo who I have CCed) on >>>> this. >>> >>> Kevin, Do you have a preference whether we add these ACPI tables to >>> SeaBIOS vs QEMU? It seems there are still a lot of ACPI tables in >>> SeaBIOS and this adds probably 200 bytes of code and data. >>> Basically it creates the TPM's SSDT and TCPA (for logging) and >>> connects them to the RSDT. >> >> The goal is to move all of the ACPI tables from SeaBIOS to QEMU. So - >> yes - my preference would be to add these to QEMU once the transition >> is complete. >> >> -Kevin >> > > Ok I'll hold off until the transition is complete. Thanks. If that translates to "until Laszlo submits patches that are accepted", then don't wait. I have no idea when I'll manage that and I'd hate to block your work. Laszlo