[libvirt PATCH 4/5] tests: Test the defaults for TPM on ARM virt guests

Andrea Bolognani abologna at redhat.com
Fri Jun 25 14:27:44 UTC 2021


Instead of providing the configuration explicitly, let libvirt
fill in the blanks. After the recent changes, this results in a
working configuration without the need for user input.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 tests/qemuxml2argvdata/aarch64-tpm.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/qemuxml2argvdata/aarch64-tpm.xml b/tests/qemuxml2argvdata/aarch64-tpm.xml
index d338a20f17..b22dbee71e 100644
--- a/tests/qemuxml2argvdata/aarch64-tpm.xml
+++ b/tests/qemuxml2argvdata/aarch64-tpm.xml
@@ -8,8 +8,8 @@
   </os>
   <devices>
     <emulator>/usr/bin/qemu-system-aarch64</emulator>
-    <tpm model='tpm-tis'>
-      <backend type='emulator' version='2.0'/>
+    <tpm>
+      <backend type='emulator'/>
     </tpm>
   </devices>
 </domain>
-- 
2.31.1




More information about the libvir-list mailing list