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:
@@ -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';
|
||||
|
Reference in New Issue
Block a user