-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
rhel-9.5
-
None
-
Moderate
-
rhel-sst-virtualization
-
ssg_virtualization
-
3
-
False
-
-
None
-
None
-
None
-
None
-
-
aarch64
-
None
What were you trying to do that didn't work?
When I use virt-install with "--sound default", virt-install did not pick the best model on aarch64
Please provide the package NVR for which bug is seen:
virt-install-4.1.0-5.el9.noarch
libvirt-10.5.0-1.el9.aarch64
How reproducible:
100%
Steps to reproduce
- run the command below
#virt-install \ -n vm1 \ -r 3172 \ -f /var/lib/libvirt/images/vm1.img \ -s 6 \ -m 52:54:00:7b:57:17 \ -l #INSTALL_SOURCE#\ --vnc \ --noreboot \ --sound default
- virt-install choose <sound model="ich9"/> for vm which is unsupport for aarch64
Expected results
virt-install should pick a suitable sound model for vm
Actual results
VM create failed with error message "ERROR unsupported configuration: The ich9-intel-hda audio controller is not supported in this QEMU binary
"