Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2739 from bpradipt/qemu-path
Browse files Browse the repository at this point in the history
qemu: Fix Qemu binary path for Power across distros
  • Loading branch information
jodh-intel authored Jun 4, 2020
2 parents 50d5802 + 54e8fdb commit 82ee834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/ppc64le-options.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ MACHINEACCELERATORS := "cap-cfpc=broken,cap-sbbc=broken,cap-ibs=broken,cap-large
CPUFEATURES :=

KERNELTYPE := uncompressed #This architecture must use an uncompressed kernel.
QEMUCMD := qemu-system-ppc64le
QEMUCMD := qemu-system-ppc64
2 changes: 1 addition & 1 deletion virtcontainers/qemu_ppc64le.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type qemuPPC64le struct {
qemuArchBase
}

const defaultQemuPath = "/usr/bin/qemu-system-ppc64le"
const defaultQemuPath = "/usr/bin/qemu-system-ppc64"

const defaultQemuMachineType = QemuPseries

Expand Down

0 comments on commit 82ee834

Please sign in to comment.