Uploaded image for project: 'RHEL'
  1. RHEL
  2. RHEL-23634

There is not <model> and <vendor> outputed in virsh capabilities on ARM

Linking RHIVOS CVEs to...Migration: Automation ...SWIFT: POC ConversionSync from "Extern...XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • rhel-9.4
    • libvirt
    • None
    • None
    • 1
    • rhel-virt-core-libvirt-1
    • ssg_virtualization
    • 3
    • False
    • False
    • Hide

      None

      Show
      None
    • None
    • Libvirt in planning
    • None
    • None
    • aarch64
    • None

      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:

       

      1. 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>

              rhn-engineering-abologna Andrea Bolognani
              rhn-support-dzheng Dan Zheng
              Andrea Bolognani
              virt-maint virt-maint
              Dan Zheng Dan Zheng
              Votes:
              0 Vote for this issue
              Watchers:
              13 Start watching this issue

                Created:
                Updated: