Skip to content

Commit

Permalink
Merge pull request #2146 from xcat2/master
Browse files Browse the repository at this point in the history
merge from master to 2.12 for xcat2.12.4 release.(4)
  • Loading branch information
zet809 authored Nov 11, 2016
2 parents 3a09a46 + ed5a846 commit 64ec2d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xCAT-server/lib/xcat/plugins/kvm.pm
Original file line number Diff line number Diff line change
Expand Up @@ -897,6 +897,9 @@ sub build_xmldesc {
}
if (defined($hypcpumodel) and $hypcpumodel eq 'ppc64') {
$xtree{devices}->{emulator}->{content} = "/usr/bin/qemu-system-ppc64";
} elsif (defined($hypcpumodel) and $hypcpumodel eq 'ppc64le') {
# do nothing for ppc64le, do not support sound at this time
;
} else {
$xtree{devices}->{sound}->{model} = 'ac97';
}
Expand Down

0 comments on commit 64ec2d4

Please sign in to comment.