conf: domain: Fix tpm <encryption> comment

The attribute is named 'secret', not 'uuid'

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson 2019-09-04 13:32:31 -04:00
parent 43dee65767
commit 267699a03c

View 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>
*/