mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-04 11:06:21 +00:00
virtcontainers: ppc64le qemu does not have nvdimm capabilities yet
Remove `nvdimm` from qemu command line as the upstream qemu on ppc64le does not have nvdimm capabilities yet. Fixes: #1136 Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com
This commit is contained in:
parent
9b9ff2b7e6
commit
18c7aa44a8
@ -25,7 +25,7 @@ const defaultQemuPath = "/usr/bin/qemu-system-ppc64le"
|
||||
|
||||
const defaultQemuMachineType = QemuPseries
|
||||
|
||||
const defaultQemuMachineOptions = "accel=kvm,usb=off,nvdimm"
|
||||
const defaultQemuMachineOptions = "accel=kvm,usb=off"
|
||||
|
||||
const defaultPCBridgeBus = "pci.0"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user