Re: [Qemu-devel] [PATCH V21 1/7] Support for TPM command line options

2013-02-11 Thread Stefan Berger
On 02/11/2013 12:19 PM, Corey Bryant wrote: On 02/08/2013 04:42 PM, Stefan Berger wrote: + * Implementation of the TIS interface according to specs found at + *http://www.trustedcomputiggroup.org Were you going to make a comment somewhere that this front end is based on the v1.21 rev 1.0 TI

Re: [Qemu-devel] [PATCH V21 1/7] Support for TPM command line options

2013-02-11 Thread Corey Bryant
On 02/11/2013 12:28 PM, Stefan Berger wrote: On 02/11/2013 12:19 PM, Corey Bryant wrote: On 02/08/2013 04:42 PM, Stefan Berger wrote: + * Implementation of the TIS interface according to specs found at + *http://www.trustedcomputiggroup.org Were you going to make a comment somewhere that

Re: [Qemu-devel] [PATCH V21 1/7] Support for TPM command line options

2013-02-11 Thread Corey Bryant
On 02/08/2013 04:42 PM, Stefan Berger wrote: + * Implementation of the TIS interface according to specs found at + *http://www.trustedcomputiggroup.org Were you going to make a comment somewhere that this front end is based on the v1.21 rev 1.0 TIS spec? -- Regards, Corey Bryant

Re: [Qemu-devel] [PATCH V21 1/7] Support for TPM command line options

2013-02-11 Thread Stefan Berger
On 02/11/2013 10:20 AM, Corey Bryant wrote: On 02/08/2013 09:55 PM, Stefan Berger wrote: On 02/08/2013 05:01 PM, Eric Blake wrote: On 02/08/2013 02:42 PM, Stefan Berger wrote: This patch adds support for TPM command line options. The command line options supported here are ./qemu-... -tpmdev

Re: [Qemu-devel] [PATCH V21 1/7] Support for TPM command line options

2013-02-11 Thread Corey Bryant
On 02/08/2013 09:55 PM, Stefan Berger wrote: > On 02/08/2013 05:01 PM, Eric Blake wrote: >> On 02/08/2013 02:42 PM, Stefan Berger wrote: >>> This patch adds support for TPM command line options. >>> The command line options supported here are >>> >>> ./qemu-... -tpmdev passthrough,path=,id= >>>

Re: [Qemu-devel] [PATCH V21 1/7] Support for TPM command line options

2013-02-08 Thread Stefan Berger
On 02/08/2013 05:01 PM, Eric Blake wrote: On 02/08/2013 02:42 PM, Stefan Berger wrote: This patch adds support for TPM command line options. The command line options supported here are ./qemu-... -tpmdev passthrough,path=,id= -device tpm-tis,tpmdev= and ./qemu-... -tpmdev ? I tho

Re: [Qemu-devel] [PATCH V21 1/7] Support for TPM command line options

2013-02-08 Thread Eric Blake
On 02/08/2013 02:42 PM, Stefan Berger wrote: > This patch adds support for TPM command line options. > The command line options supported here are > > ./qemu-... -tpmdev passthrough,path=,id= >-device tpm-tis,tpmdev= > > and > > ./qemu-... -tpmdev ? I though we preferred '-tpmdev he

[Qemu-devel] [PATCH V21 1/7] Support for TPM command line options

2013-02-08 Thread Stefan Berger
This patch adds support for TPM command line options. The command line options supported here are ./qemu-... -tpmdev passthrough,path=,id= -device tpm-tis,tpmdev= and ./qemu-... -tpmdev ? where the latter works similar to -soundhw ? and shows a list of available TPM backends (for exa