2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-14 23:30:21 +00:00

Merge pull request #7332 from thiell/qemu7_replace_ac97

kvm: replace ac97 with ich6 for default audio support
This commit is contained in:
besawn
2023-02-07 12:40:01 -05:00
committed by GitHub

View File

@@ -970,7 +970,7 @@ sub build_xmldesc {
# do nothing for ppc64le, do not support sound at this time
;
} else {
$xtree{devices}->{sound}->{model} = 'ac97';
$xtree{devices}->{sound}->{model} = 'ich6';
}
$xtree{devices}->{console}->{type} = 'pty';