mirror of https://gitee.com/openkylin/libvirt.git
conf: code comment fix for TPM version
Since its introduction in commit
8737578d11
, the TPM version format is
"2.0" and not "2".
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
b449c27041
commit
2ab689eec1
|
@ -13058,13 +13058,13 @@ virDomainSmartcardDefParseXML(virDomainXMLOptionPtr xmlopt,
|
|||
* or like this:
|
||||
*
|
||||
* <tpm model='tpm-tis'>
|
||||
* <backend type='emulator' version='2'/>
|
||||
* <backend type='emulator' version='2.0'/>
|
||||
* </tpm>
|
||||
*
|
||||
* Emulator state encryption is supported with the following:
|
||||
*
|
||||
* <tpm model='tpm-tis'>
|
||||
* <backend type='emulator' version='2'>
|
||||
* <backend type='emulator' version='2.0'>
|
||||
* <encryption uuid='32ee7e76-2178-47a1-ab7b-269e6e348015'/>
|
||||
* </backend>
|
||||
* </tpm>
|
||||
|
|
Loading…
Reference in New Issue