mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-04 02:56:18 +00:00
virtcontainers: ppc64le: Add nvdimm to defaultQemuMachineOption
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 niteshkonkar@in.ibm.com
This commit is contained in:
parent
0bcb32f704
commit
ef3a7e80c6
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user