Re: [Qemu-devel] [PATCH V8 07/14] Implementation of the libtpms-based backend

2011-09-04 Thread Michael S. Tsirkin
On Thu, Sep 01, 2011 at 09:24:26PM -0400, Stefan Berger wrote: > In patch 6 I am adding a skeleton backend driver that I am > transforming into the libtpms-based backend in patch 7. I didn't > name the file tpm_skeleton.c but already tpm_builtin.c and all > functions already start with the prefix t

Re: [Qemu-devel] [PATCH V8 07/14] Implementation of the libtpms-based backend

2011-09-01 Thread Stefan Berger
On 09/01/2011 01:27 PM, Michael S. Tsirkin wrote: On Wed, Aug 31, 2011 at 10:35:58AM -0400, Stefan Berger wrote: This patch provides the glue for the TPM TIS interface (frontend) to the libtpms that provides the actual TPM functionality. Some details: This part of the patch provides support fo

Re: [Qemu-devel] [PATCH V8 07/14] Implementation of the libtpms-based backend

2011-09-01 Thread Michael S. Tsirkin
On Wed, Aug 31, 2011 at 10:35:58AM -0400, Stefan Berger wrote: > This patch provides the glue for the TPM TIS interface (frontend) to > the libtpms that provides the actual TPM functionality. > > Some details: > > This part of the patch provides support for the spawning of a thread > that will in

[Qemu-devel] [PATCH V8 07/14] Implementation of the libtpms-based backend

2011-08-31 Thread Stefan Berger
This patch provides the glue for the TPM TIS interface (frontend) to the libtpms that provides the actual TPM functionality. Some details: This part of the patch provides support for the spawning of a thread that will interact with the libtpms-based TPM. It expects a signal from the frontend to w