Re: [libvirt] [PATCH v3 07/14] util: Extend virtpm.c with tpm-emulator support

2018-05-10 Thread Stefan Berger
On 05/10/2018 03:29 PM, John Ferlan wrote: On 05/09/2018 01:47 PM, Stefan Berger wrote: On 05/08/2018 04:30 PM, John Ferlan wrote: On 05/04/2018 04:21 PM, Stefan Berger wrote: Add functions for managing the storage of the external swtpm as well as starting and stopping it. Also implement func

Re: [libvirt] [PATCH v3 07/14] util: Extend virtpm.c with tpm-emulator support

2018-05-10 Thread John Ferlan
On 05/09/2018 01:47 PM, Stefan Berger wrote: > On 05/08/2018 04:30 PM, John Ferlan wrote: >> >> On 05/04/2018 04:21 PM, Stefan Berger wrote: >>> Add functions for managing the storage of the external swtpm as well >>> as starting and stopping it. Also implement functions to use >>> swtpm_setup, >

Re: [libvirt] [PATCH v3 07/14] util: Extend virtpm.c with tpm-emulator support

2018-05-09 Thread Stefan Berger
On 05/08/2018 04:30 PM, John Ferlan wrote: On 05/04/2018 04:21 PM, Stefan Berger wrote: Add functions for managing the storage of the external swtpm as well as starting and stopping it. Also implement functions to use swtpm_setup, which simulates the manufacturing of a TPM which includes creati

Re: [libvirt] [PATCH v3 07/14] util: Extend virtpm.c with tpm-emulator support

2018-05-08 Thread John Ferlan
On 05/04/2018 04:21 PM, Stefan Berger wrote: > Add functions for managing the storage of the external swtpm as well > as starting and stopping it. Also implement functions to use swtpm_setup, > which simulates the manufacturing of a TPM which includes creation of > certificates for the device. >

[libvirt] [PATCH v3 07/14] util: Extend virtpm.c with tpm-emulator support

2018-05-04 Thread Stefan Berger
Add functions for managing the storage of the external swtpm as well as starting and stopping it. Also implement functions to use swtpm_setup, which simulates the manufacturing of a TPM which includes creation of certificates for the device. Signed-off-by: Stefan Berger --- src/libvirt_private.s