Re: [Qemu-devel] [PATCH v3 0/8] Provide support for the software TPM emulator

2017-05-04 Thread Amarnath Valluri
On 05/04/2017 03:28 PM, Stefan Berger wrote: On 05/02/2017 07:52 AM, Amarnath Valluri wrote: Briefly, Theses set of patches introduces: - new TPM backend driver to support software TPM emulators(swtpm(1)). - and few supported fixes/enhancements/cleanup to existing tpm backend code.

Re: [Qemu-devel] [PATCH v3 0/8] Provide support for the software TPM emulator

2017-05-04 Thread Stefan Berger
On 05/02/2017 07:52 AM, Amarnath Valluri wrote: Briefly, Theses set of patches introduces: - new TPM backend driver to support software TPM emulators(swtpm(1)). - and few supported fixes/enhancements/cleanup to existing tpm backend code. The similar idea was initiated earliar(2) by Stef

Re: [Qemu-devel] [PATCH v3 0/8] Provide support for the software TPM emulator

2017-05-02 Thread no-reply
Hi, This series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Type: series Subject: [Qemu-devel] [PATCH v3 0/8] Provide support for the software TPM emulator Message-id: 1493725969-19518

[Qemu-devel] [PATCH v3 0/8] Provide support for the software TPM emulator

2017-05-02 Thread Amarnath Valluri
Briefly, Theses set of patches introduces: - new TPM backend driver to support software TPM emulators(swtpm(1)). - and few supported fixes/enhancements/cleanup to existing tpm backend code. The similar idea was initiated earliar(2) by Stefan Berger(CCed) with slightly different approach, u