Skip to content

Commit

Permalink
Merge pull request #7332 from thiell/qemu7_replace_ac97
Browse files Browse the repository at this point in the history
kvm: replace ac97 with ich6 for default audio support
  • Loading branch information
besawn committed Feb 7, 2023
2 parents 9b6dab9 + 100c64b commit 9d3e829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xCAT-server/lib/xcat/plugins/kvm.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 9d3e829

Please sign in to comment.