Re: [libvirt] [PATCH v5 10/20] tpm: Parse the capabilities supported by swtpm and swtpm_setup

2019-07-24 Thread Stefan Berger
On 7/24/19 1:05 PM, Daniel P. Berrangé wrote: On Fri, Jul 12, 2019 at 12:23:44PM -0400, Stefan Berger wrote: If you re-post this series, just use VIR_AUTOFREE straightaway in the earlier patch. Done. With the debug line added Done Reviewed-by: Daniel P. Berrangé I'll post v6

Re: [libvirt] [PATCH v5 10/20] tpm: Parse the capabilities supported by swtpm and swtpm_setup

2019-07-24 Thread Daniel P . Berrangé
On Fri, Jul 12, 2019 at 12:23:44PM -0400, Stefan Berger wrote: > Run 'swtpm socket --print-capabilities' and > 'swtpm_setup --print-capabilities' to get the JSON object of the > features the programs are supporting and parse them into a bitmap. > > Signed-off-by: Stefan Berger > --- >

[libvirt] [PATCH v5 10/20] tpm: Parse the capabilities supported by swtpm and swtpm_setup

2019-07-12 Thread Stefan Berger
Run 'swtpm socket --print-capabilities' and 'swtpm_setup --print-capabilities' to get the JSON object of the features the programs are supporting and parse them into a bitmap. Signed-off-by: Stefan Berger --- src/libvirt_private.syms | 2 + src/util/virtpm.c| 134