Re: [Qemu-devel] [PATCH 7/7] Added support for TPM emulator

2017-04-03 Thread Eric Blake
On 03/31/2017 08:10 AM, Amarnath Valluri wrote: > This change introduces a new TPM backend driver that can communicates with > swtpm(software TPM emulator) using unix domain socket interface. > > Swtpm uses two unix sockets, one for plain TPM commands and responses, and one > for out-of-band contr

[Qemu-devel] [PATCH 7/7] Added support for TPM emulator

2017-03-31 Thread Amarnath Valluri
This change introduces a new TPM backend driver that can communicates with swtpm(software TPM emulator) using unix domain socket interface. Swtpm uses two unix sockets, one for plain TPM commands and responses, and one for out-of-band control messages. The swtpm and associated tools can be found