Skip to content

vm-configurator: Default to ich9 sound model

Felipe Borges requested to merge always-set-device-sound-model into master

These days users can set which OS they are installing in case libosinfo can't detect a given ISO. This way, it is very rare when an user will perform an installation in which we can't figure what's a adequate sound device model for it. And for those corner cases, it is safe to assume that ich9 would likely work. If not, the device sound model can be changed manually in the configuration.

This fixes issue #618 (closed), in which we were returning nothing when the method signature had a (non-null) return type specified.

Fixes #618 (closed)

Merge request reports