mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-18 15:28:10 +00:00
qemu: Fix Qemu binary path for Power across distros
The default ppc64le Qemu binary path was specific for Ubuntu. This patch fixes the default binary path for both Fedora and Ubuntu Fixes: #2738 Signed-off-by: bpradipt@in.ibm.com
This commit is contained in:
@@ -9,4 +9,4 @@ MACHINETYPE := pseries
|
||||
KERNELPARAMS :=
|
||||
MACHINEACCELERATORS :=
|
||||
KERNELTYPE := uncompressed #This architecture must use an uncompressed kernel.
|
||||
QEMUCMD := qemu-system-ppc64le
|
||||
QEMUCMD := qemu-system-ppc64
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user