[libvirt] [PATCH] conf: domain: Fix tpm <encryption> comment

4 Sep
2019
4 Sep
'19
7:40 p.m.
The attribute is named 'secret', not 'uuid' Signed-off-by: Cole Robinson <crobinso@redhat.com> --- Pushed as trivial src/conf/domain_conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index b7a342bb91..6c429cd593 100644 --- a/src/conf/domain_conf.c +++ b/src/conf/domain_conf.c @@ -13064,7 +13064,7 @@ virDomainSmartcardDefParseXML(virDomainXMLOptionPtr xmlopt, * * <tpm model='tpm-tis'> * <backend type='emulator' version='2.0'> - * <encryption uuid='32ee7e76-2178-47a1-ab7b-269e6e348015'/> + * <encryption secret='32ee7e76-2178-47a1-ab7b-269e6e348015'/> * </backend> * </tpm> */ -- 2.21.0
2202
Age (days ago)
2202
Last active (days ago)
0 comments
1 participants
participants (1)
-
Cole Robinson