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:
commit
9d3e829f5e
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user