From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57773) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzBmk-0002DI-TG for qemu-devel@nongnu.org; Thu, 01 Sep 2011 14:14:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QzBmk-00007L-4a for qemu-devel@nongnu.org; Thu, 01 Sep 2011 14:14:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:17067) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzBmj-00007H-Sh for qemu-devel@nongnu.org; Thu, 01 Sep 2011 14:14:42 -0400 Date: Thu, 1 Sep 2011 21:14:57 +0300 From: "Michael S. Tsirkin" Message-ID: <20110901181456.GL10989@redhat.com> References: <20110831143551.127339744@linux.vnet.ibm.com> <20110831143616.411365666@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110831143616.411365666@linux.vnet.ibm.com> Subject: Re: [Qemu-devel] [PATCH V8 01/14] Support for TPM command line options List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Berger Cc: chrisw@redhat.com, anbang.ruan@cs.ox.ac.uk, qemu-devel@nongnu.org, rrelyea@redhat.com, alevy@redhat.com, andreas.niederl@iaik.tugraz.at, serge@hallyn.com On Wed, Aug 31, 2011 at 10:35:52AM -0400, Stefan Berger wrote: > This patch adds support for TPM command line options. > The command line supported here (considering the libtpms based > backend) are > > ./qemu-... -tpm builtin,path= > > and > > ./qemu-... -tpmdev builtin,path=,id= > -device tpm-tis,tpmdev= > builtin is a weird name in fact. Rename to libtpms? -- MST