From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60778) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SbdOb-0005pk-Bk for qemu-devel@nongnu.org; Mon, 04 Jun 2012 15:56:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SbdOZ-0003dQ-KH for qemu-devel@nongnu.org; Mon, 04 Jun 2012 15:56:56 -0400 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:34598) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SbdOZ-0003cx-Dp for qemu-devel@nongnu.org; Mon, 04 Jun 2012 15:56:55 -0400 Message-ID: <4FCD12FF.1030706@weilnetz.de> Date: Mon, 04 Jun 2012 21:56:47 +0200 From: Stefan Weil MIME-Version: 1.0 References: <1338838668-7544-1-git-send-email-stefanb@linux.vnet.ibm.com> In-Reply-To: <1338838668-7544-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 V19 0/7] Qemu Trusted Platform Module (TPM) integration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Berger Cc: root , mst@redhat.com, qemu-devel@nongnu.org, anthony@codemonkey.ws, andreas.niederl@iaik.tugraz.at Am 04.06.2012 21:37, schrieb Stefan Berger: > From: root > > 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, would you mind replacing 'Qemu' by 'QEMU' in all mail subjects, commit messages and maybe also in your patches (which I did not review) when you create the next version of these patches? 'QEMU' is the official spelling. Regards, Stefan Weil