On 3/10/25 11:02, Peter Krempa wrote:
Summary:
This series was originally just meant to clean up non-release capabilities but it grew since we dropped debian-11 and Michal asked me to add dev-version for amdsev variant.
Some of the long patches were truncated, fetch the proper patches at
git fetch https://gitlab.com/pipo.sk/libvirt.git qemu_caps
Note that this series also drops caps dumps which were not updated from the development version after final version was released. This includes:
- caps_6.2.0_aarch64 - caps_7.0.0_aarch64 - caps_8.0.0_riscv64
If anyone cares enough I'll accept a replacement patch updating the caps but as outlined in the commit message I don't think we need to do archaeology for these as we have newer versions.
I also pinged the original author of caps_9.2.0_s390x who promised to update the caps.
This series also contains current git caps for the 'amdsev' variant per Michal's request.
Peter Krempa (16): conf: Drop support for 'sheepdog' disks qemuxmlconftest: Drop tests pinned to qemu-5.2 qemuxmlconftest: Drop tests pinned to qemu-6.0 qemuxmlconftest: Drop tests pinned to qemu-6.1 qemucapabilitiestest: Drop qemu-5.2 data qemucapabilitiestest: Drop qemu-6.0 data qemucapabilitiestest: Drop qemu-6.1 data qemucapabilitiestest: Add 'qemu_9.2.0.aarch64+hvf' test data qemucapabilitiestest: Drop unused fake data 'caps_7.0.0_aarch64+hvf' qemucapabilitiesdata: Drop un-updated 'qemu_6.2.0_aarch64' data qemucapabilitiesdata: Drop un-updated 'caps_7.0.0_aarch64' data qemucapabilitiesdata: Drop un-updated 'qemu_8.0.0_riscv64' data qemu: capabilities: Bump minimum qemu to qemu-6.2 qemu: block: Drop 'sheepdog' protocol support qemucapabilitiestest: Update 'caps_10.0.0_x86_64' to 'v9.2.0-2369-g98c7362b1e' qemucapabilitiestest: Add data for the qemu-10.0 dev cycle on x86_64 for the '+amdsev' variant
141 files changed, 37729 insertions(+), 357243 deletions(-)
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>