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

2013-02-15 Thread Corey Bryant
On 02/14/2013 04:43 PM, Stefan Berger wrote: +/* + * Parse the TPM configuration options. + * To display all available TPM backends the user may use '-tpmdev ?' This comment is out of date. + */ +int tpm_config_parse(QemuOptsList *opts_list, const char *optarg) -- Regards, Corey Bryant

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

2013-02-15 Thread Corey Bryant
On 02/14/2013 04:43 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 help where the latter works similar to -soundhw

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

2013-02-14 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 help where the latter works similar to -soundhw ? and shows a list of available TPM backends (for