]> xenbits.xensource.com Git - libvirt.git/commitdiff
qemuhotplugtestdomains: Remove unnecessary use of versioned pc machine types
authorPeter Krempa <pkrempa@redhat.com>
Wed, 5 Jan 2022 18:34:32 +0000 (19:34 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 7 Jan 2022 08:25:14 +0000 (09:25 +0100)
The specific machine type is not important for the test. We can use 'pc'
instead.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tests/qemuhotplugtestdomains/qemuhotplug-console-compat-2-live+console-virtio.xml
tests/qemuhotplugtestdomains/qemuhotplug-console-compat-2-live.xml

index 5d688e7748e7f18fe41af8159a8717ed77ebe7f3..38311b188c2dd76f33d076fa7f500b18b958bbe7 100644 (file)
@@ -8,7 +8,7 @@
     <partition>/machine</partition>
   </resource>
   <os>
-    <type arch='x86_64' machine='pc-i440fx-1.4'>hvm</type>
+    <type arch='x86_64' machine='pc'>hvm</type>
     <boot dev='hd'/>
   </os>
   <features>
index b916f304126f002b74cb3d218ca9dbf14f2a7299..3fe205430c08a755af5e69eb3bcf6c157cfac57f 100644 (file)
@@ -8,7 +8,7 @@
     <partition>/machine</partition>
   </resource>
   <os>
-    <type arch='x86_64' machine='pc-i440fx-1.4'>hvm</type>
+    <type arch='x86_64' machine='pc'>hvm</type>
     <boot dev='hd'/>
   </os>
   <features>