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

2013-04-18 Thread Stefan Berger
On 04/16/2013 02:16 PM, Anthony Liguori wrote: Stefan Berger writes: 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 No longer applies. Had you sent with git-send-

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

2013-04-16 Thread Anthony Liguori
Stefan Berger writes: > 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 No longer applies. Had you sent with git-send-patch, git am --3way would have figured it

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

2013-04-15 Thread Eric Blake
On 04/15/2013 03:08 PM, Stefan Berger wrote: > 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 > > --- > tpm/tpm_passthrough.c | 74 > +++--

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

2013-04-15 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 --- tpm/tpm_passthrough.c | 74 +++--- 1 file changed, 17 insertions(+), 5