Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Enable Numa support for Power (ppc64le) architecture
Browse files Browse the repository at this point in the history
Fixes #124
Signed-off-by: bpradipt@in.ibm.com
  • Loading branch information
bpradipt committed May 12, 2020
1 parent ad66e4c commit b2aa022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qemu/qemu.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const (

func isDimmSupported(config *Config) bool {
switch runtime.GOARCH {
case "amd64", "386":
case "amd64", "386", "ppc64le":
if config != nil && config.Machine.Type == MachineTypeMicrovm {
// microvm does not support NUMA
return false
Expand Down

0 comments on commit b2aa022

Please sign in to comment.