[PATCH 11/16] qemucapabilitiesdata: Drop un-updated 'caps_7.0.0_aarch64' data

Peter Krempa posted 16 patches 2 days, 2 hours ago
Only 9 patches received!
[PATCH 11/16] qemucapabilitiesdata: Drop un-updated 'caps_7.0.0_aarch64' data
Posted by Peter Krempa 2 days, 2 hours ago
The aarch-64 qemu-7.0 data were not updated to the release version. Drop
them instead of trying to do archaeology.

They are not used in any 'qemuxmlconftest' case.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
---
 .../qemu_7.0.0-virt.aarch64.xml               |   233 -
 tests/domaincapsdata/qemu_7.0.0.aarch64.xml   |   233 -
 .../caps_7.0.0_aarch64.replies                | 31776 ----------------
 .../caps_7.0.0_aarch64.xml                    |   501 -
 4 files changed, 32743 deletions(-)
 delete mode 100644 tests/domaincapsdata/qemu_7.0.0-virt.aarch64.xml
 delete mode 100644 tests/domaincapsdata/qemu_7.0.0.aarch64.xml
 delete mode 100644 tests/qemucapabilitiesdata/caps_7.0.0_aarch64.replies
 delete mode 100644 tests/qemucapabilitiesdata/caps_7.0.0_aarch64.xml

[...]

diff --git a/tests/qemucapabilitiesdata/caps_7.0.0_aarch64.replies b/tests/qemucapabilitiesdata/caps_7.0.0_aarch64.replies
deleted file mode 100644
index 17055d94a4..0000000000
--- a/tests/qemucapabilitiesdata/caps_7.0.0_aarch64.replies
+++ /dev/null
@@ -1,31776 +0,0 @@
-{
-  "execute": "qmp_capabilities",
-  "id": "libvirt-1"
-}
-
-{
-  "return": {},
-  "id": "libvirt-1"
-}
-
-{
-  "execute": "query-version",
-  "id": "libvirt-2"
-}
-
-{
-  "return": {
-    "qemu": {
-      "micro": 92,
-      "minor": 2,
-      "major": 6
-    },
-    "package": "v7.0.0-rc2"

[...]