Re: [libvirt] [PATCH v5 03/20] conf: Extend TPM XML parser with encryption support

2019-07-24 Thread Daniel P . Berrangé
On Fri, Jul 12, 2019 at 12:23:37PM -0400, Stefan Berger wrote: > Extend the TPM device XML parser and XML generator with emulator > state encryption support. > > Signed-off-by: Stefan Berger > --- > src/conf/domain_conf.c | 31 ++- > src/conf/domain_conf.h | 2 ++ >

[libvirt] [PATCH v5 03/20] conf: Extend TPM XML parser with encryption support

2019-07-12 Thread Stefan Berger
Extend the TPM device XML parser and XML generator with emulator state encryption support. Signed-off-by: Stefan Berger --- src/conf/domain_conf.c | 31 ++- src/conf/domain_conf.h | 2 ++ 2 files changed, 32 insertions(+), 1 deletion(-) diff --git