On Sun, Nov 22, 2020 at 12:16 PM Yedidyah Bar David <didi@redhat.com> wrote:
On Sun, Nov 22, 2020 at 12:41 PM Gianluca Cecchi
<gianluca.cecchi@gmail.com> wrote:
>
> Hello,
> normally with current CentOS 8.2 I get
> qemu-kvm-core-15:2.12.0-99.module_el8.2.0+524+f765f7e0.4.x86_64
> libvirt-daemon-4.5.0-42.module_el8.2.0+320+13f867d7.x86_64
>
> With oVirt 4.4 having
> qemu-kvm-core-4.2.0-29.el8.3.x86_64
> libvirt-daemon-6.0.0-25.2.el8.x86_64
>
> and in current Fedora 32 updates:
> qemu-kvm-core-4.2.1-1.fc32.x86_64.rpm
> libvirt-daemon-6.1.0-4.fc32.x86_64.rpm

 
I think the most official/least-intrusive way outside of oVirt is
something like:

dnf install centos-release-advanced-virtualization
dnf config-manager --set-enabled centos-advanced-virtualization-test

Thanks Didi!
I executed the two commands above and now I have:
qemu-kvm-core-4.2.0-29.el8.6.x86_64
libvirt-daemon-6.0.0-25.2.el8.x86_64

let's do some tests

Gianluca