Re: [Qemu-devel] [PATCH V25 6/7] Add support for cancelling of a TPM command

2013-02-26 Thread Stefan Berger
On 02/26/2013 05:04 PM, Corey Bryant wrote: On 02/21/2013 11:33 AM, Stefan Berger wrote: -@item -tpmdev passthrough, id=@var{id}, path=@var{path} +@item -tpmdev passthrough, id=@var{id}, path=@var{path}, path=@var{cancel-path} The last path= should be cancel-path= Fixed goto

Re: [Qemu-devel] [PATCH V25 6/7] Add support for cancelling of a TPM command

2013-02-26 Thread Corey Bryant
On 02/21/2013 11:33 AM, Stefan Berger wrote: This patch adds support for cancelling an executing TPM command. In Linux for example a user can cancel a command through the TPM's sysfs 'cancel' entry using echo "1" > /sysfs/class/misc/tpm0/device/cancel This patch propagates the cancellation of

[Qemu-devel] [PATCH V25 6/7] Add support for cancelling of a TPM command

2013-02-21 Thread Stefan Berger
This patch adds support for cancelling an executing TPM command. In Linux for example a user can cancel a command through the TPM's sysfs 'cancel' entry using echo "1" > /sysfs/class/misc/tpm0/device/cancel This patch propagates the cancellation of a command inside a VM to the host TPM's sysfs en