From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJRKq-0000lg-S0 for qemu-devel@nongnu.org; Mon, 09 May 2011 10:21:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QJRKp-0003Nm-ON for qemu-devel@nongnu.org; Mon, 09 May 2011 10:21:20 -0400 Received: from hrndva-omtalb.mail.rr.com ([71.74.56.125]:59947) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJRKp-0003NQ-MZ for qemu-devel@nongnu.org; Mon, 09 May 2011 10:21:19 -0400 Date: Mon, 9 May 2011 09:21:18 -0500 From: "Serge E. Hallyn" Message-ID: <20110509142117.GA4840@mail.hallyn.com> References: <20110506173224.278066589@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110506173224.278066589@linux.vnet.ibm.com> Subject: Re: [Qemu-devel] [PATCH V4 00/10] Qemu Trusted Platform Module (TPM) integration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Berger Cc: serge@hallyn.com, qemu-devel@nongnu.org, andreas.niederl@iaik.tugraz.at Quoting Stefan Berger (stefanb@linux.vnet.ibm.com): > The following series of patches adds a TPM (Trusted Platform Module) > TIS (TPM Interface Spec) interface to Qemu and with that provides > means to access a backend implementing the actual TPM functionality. > This frontend enables for example Linux's TPM TIS (tpm_tis) driver. > > I am also posting the implementation of a backend implementation that is based > on a library (libtpms) providing TPM functionality. This library is currently > undergoing further testing but is now available via Fedora Rawhide: > > http://download.fedora.redhat.com/pub/fedora/linux/development/rawhide/x86_64/os/Packages/libtpms-0.5.1-5.x86_64.rpm > http://download.fedora.redhat.com/pub/fedora/linux/development/rawhide/x86_64/os/Packages/libtpms-devel-0.5.1-5.x86_64.rpm Hi, where is the source for these? thanks, -serge