Use 'versatilepb' instead of a fake 'non-virt' machine type.
Signed-off-by: Peter Krempa <pkrempa(a)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