From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50280) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCwxo-0001dQ-3Y for qemu-devel@nongnu.org; Wed, 28 Mar 2012 13:47:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCwxh-0007ct-PA for qemu-devel@nongnu.org; Wed, 28 Mar 2012 13:47:15 -0400 Received: from e32.co.us.ibm.com ([32.97.110.150]:46624) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCwxh-0007Yl-I5 for qemu-devel@nongnu.org; Wed, 28 Mar 2012 13:47:09 -0400 Received: from /spool/local by e32.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 28 Mar 2012 11:47:05 -0600 Received: from d01relay01.pok.ibm.com (d01relay01.pok.ibm.com [9.56.227.233]) by d01dlp03.pok.ibm.com (Postfix) with ESMTP id 21277C90063 for ; Wed, 28 Mar 2012 13:46:22 -0400 (EDT) Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay01.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q2SHkMXJ243934 for ; Wed, 28 Mar 2012 13:46:22 -0400 Received: from d01av01.pok.ibm.com (loopback [127.0.0.1]) by d01av01.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q2SNHE7I018530 for ; Wed, 28 Mar 2012 19:17:14 -0400 Message-ID: <4F734E6D.1010809@linux.vnet.ibm.com> Date: Wed, 28 Mar 2012 13:46:21 -0400 From: Stefan Berger MIME-Version: 1.0 References: <1332879879-29460-1-git-send-email-stefanb@linux.vnet.ibm.com> <4F723499.9080301@us.ibm.com> In-Reply-To: <4F723499.9080301@us.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH V15 0/7] Qemu Trusted Platform Module (TPM) integration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: andreas.niederl@iaik.tugraz.at, qemu-devel@nongnu.org, "Michael S. Tsirkin" On 03/27/2012 05:43 PM, Anthony Liguori wrote: > On 03/27/2012 03:24 PM, Stefan Berger wrote: >> The following series of patches adds TPM (Trusted Platform Module) >> support >> to Qemu. An emulator for the TIS (TPM Interface Spec) interface is >> added that provides the basis for accessing a 'backend' implementing >> the actual >> TPM functionality. The TIS emulator serves as a 'frontend' enabling for >> example Linux's TPM TIS (tpm_tis) driver. >> >> In this series I am posting a backend implementation that makes use >> of the >> host's TPM through a passthrough driver, which on Linux is accessed >> using /dev/tpm0. > > I haven't done a thorough review, but overall, I'm pretty happy with > how this looks now. Great. So then I'd rather wait for your further review than posting V16. > > I think this is more or less ready to merge once it's been thoroughly > reviewed. > ... I am keeping my fingers crossed... > Thanks for doing all of this work, I'm very happy with the end result! Regards, Stefan