Re: [Qemu-devel] [PATCH v2] tpm: Simplify creation of cancel path

2013-04-22 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

[Qemu-devel] [PATCH v2] tpm: Simplify creation of cancel path

2013-04-16 Thread Stefan Berger
Simplify the creation of the cancel path given the TPM's device path. Given the path /dev/tpm0 build the path /sys/class/misc/tpm0/device/cancel. Signed-off-by: Stefan Berger Reviewed-by: Eric Blake --- v1->v2: - followed changes in tree --- hw/tpm/tpm_passthrough.c | 74 ++---