From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:42307) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RaLC8-00080D-3w for qemu-devel@nongnu.org; Tue, 13 Dec 2011 00:46:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RaLC6-0002rZ-WC for qemu-devel@nongnu.org; Tue, 13 Dec 2011 00:46:27 -0500 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:49930) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RaLC6-0002qr-Rf for qemu-devel@nongnu.org; Tue, 13 Dec 2011 00:46:26 -0500 Message-ID: <4EE6E674.2000708@weilnetz.de> Date: Tue, 13 Dec 2011 06:45:24 +0100 From: Stefan Weil MIME-Version: 1.0 References: <1323717136-21661-1-git-send-email-stefanb@linux.vnet.ibm.com> In-Reply-To: <1323717136-21661-1-git-send-email-stefanb@linux.vnet.ibm.com> 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 Berger Cc: mst@redhat.com, qemu-devel@nongnu.org, andreas.niederl@iaik.tugraz.at 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". Regards, Stefan Weil