Re: [Qemu-devel] [PATCH v3 1/6] Provide support for the CUSE TPM

2015-05-26 Thread Stefan Berger
On 05/26/2015 07:05 PM, Eric Blake wrote: On 05/26/2015 03:33 PM, Stefan Berger wrote: Rather than integrating TPM functionality into QEMU directly using the TPM emulation of libtpms, we now integrate an external emulated TPM device. This device is expected to implement a Linux CUSE interface (C

Re: [Qemu-devel] [PATCH v3 1/6] Provide support for the CUSE TPM

2015-05-26 Thread Eric Blake
On 05/26/2015 03:33 PM, Stefan Berger wrote: > Rather than integrating TPM functionality into QEMU directly > using the TPM emulation of libtpms, we now integrate an external > emulated TPM device. This device is expected to implement a Linux > CUSE interface (CUSE = character device in userspace).

[Qemu-devel] [PATCH v3 1/6] Provide support for the CUSE TPM

2015-05-26 Thread Stefan Berger
Rather than integrating TPM functionality into QEMU directly using the TPM emulation of libtpms, we now integrate an external emulated TPM device. This device is expected to implement a Linux CUSE interface (CUSE = character device in userspace). QEMU talks to the CUSE TPM using much functionality