Re: [Qemu-devel] [PATCH V8 01/14] Support for TPM command line options

2011-09-04 Thread Michael S. Tsirkin
On Thu, Sep 01, 2011 at 09:01:32PM -0400, Stefan Berger wrote: > >>Monitor support for 'info tpm' has been added. It for example prints the > >>following: > >> > >>TPM devices: > >> builtin: model=tpm-tis,id=tpm0 > >This mixes frontend and backend properties. > > > There's currently only one fron

Re: [Qemu-devel] [PATCH V8 01/14] Support for TPM command line options

2011-09-04 Thread Michael S. Tsirkin
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

Re: [Qemu-devel] [PATCH V8 01/14] Support for TPM command line options

2011-09-01 Thread Stefan Berger
On 09/01/2011 02: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-... -tpmd

Re: [Qemu-devel] [PATCH V8 01/14] Support for TPM command line options

2011-09-01 Thread Stefan Berger
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-... -tpmd

Re: [Qemu-devel] [PATCH V8 01/14] Support for TPM command line options

2011-09-01 Thread Michael S. Tsirkin
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= >-

Re: [Qemu-devel] [PATCH V8 01/14] Support for TPM command line options

2011-09-01 Thread Michael S. Tsirkin
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= >-

[Qemu-devel] [PATCH V8 01/14] Support for TPM command line options

2011-08-31 Thread Stefan Berger
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= and ./qemu-... -tpmdev ? where the latter works similar t