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

2017-04-05 Thread Stefan Berger
On 04/05/2017 01:49 PM, Marc-André Lureau wrote: Hi On Wed, Apr 5, 2017 at 7:32 PM Stefan Berger mailto:stef...@linux.vnet.ibm.com>> wrote: On 04/05/2017 11:08 AM, Marc-André Lureau wrote: > Hi > > On Wed, Apr 5, 2017 at 5:04 PM Stefan Berger mailto:stef...@linux.vnet.ibm.

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

2017-04-05 Thread Marc-André Lureau
Hi On Wed, Apr 5, 2017 at 7:32 PM Stefan Berger wrote: > On 04/05/2017 11:08 AM, Marc-André Lureau wrote: > > Hi > > > > On Wed, Apr 5, 2017 at 5:04 PM Stefan Berger > > > wrote: > > > >> On 04/05/2017 03:09 AM, Amarnath Valluri wrote: > >>> > >>> On 03.04.2017 20 <03%2004%2020%2017%2020> > <03

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

2017-04-05 Thread Stefan Berger
On 04/05/2017 11:08 AM, Marc-André Lureau wrote: Hi On Wed, Apr 5, 2017 at 5:04 PM Stefan Berger wrote: On 04/05/2017 03:09 AM, Amarnath Valluri wrote: On 03.04.2017 20 <03%2004%2020%2017%2020>:07, Daniel P. Berrange wrote: On Fri, Mar 31, 2017 at 04:10:09PM +0300, Amarnath Valluri wrote:

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

2017-04-05 Thread Marc-André Lureau
Hi On Wed, Apr 5, 2017 at 5:04 PM Stefan Berger wrote: > On 04/05/2017 03:09 AM, Amarnath Valluri wrote: > > > > > > On 03.04.2017 20 <03%2004%2020%2017%2020>:07, Daniel P. Berrange wrote: > >> On Fri, Mar 31, 2017 at 04:10:09PM +0300, Amarnath Valluri wrote: > >>> Briefly, Theses set of patches

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

2017-04-05 Thread Stefan Berger
On 04/05/2017 03:09 AM, Amarnath Valluri wrote: On 03.04.2017 20:07, Daniel P. Berrange wrote: On Fri, Mar 31, 2017 at 04:10:09PM +0300, Amarnath Valluri wrote: Briefly, Theses set of patches introduces: - new TPM backend driver to support software TPM emulators(swtpm(1)). - and few suppo

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

2017-04-05 Thread Amarnath Valluri
On 03.04.2017 20:07, Daniel P. Berrange wrote: On Fri, Mar 31, 2017 at 04:10:09PM +0300, 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 b

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

2017-04-04 Thread Stefan Berger
On 04/04/2017 11:43 AM, Daniel P. Berrange wrote: On Mon, Apr 03, 2017 at 05:18:37PM +, Marc-André Lureau wrote: Hi On Mon, Apr 3, 2017 at 7:08 PM Daniel P. Berrange wrote: On Fri, Mar 31, 2017 at 04:10:09PM +0300, Amarnath Valluri wrote: Briefly, Theses set of patches introduces: - n

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

2017-04-04 Thread Daniel P. Berrange
On Mon, Apr 03, 2017 at 05:18:37PM +, Marc-André Lureau wrote: > Hi > > On Mon, Apr 3, 2017 at 7:08 PM Daniel P. Berrange > wrote: > > > On Fri, Mar 31, 2017 at 04:10:09PM +0300, Amarnath Valluri wrote: > > > Briefly, Theses set of patches introduces: > > > - new TPM backend driver to suppo

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

2017-04-04 Thread Stefan Berger
On 04/03/2017 01:07 PM, Daniel P. Berrange wrote: On Fri, Mar 31, 2017 at 04:10:09PM +0300, 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

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

2017-04-04 Thread Dr. David Alan Gilbert
* Patrick Ohly (patrick.o...@intel.com) wrote: > On Mon, 2017-04-03 at 18:38 +0100, Dr. David Alan Gilbert wrote: > > Or you could just remove the spawning code and use existing sockets; less > > code! > > That would be harder to use reliably in the automated testing that this > feature is target

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

2017-04-03 Thread Patrick Ohly
On Mon, 2017-04-03 at 18:38 +0100, Dr. David Alan Gilbert wrote: > Or you could just remove the spawning code and use existing sockets; less > code! That would be harder to use reliably in the automated testing that this feature is targeting. With this mechanism, it is guaranteed that both proce

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

2017-04-03 Thread Dr. David Alan Gilbert
* Patrick Ohly (patrick.o...@intel.com) wrote: > On Mon, 2017-04-03 at 18:07 +0100, Daniel P. Berrange wrote: > > On Fri, Mar 31, 2017 at 04:10:09PM +0300, Amarnath Valluri wrote: > > > Briefly, Theses set of patches introduces: > > > - new TPM backend driver to support software TPM emulators(swtp

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

2017-04-03 Thread Dr. David Alan Gilbert
* Daniel P. Berrange (berra...@redhat.com) wrote: > On Fri, Mar 31, 2017 at 04:10:09PM +0300, 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 exis

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

2017-04-03 Thread Patrick Ohly
On Mon, 2017-04-03 at 18:07 +0100, Daniel P. Berrange wrote: > On Fri, Mar 31, 2017 at 04:10:09PM +0300, 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/clea

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

2017-04-03 Thread Marc-André Lureau
Hi On Mon, Apr 3, 2017 at 7:08 PM Daniel P. Berrange wrote: > On Fri, Mar 31, 2017 at 04:10:09PM +0300, 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/cl

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

2017-04-03 Thread Daniel P. Berrange
On Fri, Mar 31, 2017 at 04:10:09PM +0300, 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

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

2017-04-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. Subject: [Qemu-devel] [PATCH 0/7] Provide support for the software TPM emulator Type: series Message-id: 1490965817-16913-1

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

2017-03-31 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, using C