From: Michal Privoznik <[email protected]>

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 <[email protected]>
---
 tests/cputestdata/ppc64-guest-host-model.xml      | 3 ---
 tests/cputestdata/ppc64-host+guest-host-model.xml | 3 ---
 tests/cputestdata/x86_64-bogus-vendor.xml         | 4 ----
 3 files changed, 10 deletions(-)
 delete mode 100644 tests/cputestdata/ppc64-guest-host-model.xml
 delete mode 100644 tests/cputestdata/ppc64-host+guest-host-model.xml
 delete mode 100644 tests/cputestdata/x86_64-bogus-vendor.xml

diff --git a/tests/cputestdata/ppc64-guest-host-model.xml 
b/tests/cputestdata/ppc64-guest-host-model.xml
deleted file mode 100644
index 188ebebb72..0000000000
--- a/tests/cputestdata/ppc64-guest-host-model.xml
+++ /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
index 188ebebb72..0000000000
--- a/tests/cputestdata/ppc64-host+guest-host-model.xml
+++ /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
index 2ffdefe413..0000000000
--- a/tests/cputestdata/x86_64-bogus-vendor.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<cpu match='minimum'>
-  <model>Penryn</model>
-  <vendor>Bogus</vendor>
-</cpu>
-- 
2.53.0

Reply via email to