From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43252) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0FYg-0004lf-Ne for qemu-devel@nongnu.org; Sun, 04 Sep 2011 12:28:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R0FYf-0004Rw-Q2 for qemu-devel@nongnu.org; Sun, 04 Sep 2011 12:28:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:30707) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0FYf-0004RV-G3 for qemu-devel@nongnu.org; Sun, 04 Sep 2011 12:28:33 -0400 Date: Sun, 4 Sep 2011 19:29:06 +0300 From: "Michael S. Tsirkin" Message-ID: <20110904162906.GB12745@redhat.com> References: <20110831143551.127339744@linux.vnet.ibm.com> <20110831143616.411365666@linux.vnet.ibm.com> <20110901171432.GD10989@redhat.com> <4E602AEC.8070805@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E602AEC.8070805@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 Thu, Sep 01, 2011 at 09:01:32PM -0400, Stefan Berger wrote: > On 09/01/2011 01:14 PM, Michael S. Tsirkin wrote: > >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= > >do we really need both? > I had chatted with Anthony about this. I am following the existing > pattern is use for example for -netdev / -net. Must be some kind of misunderstanding. Please do not add multiple ways to do one thing. We only support -net for legacy reasons. -- MST