Re: [Qemu-devel] [PATCH v4 8/8] tpm: Added support for TPM emulator

2017-06-13 Thread Valluri, Amarnath
On Mon, 2017-06-12 at 15:26 -0400, Stefan Berger wrote: > On 06/05/2017 03:25 AM, Valluri, Amarnath wrote: > > > > On Wed, 2017-05-24 at 11:15 -0400, Stefan Berger wrote: > > > > > > On 05/16/2017 03:58 AM, Amarnath Valluri wrote: > > > > > > > > This change introduces a new TPM backend driver t

Re: [Qemu-devel] [PATCH v4 8/8] tpm: Added support for TPM emulator

2017-06-12 Thread Stefan Berger
On 06/05/2017 03:25 AM, Valluri, Amarnath wrote: On Wed, 2017-05-24 at 11:15 -0400, Stefan Berger wrote: On 05/16/2017 03:58 AM, Amarnath Valluri wrote: This change introduces a new TPM backend driver that can communicate with swtpm(software TPM emulator) using unix domain socket interface. Sw

Re: [Qemu-devel] [PATCH v4 8/8] tpm: Added support for TPM emulator

2017-06-05 Thread Valluri, Amarnath
On Wed, 2017-05-24 at 11:15 -0400, Stefan Berger wrote: > On 05/16/2017 03:58 AM, Amarnath Valluri wrote: > > > > This change introduces a new TPM backend driver that can > > communicate with > > swtpm(software TPM emulator) using unix domain socket interface. > > > > Swtpm uses two unix sockets,

Re: [Qemu-devel] [PATCH v4 8/8] tpm: Added support for TPM emulator

2017-05-24 Thread Stefan Berger
On 05/16/2017 03:58 AM, Amarnath Valluri wrote: This change introduces a new TPM backend driver that can communicate 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 messag

[Qemu-devel] [PATCH v4 8/8] tpm: Added support for TPM emulator

2017-05-16 Thread Amarnath Valluri
This change introduces a new TPM backend driver that can communicate 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 h

[Qemu-devel] [PATCH v4 8/8] tpm: Added support for TPM emulator

2017-05-04 Thread Amarnath Valluri
This change introduces a new TPM backend driver that can communicate 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 h