What were you trying to do that didn't work?
There is no <model> and <vendor> outputed in virsh capabilities on ARM like on x86_64. Some libvirt automated test cases failed due to missing them on ARM. So could I know if they are possible to be printed out?
Please provide the package NVR for which bug is seen:
libvirt-10.0.0-2.el9.aarch64
qemu-kvm-8.2.0-3.el9.aarch64
kernel-5.14.0-412.el9.aarch64+64k
How reproducible:
100%
Steps to reproduce
- Run virsh capabilities
On ARM:
- virsh capabilities |grep host -A10
<host>
<uuid>b5e0d6fc-08d9-11e9-8a47-3c18a0044eae</uuid>
<cpu>
<arch>aarch64</arch>
<topology sockets='1' dies='1' clusters='1' cores='32' threads='1'/>
<pages unit='KiB' size='64'/>
<pages unit='KiB' size='2048'/>
<pages unit='KiB' size='524288'/>
<pages unit='KiB' size='16777216'/>
</cpu>
<power_management>
–
</host>
On x86_64, we have
$ virsh capabilities |grep host -A10
<host>
<uuid>4e37322a-f0e5-465e-a6d9-20dfe4a9a212</uuid>
<cpu>
<arch>x86_64</arch>
<model>Broadwell-IBRS</model>
<vendor>Intel</vendor>
<microcode version='47'/>
<counter name='tsc' frequency='2593991000' scaling='no'/>
<topology sockets='1' dies='1' cores='2' threads='2'/>
<feature name='vme'/>
<feature name='ds'/>
–
</host>
Expected results
<model> and <vendor> are out putted in virsh capabilities like on x86_64.
Actual results
No <model> and <vendor>
- is cloned by
-
RHEL-88219 libvirt does not support host-model and CPU features reporting on ARM64
-
- Closed
-