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 #562 from nitkon/master
Browse files Browse the repository at this point in the history
virtcontainers: ppc64le: Add nvdimm to defaultQemuMachineOption
  • Loading branch information
Sebastien Boeuf authored Aug 9, 2018
2 parents e863e55 + ef3a7e8 commit aedd749
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 aedd749

Please sign in to comment.