Re: [libvirt] [PATCH v4 10/11] TPM support for QEMU command line

2013-04-11 Thread Daniel P. Berrange
On Fri, Apr 05, 2013 at 10:06:01AM -0400, Stefan Berger wrote: > For TPM passthrough device support create command line parameters like: > > -tpmdev > passthrough,id=tpm-tpm0,path=/dev/tpm0,cancel-path=/sys/class/misc/tpm0/device/cancel > -device tpm-tis,tpmdev=tpm-tpm0,id=tpm0 > > Signed-off-b

[libvirt] [PATCH v4 10/11] TPM support for QEMU command line

2013-04-05 Thread Stefan Berger
For TPM passthrough device support create command line parameters like: -tpmdev passthrough,id=tpm-tpm0,path=/dev/tpm0,cancel-path=/sys/class/misc/tpm0/device/cancel -device tpm-tis,tpmdev=tpm-tpm0,id=tpm0 Signed-off-by: Stefan Berger Reviewed-by: Corey Bryant Tested-by: Corey Bryant --- s