From 2ab689eec143d3c22978e0a367fc47ffeebfa776 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc-Andr=C3=A9=20Lureau?= Date: Fri, 9 Aug 2019 16:23:48 +0400 Subject: [PATCH] conf: code comment fix for TPM version MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Since its introduction in commit 8737578d115b8328f59f3342377b0c7ac06f658a, the TPM version format is "2.0" and not "2". Signed-off-by: Marc-André Lureau Reviewed-by: Michal Privoznik --- src/conf/domain_conf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index a3b3e5938d..e7a41f5d91 100644 --- a/src/conf/domain_conf.c +++ b/src/conf/domain_conf.c @@ -13058,13 +13058,13 @@ virDomainSmartcardDefParseXML(virDomainXMLOptionPtr xmlopt, * or like this: * * - * + * * * * Emulator state encryption is supported with the following: * * - * + * * * * -- 2.47.2