From f642c029f53b2c3c3a26d1640b427328fa493578 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Fri, 7 Mar 2025 16:44:39 +0100 Subject: [PATCH] qemuxmlconftest: Drop tests pinned to qemu-5.2 Upcoming patches will bump minimum qemu version to 6.2 so we need to purge old tests. Signed-off-by: Peter Krempa Reviewed-by: Pavel Hrdina Reviewed-by: Michal Privoznik --- .../cpu-fallback.x86_64-5.2.0.args | 34 ------ .../cpu-fallback.x86_64-5.2.0.xml | 40 ------- ...-host-model-fallback-kvm.x86_64-5.2.0.args | 34 ------ ...u-host-model-fallback-kvm.x86_64-5.2.0.xml | 29 ----- ...-host-model-fallback-tcg.x86_64-5.2.0.args | 34 ------ ...u-host-model-fallback-tcg.x86_64-5.2.0.xml | 29 ----- .../cpu-host-model-kvm.x86_64-5.2.0.args | 39 ------- .../cpu-host-model-kvm.x86_64-5.2.0.xml | 48 -------- ...ost-model-nofallback-kvm.x86_64-5.2.0.args | 34 ------ ...host-model-nofallback-kvm.x86_64-5.2.0.xml | 29 ----- ...ost-model-nofallback-tcg.x86_64-5.2.0.args | 34 ------ ...host-model-nofallback-tcg.x86_64-5.2.0.xml | 29 ----- .../cpu-host-model-tcg.x86_64-5.2.0.args | 39 ------- .../cpu-host-model-tcg.x86_64-5.2.0.xml | 48 -------- .../cpu-nofallback.x86_64-5.2.0.err | 1 - .../cpu-nofallback.x86_64-5.2.0.xml | 40 ------- ...disk-network-tlsx509-nbd.x86_64-5.2.0.args | 38 ------- .../disk-network-tlsx509-nbd.x86_64-5.2.0.xml | 37 ------ ...virtio-scsi-reservations.x86_64-5.2.0.args | 43 ------- ...-virtio-scsi-reservations.x86_64-5.2.0.xml | 53 --------- .../graphics-vnc-tls-secret.x86_64-5.2.0.args | 37 ------ .../graphics-vnc-tls-secret.x86_64-5.2.0.xml | 39 ------- ...othreads-virtio-scsi-pci.x86_64-5.2.0.args | 42 ------- ...iothreads-virtio-scsi-pci.x86_64-5.2.0.xml | 49 -------- .../luks-disks-source-qcow2.x86_64-5.2.0.args | 62 ---------- .../luks-disks-source-qcow2.x86_64-5.2.0.xml | 107 ------------------ ...ory-hotplug-nvdimm-align.x86_64-5.2.0.args | 40 ------- ...mory-hotplug-nvdimm-align.x86_64-5.2.0.xml | 60 ---------- ...ory-hotplug-nvdimm-label.x86_64-5.2.0.args | 40 ------- ...mory-hotplug-nvdimm-label.x86_64-5.2.0.xml | 62 ---------- ...mory-hotplug-nvdimm-pmem.x86_64-5.2.0.args | 40 ------- ...emory-hotplug-nvdimm-pmem.x86_64-5.2.0.xml | 60 ---------- ...-hotplug-nvdimm-readonly.x86_64-5.2.0.args | 40 ------- ...y-hotplug-nvdimm-readonly.x86_64-5.2.0.xml | 60 ---------- ...mory-hotplug-virtio-pmem.x86_64-5.2.0.args | 40 ------- ...emory-hotplug-virtio-pmem.x86_64-5.2.0.xml | 55 --------- .../misc-no-reboot.x86_64-5.2.0.args | 36 ------ .../misc-no-reboot.x86_64-5.2.0.xml | 38 ------- .../numatune-memnode.x86_64-5.2.0.args | 39 ------- .../numatune-memnode.x86_64-5.2.0.xml | 41 ------- .../virtio-rng-builtin.x86_64-5.2.0.args | 36 ------ .../virtio-rng-builtin.x86_64-5.2.0.xml | 35 ------ .../virtio-rng-egd-unix.x86_64-5.2.0.args | 37 ------ .../virtio-rng-egd-unix.x86_64-5.2.0.xml | 37 ------ tests/qemuxmlconftest.c | 22 ---- 45 files changed, 1866 deletions(-) delete mode 100644 tests/qemuxmlconfdata/cpu-fallback.x86_64-5.2.0.args delete mode 100644 tests/qemuxmlconfdata/cpu-fallback.x86_64-5.2.0.xml delete mode 100644 tests/qemuxmlconfdata/cpu-host-model-fallback-kvm.x86_64-5.2.0.args delete mode 100644 tests/qemuxmlconfdata/cpu-host-model-fallback-kvm.x86_64-5.2.0.xml delete mode 100644 tests/qemuxmlconfdata/cpu-host-model-fallback-tcg.x86_64-5.2.0.args delete mode 100644 tests/qemuxmlconfdata/cpu-host-model-fallback-tcg.x86_64-5.2.0.xml delete mode 100644 tests/qemuxmlconfdata/cpu-host-model-kvm.x86_64-5.2.0.args delete mode 100644 tests/qemuxmlconfdata/cpu-host-model-kvm.x86_64-5.2.0.xml delete mode 100644 tests/qemuxmlconfdata/cpu-host-model-nofallback-kvm.x86_64-5.2.0.args delete mode 100644 tests/qemuxmlconfdata/cpu-host-model-nofallback-kvm.x86_64-5.2.0.xml delete mode 100644 tests/qemuxmlconfdata/cpu-host-model-nofallback-tcg.x86_64-5.2.0.args delete mode 100644 tests/qemuxmlconfdata/cpu-host-model-nofallback-tcg.x86_64-5.2.0.xml delete mode 100644 tests/qemuxmlconfdata/cpu-host-model-tcg.x86_64-5.2.0.args delete mode 100644 tests/qemuxmlconfdata/cpu-host-model-tcg.x86_64-5.2.0.xml delete mode 100644 tests/qemuxmlconfdata/cpu-nofallback.x86_64-5.2.0.err delete mode 100644 tests/qemuxmlconfdata/cpu-nofallback.x86_64-5.2.0.xml delete mode 100644 tests/qemuxmlconfdata/disk-network-tlsx509-nbd.x86_64-5.2.0.args delete mode 100644 tests/qemuxmlconfdata/disk-network-tlsx509-nbd.x86_64-5.2.0.xml delete mode 100644 tests/qemuxmlconfdata/disk-virtio-scsi-reservations.x86_64-5.2.0.args delete mode 100644 tests/qemuxmlconfdata/disk-virtio-scsi-reservations.x86_64-5.2.0.xml delete mode 100644 tests/qemuxmlconfdata/graphics-vnc-tls-secret.x86_64-5.2.0.args delete mode 100644 tests/qemuxmlconfdata/graphics-vnc-tls-secret.x86_64-5.2.0.xml delete mode 100644 tests/qemuxmlconfdata/iothreads-virtio-scsi-pci.x86_64-5.2.0.args delete mode 100644 tests/qemuxmlconfdata/iothreads-virtio-scsi-pci.x86_64-5.2.0.xml delete mode 100644 tests/qemuxmlconfdata/luks-disks-source-qcow2.x86_64-5.2.0.args delete mode 100644 tests/qemuxmlconfdata/luks-disks-source-qcow2.x86_64-5.2.0.xml delete mode 100644 tests/qemuxmlconfdata/memory-hotplug-nvdimm-align.x86_64-5.2.0.args delete mode 100644 tests/qemuxmlconfdata/memory-hotplug-nvdimm-align.x86_64-5.2.0.xml delete mode 100644 tests/qemuxmlconfdata/memory-hotplug-nvdimm-label.x86_64-5.2.0.args delete mode 100644 tests/qemuxmlconfdata/memory-hotplug-nvdimm-label.x86_64-5.2.0.xml delete mode 100644 tests/qemuxmlconfdata/memory-hotplug-nvdimm-pmem.x86_64-5.2.0.args delete mode 100644 tests/qemuxmlconfdata/memory-hotplug-nvdimm-pmem.x86_64-5.2.0.xml delete mode 100644 tests/qemuxmlconfdata/memory-hotplug-nvdimm-readonly.x86_64-5.2.0.args delete mode 100644 tests/qemuxmlconfdata/memory-hotplug-nvdimm-readonly.x86_64-5.2.0.xml delete mode 100644 tests/qemuxmlconfdata/memory-hotplug-virtio-pmem.x86_64-5.2.0.args delete mode 100644 tests/qemuxmlconfdata/memory-hotplug-virtio-pmem.x86_64-5.2.0.xml delete mode 100644 tests/qemuxmlconfdata/misc-no-reboot.x86_64-5.2.0.args delete mode 100644 tests/qemuxmlconfdata/misc-no-reboot.x86_64-5.2.0.xml delete mode 100644 tests/qemuxmlconfdata/numatune-memnode.x86_64-5.2.0.args delete mode 100644 tests/qemuxmlconfdata/numatune-memnode.x86_64-5.2.0.xml delete mode 100644 tests/qemuxmlconfdata/virtio-rng-builtin.x86_64-5.2.0.args delete mode 100644 tests/qemuxmlconfdata/virtio-rng-builtin.x86_64-5.2.0.xml delete mode 100644 tests/qemuxmlconfdata/virtio-rng-egd-unix.x86_64-5.2.0.args delete mode 100644 tests/qemuxmlconfdata/virtio-rng-egd-unix.x86_64-5.2.0.xml diff --git a/tests/qemuxmlconfdata/cpu-fallback.x86_64-5.2.0.args b/tests/qemuxmlconfdata/cpu-fallback.x86_64-5.2.0.args deleted file mode 100644 index ecc6bb3977..0000000000 --- a/tests/qemuxmlconfdata/cpu-fallback.x86_64-5.2.0.args +++ /dev/null @@ -1,34 +0,0 @@ -LC_ALL=C \ -PATH=/bin \ -HOME=/var/lib/libvirt/qemu/domain--1-QEMUGuest1 \ -USER=test \ -LOGNAME=test \ -XDG_DATA_HOME=/var/lib/libvirt/qemu/domain--1-QEMUGuest1/.local/share \ -XDG_CACHE_HOME=/var/lib/libvirt/qemu/domain--1-QEMUGuest1/.cache \ -XDG_CONFIG_HOME=/var/lib/libvirt/qemu/domain--1-QEMUGuest1/.config \ -/usr/bin/qemu-system-x86_64 \ --name guest=QEMUGuest1,debug-threads=on \ --S \ --object secret,id=masterKey0,format=raw,file=/var/lib/libvirt/qemu/domain--1-QEMUGuest1/master-key.aes \ --machine pc-i440fx-5.2,usb=off,dump-guest-core=off,memory-backend=pc.ram \ --accel kvm \ --cpu EPYC-Rome,amd-ssbd=off,erms=off,fsrm=off,invpcid=off,pcid=off,pku=off,xsaves=off \ --m size=219136k \ --object memory-backend-ram,id=pc.ram,size=224395264 \ --overcommit mem-lock=off \ --smp 6,sockets=6,cores=1,threads=1 \ --uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ --display none \ --no-user-config \ --nodefaults \ --chardev socket,id=charmonitor,fd=1729,server=on,wait=off \ --mon chardev=charmonitor,id=monitor,mode=control \ --rtc base=utc \ --no-shutdown \ --no-acpi \ --boot strict=on \ --device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 \ --audiodev '{"id":"audio1","driver":"none"}' \ --device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x2 \ --sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny \ --msg timestamp=on diff --git a/tests/qemuxmlconfdata/cpu-fallback.x86_64-5.2.0.xml b/tests/qemuxmlconfdata/cpu-fallback.x86_64-5.2.0.xml deleted file mode 100644 index 0f5e606abc..0000000000 --- a/tests/qemuxmlconfdata/cpu-fallback.x86_64-5.2.0.xml +++ /dev/null @@ -1,40 +0,0 @@ - - QEMUGuest1 - c7a5fdbd-edaf-9455-926a-d65c16db1809 - 219100 - 219100 - 6 - - hvm - - - - EPYC-Milan - - - - - - - - - - - - destroy - restart - destroy - - /usr/bin/qemu-system-x86_64 - -
- - - - -