From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45652) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XKliu-0000AD-UN for qemu-devel@nongnu.org; Fri, 22 Aug 2014 06:05:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XKlin-0005Wc-Iw for qemu-devel@nongnu.org; Fri, 22 Aug 2014 06:05:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21342) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XKlin-0005SE-9s for qemu-devel@nongnu.org; Fri, 22 Aug 2014 06:05:25 -0400 Date: Fri, 22 Aug 2014 12:05:54 +0200 From: "Michael S. Tsirkin" Message-ID: <20140822100554.GA1650@redhat.com> References: <1407789216-12891-1-git-send-email-stefanb@us.ibm.com> <53F5E2B8.3070807@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53F5E2B8.3070807@linux.vnet.ibm.com> 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 Cc: Stefan Berger , qemu-devel@nongnu.org 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.