-
Bug
-
Resolution: Done-Errata
-
Undefined
-
rhel-9.6, rhel-10.0
-
libvirt-10.10.0-2.el9
-
No
-
Low
-
rhel-virt-core-libvirt-1
-
ssg_virtualization
-
20
-
8
-
Dev ack
-
False
-
False
-
-
None
-
None
-
Pass
-
Automated
-
-
x86_64
-
None
What were you trying to do that didn't work?
What is the impact of this issue to you?
Please provide the package NVR for which the bug is seen:
libvirt-10.10.0-1.el9.x86_64
qemu-kvm-9.1.0-5.el9.x86_64
RHEL10:
libvirt-10.10.0-1.el10.x86_64
qemu-kvm-9.1.0-7.el10.x86_64
How reproducible is this bug?:
100%
Steps to reproduce
- For RHEL9, compare the CPU models of libvirt with these of QEMU:
➜ ~ for i in $(/usr/libexec/qemu-kvm -cpu help|awk '/Available CPUs/,/Recognized CPUID flags/'|grep '^ '|awk '{print $1}');do if ! virsh cpu-models x86_64|grep -q $i;then echo $i;fi;done 486-v1 Conroe-v1 EPYC-Genoa-v1 KnightsMill-v1 Opteron_G1-v1 Opteron_G2-v1 Opteron_G3-v1 Opteron_G4-v1 Opteron_G5-v1 Penryn-v1 athlon-v1 core2duo-v1 coreduo-v1 kvm32-v1 kvm64-v1 n270-v1 pentium-v1 pentium2-v1 pentium3-v1 phenom-v1 qemu32-v1 qemu64-v1 base host max
Please support these missing CPU models.
For RHEL10, the result is:
# for i in $(/usr/libexec/qemu-kvm -cpu help|awk '/Available CPUs/,/Recognized CPUID flags/'|grep '^ '|awk '{print $1}');do if ! virsh cpu-models x86_64|grep -q $i;then echo $i;fi;done EPYC-Genoa-v1 GraniteRapids-v2 KnightsMill-v1 Opteron_G4-v1 Opteron_G5-v1 qemu64-v1 base host max
Expected results
No versioned CPU models in the list.
Actual results
- links to
-
RHBA-2024:140248 libvirt bug fix and enhancement update