]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_capabilities: Require QEMU-5.2.0 or newer
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 27 Jun 2024 13:39:33 +0000 (15:39 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 2 Jul 2024 07:14:18 +0000 (09:14 +0200)
commit073bf167843ca2e788cbc581781c729ff26c80f5
tree3f76ef289f38b8e96e6b386358939b40e4678972
parent7ecedce2b6768f7b07da8c1c735d9993e23f1c74
qemu_capabilities: Require QEMU-5.2.0 or newer

According to repology.org and/or distro repos these are the version of QEMU:

     CentOS Stream 9: qemu-kvm-9.0.0
           Debian 11: qemu-5.2.0
           Fedora 39: qemu-8.3.1
  openSUSE Leap 15.3: qemu-5.2.0
              RHEL-8: qemu-6.2.0
        Ubuntu 22.04: qemu-6.2.0

Since the minimal version is 5.2.0 we can bump from 4.2.0 to
5.2.0.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_capabilities.c