]> xenbits.xensource.com Git - libvirt.git/commitdiff
conf: domain: Fix tpm <encryption> comment
authorCole Robinson <crobinso@redhat.com>
Wed, 4 Sep 2019 17:32:31 +0000 (13:32 -0400)
committerCole Robinson <crobinso@redhat.com>
Wed, 4 Sep 2019 17:32:31 +0000 (13:32 -0400)
The attribute is named 'secret', not 'uuid'

Signed-off-by: Cole Robinson <crobinso@redhat.com>
src/conf/domain_conf.c

index b7a342bb91a72585dcab4a1b9553987457630720..6c429cd59355452fe15e418df434e2f8be0549d4 100644 (file)
@@ -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>
  */