From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37871) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLOv1-0007By-R8 for qemu-devel@nongnu.org; Sat, 23 Aug 2014 23:56:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XLOut-0001QX-Qz for qemu-devel@nongnu.org; Sat, 23 Aug 2014 23:56:39 -0400 Received: from e8.ny.us.ibm.com ([32.97.182.138]:56994) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLOut-0001QD-Lr for qemu-devel@nongnu.org; Sat, 23 Aug 2014 23:56:31 -0400 Received: from /spool/local by e8.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Sat, 23 Aug 2014 23:56:28 -0400 Received: from b01cxnp22034.gho.pok.ibm.com (b01cxnp22034.gho.pok.ibm.com [9.57.198.24]) by d01dlp03.pok.ibm.com (Postfix) with ESMTP id 01575C90026 for ; Sat, 23 Aug 2014 23:56:19 -0400 (EDT) Received: from d01av05.pok.ibm.com (d01av05.pok.ibm.com [9.56.224.195]) by b01cxnp22034.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id s7O3uItk56950942 for ; Sun, 24 Aug 2014 03:56:26 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 s7O3tsV8015244 for ; Sat, 23 Aug 2014 23:55:54 -0400 Message-ID: <53F96232.8090602@linux.vnet.ibm.com> Date: Sat, 23 Aug 2014 23:55:30 -0400 From: Stefan Berger MIME-Version: 1.0 References: <1407789216-12891-1-git-send-email-stefanb@us.ibm.com> <53F5E2B8.3070807@linux.vnet.ibm.com> <20140822100554.GA1650@redhat.com> In-Reply-To: <20140822100554.GA1650@redhat.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: "Michael S. Tsirkin" Cc: Stefan Berger , qemu-devel@nongnu.org On 08/22/2014 06:05 AM, Michael S. Tsirkin wrote: > On Thu, Aug 21, 2014 at 08:14:48AM -0400, Stefan Berger wrote: >> 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 > I applied this in my tree. > Great. Thanks.