mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-22 03:32:04 +00:00
Disable ac97 for ppc64le platforms
This commit is contained in:
parent
a7f9ea8014
commit
d473bf9f3e
@ -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';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user