2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 01:56:39 +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
commit 9d3e829f5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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';