[PATCH 08/21] tests: qemuxml2argv: Use existing non-virt machine in 'aarch64-gic-not-virt'

Peter Krempa pkrempa at redhat.com
Thu Jan 23 14:03:48 UTC 2020


Use 'versatilepb' instead of a fake 'non-virt' machine type.

Signed-off-by: Peter Krempa <pkrempa at redhat.com>
---
 tests/qemuxml2argvdata/aarch64-gic-not-virt.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/qemuxml2argvdata/aarch64-gic-not-virt.xml b/tests/qemuxml2argvdata/aarch64-gic-not-virt.xml
index 12148d99ea..5164f25751 100644
--- a/tests/qemuxml2argvdata/aarch64-gic-not-virt.xml
+++ b/tests/qemuxml2argvdata/aarch64-gic-not-virt.xml
@@ -4,7 +4,7 @@
   <memory unit='KiB'>1048576</memory>
   <vcpu placement='static'>1</vcpu>
   <os>
-    <type arch='aarch64' machine='not-virt'>hvm</type>
+    <type arch='aarch64' machine='versatilepb'>hvm</type>
   </os>
   <features>
     <gic/>
-- 
2.24.1




More information about the libvir-list mailing list