From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37096) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RaRi9-0000Tj-BT for qemu-devel@nongnu.org; Tue, 13 Dec 2011 07:43:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RaRi5-00060G-1q for qemu-devel@nongnu.org; Tue, 13 Dec 2011 07:43:57 -0500 Received: from e36.co.us.ibm.com ([32.97.110.154]:38670) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RaRi4-000604-PZ for qemu-devel@nongnu.org; Tue, 13 Dec 2011 07:43:53 -0500 Received: from /spool/local by e36.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 13 Dec 2011 05:43:51 -0700 Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id pBDChRW7112516 for ; Tue, 13 Dec 2011 05:43:27 -0700 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id pBDChQCJ024467 for ; Tue, 13 Dec 2011 05:43:27 -0700 Message-ID: <4EE7486E.6020109@linux.vnet.ibm.com> Date: Tue, 13 Dec 2011 07:43:26 -0500 From: Stefan Berger MIME-Version: 1.0 References: <1323717136-21661-1-git-send-email-stefanb@linux.vnet.ibm.com> <4EE6E674.2000708@weilnetz.de> In-Reply-To: <4EE6E674.2000708@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH V13 0/7] Qemu Trusted Platform Module (TPM) integration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: andreas.niederl@iaik.tugraz.at, qemu-devel@nongnu.org, mst@redhat.com On 12/13/2011 12:45 AM, Stefan Weil wrote: > Am 12.12.2011 20:12, schrieb Stefan Berger: >> 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. >> > > Hi Stefan, > > please use "GPL V2 or later" (not GPL V2 only) for new files. > "Qemu" should be replaced by "QEMU". Not a problem. I fixed this last night. Stefan