From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40478) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XKRHg-00080O-5J for qemu-devel@nongnu.org; Thu, 21 Aug 2014 08:16:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XKRHT-0004jx-6d for qemu-devel@nongnu.org; Thu, 21 Aug 2014 08:16:04 -0400 Received: from e39.co.us.ibm.com ([32.97.110.160]:56341) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XKRHS-0004jb-Vx for qemu-devel@nongnu.org; Thu, 21 Aug 2014 08:15:51 -0400 Received: from /spool/local by e39.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 21 Aug 2014 06:15:49 -0600 Received: from b01cxnp23032.gho.pok.ibm.com (b01cxnp23032.gho.pok.ibm.com [9.57.198.27]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id 1388F38C8039 for ; Thu, 21 Aug 2014 08:15:46 -0400 (EDT) Received: from d01av05.pok.ibm.com (d01av05.pok.ibm.com [9.56.224.195]) by b01cxnp23032.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id s7LCFbeI64487590 for ; Thu, 21 Aug 2014 12:15:45 GMT Received: from d01av05.pok.ibm.com (localhost [127.0.0.1]) by d01av05.pok.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s7LCFDVx020645 for ; Thu, 21 Aug 2014 08:15:13 -0400 Message-ID: <53F5E2B8.3070807@linux.vnet.ibm.com> Date: Thu, 21 Aug 2014 08:14:48 -0400 From: Stefan Berger MIME-Version: 1.0 References: <1407789216-12891-1-git-send-email-stefanb@us.ibm.com> In-Reply-To: <1407789216-12891-1-git-send-email-stefanb@us.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3] Add ACPI tables for TPM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Berger , qemu-devel@nongnu.org, mst@redhat.com On 08/11/2014 04:33 PM, Stefan Berger wrote: > From: Stefan Berger > > Add an SSDT ACPI table for the TPM device. > Add a TCPA table for BIOS logging area when a TPM is being used. > > The latter follows this spec here: > > http://www.trustedcomputinggroup.org/files/static_page_files/DCD4188E-1A4B-B294-D050A155FB6F7385/TCG_ACPIGeneralSpecification_PublicReview.pdf > > This patch has Michael Tsirkin's patches folded in. > > Signed-off-by: Stefan Berger > Signed-off-by: Michael S. Tsirkin Any comments on this patch? Stefan