From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45974) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SbgOE-0000QW-8g for qemu-devel@nongnu.org; Mon, 04 Jun 2012 19:08:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SbgOC-0000Cb-KR for qemu-devel@nongnu.org; Mon, 04 Jun 2012 19:08:45 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:35483) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SbgOC-0000CG-E3 for qemu-devel@nongnu.org; Mon, 04 Jun 2012 19:08:44 -0400 Received: by pbbro12 with SMTP id ro12so7195366pbb.4 for ; Mon, 04 Jun 2012 16:08:41 -0700 (PDT) Message-ID: <4FCD3FF0.4090809@codemonkey.ws> Date: Tue, 05 Jun 2012 07:08:32 +0800 From: Anthony Liguori MIME-Version: 1.0 References: <1338838668-7544-1-git-send-email-stefanb@linux.vnet.ibm.com> <4FCD12FF.1030706@weilnetz.de> In-Reply-To: <4FCD12FF.1030706@weilnetz.de> 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 Weil Cc: mst@redhat.com, andreas.niederl@iaik.tugraz.at, qemu-devel@nongnu.org, Stefan Berger On 06/05/2012 03:56 AM, Stefan Weil wrote: > 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. Although don't do a v20 just for this please. Regards, Anthony Liguori > > Regards, > > Stefan Weil >