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

2012-03-28 Thread Stefan Berger
On 03/27/2012 05:35 PM, Anthony Liguori wrote: On 03/27/2012 03:24 PM, Stefan Berger wrote: This patch adds support for TPM command line options. The command line options supported here are [...] Monitor support for 'info tpm' has been added. It for example prints the following: (qemu) info

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

2012-03-27 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

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

2012-03-27 Thread Anthony Liguori
On 03/27/2012 03:24 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 ? where the latter works similar to -soundhw ? and