[PATCH 10/16] qemucapabilitiesdata: Drop un-updated 'qemu_6.2.0_aarch64' data

Peter Krempa posted 16 patches 2 days, 3 hours ago
Only 9 patches received!
[PATCH 10/16] qemucapabilitiesdata: Drop un-updated 'qemu_6.2.0_aarch64' data
Posted by Peter Krempa 2 days, 3 hours ago
We'll be bumping to qemu-6.2 as minimum and the aarch64 qemu-6.2 data
were not updated to the release version. Drop them instead of trying to
do archaeology.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
---
 .../qemu_6.2.0-virt.aarch64.xml               |   234 -
 tests/domaincapsdata/qemu_6.2.0.aarch64.xml   |   234 -
 .../caps_6.2.0_aarch64.replies                | 28023 ----------------
 .../caps_6.2.0_aarch64.xml                    |   485 -
 4 files changed, 28976 deletions(-)
 delete mode 100644 tests/domaincapsdata/qemu_6.2.0-virt.aarch64.xml
 delete mode 100644 tests/domaincapsdata/qemu_6.2.0.aarch64.xml
 delete mode 100644 tests/qemucapabilitiesdata/caps_6.2.0_aarch64.replies
 delete mode 100644 tests/qemucapabilitiesdata/caps_6.2.0_aarch64.xml


 [...]


diff --git a/tests/qemucapabilitiesdata/caps_6.2.0_aarch64.replies b/tests/qemucapabilitiesdata/caps_6.2.0_aarch64.replies
deleted file mode 100644
index e2e26b2932..0000000000
--- a/tests/qemucapabilitiesdata/caps_6.2.0_aarch64.replies
+++ /dev/null
@@ -1,28023 +0,0 @@
-{
-  "execute": "qmp_capabilities",
-  "id": "libvirt-1"
-}
-
-{
-  "return": {},
-  "id": "libvirt-1"
-}
-
-{
-  "execute": "query-version",
-  "id": "libvirt-2"
-}
-
-{
-  "return": {
-    "qemu": {
-      "micro": 50,
-      "minor": 1,
-      "major": 6

    [...]