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

2013-02-15 Thread Corey Bryant
On 02/14/2013 04:43 PM, 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 V22 6/7] Add support for cancelling of a TPM command

2013-02-14 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