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

Commit

Permalink
virtcontainers: ppc64le: Add nvdimm to defaultQemuMachineOption
Browse files Browse the repository at this point in the history
nvdimm is fundamental to get rootfs approach
working for Kata Containers on ppc64le. It should
be added to the default qemu machine option list.

Fixes: #561

Signed-off-by: Nitesh Konkar [email protected]
  • Loading branch information
nitkon authored and Eric Ernst committed Aug 21, 2018
1 parent 0bcb32f commit 382e986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtcontainers/qemu_ppc64le.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const defaultQemuPath = "/usr/bin/qemu-system-ppc64le"

const defaultQemuMachineType = QemuPseries

const defaultQemuMachineOptions = "accel=kvm,usb=off"
const defaultQemuMachineOptions = "accel=kvm,usb=off,nvdimm"

const defaultPCBridgeBus = "pci.0"

Expand Down

0 comments on commit 382e986

Please sign in to comment.