]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
cputestdata: Drop unused files
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 7 May 2026 09:38:54 +0000 (11:38 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 14 May 2026 12:25:28 +0000 (14:25 +0200)
There are couple of files under tests/cputestdata/ that are not
used by any test case:

1) ppc64-guest-host-model.xml - unused since its introduction in
   v1.2.19-rc1~31
2) ppc64-host+guest-host-model.xml - Same
3) x86_64-bogus-vendor.xml - Introduced in v0.8.7~195 under
   slightly different name, then renamed to the current name (in
   v3.1.0-rc1~3) but never used actually.

Just drop these three files.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tests/cputestdata/ppc64-guest-host-model.xml [deleted file]
tests/cputestdata/ppc64-host+guest-host-model.xml [deleted file]
tests/cputestdata/x86_64-bogus-vendor.xml [deleted file]

diff --git a/tests/cputestdata/ppc64-guest-host-model.xml b/tests/cputestdata/ppc64-guest-host-model.xml
deleted file mode 100644 (file)
index 188ebeb..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-<cpu mode='host-model'>
-  <model fallback='allow'/>
-</cpu>
diff --git a/tests/cputestdata/ppc64-host+guest-host-model.xml b/tests/cputestdata/ppc64-host+guest-host-model.xml
deleted file mode 100644 (file)
index 188ebeb..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-<cpu mode='host-model'>
-  <model fallback='allow'/>
-</cpu>
diff --git a/tests/cputestdata/x86_64-bogus-vendor.xml b/tests/cputestdata/x86_64-bogus-vendor.xml
deleted file mode 100644 (file)
index 2ffdefe..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<cpu match='minimum'>
-  <model>Penryn</model>
-  <vendor>Bogus</vendor>
-</cpu>