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

Commit

Permalink
dax: enable dax on arm64
Browse files Browse the repository at this point in the history
After backporting patch series of enabling memory hot remove on aarch64
to v5.4.x, we finally could enable nvdimm/dax on aarch64.

Fixes: #2601
Depends-on: github.com/kata-containers/packaging#1006

Signed-off-by: Penny Zheng <[email protected]>
  • Loading branch information
Pennyzct committed Apr 9, 2020
1 parent 02d8ec0 commit e36389e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions virtcontainers/qemu_arm64.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ func newQemuArch(config HypervisorConfig) qemuArch {
kernelParamsDebug: kernelParamsDebug,
kernelParams: kernelParams,
disableNvdimm: config.DisableImageNvdimm,
dax: true,
},
}

Expand Down

0 comments on commit e36389e

Please sign in to comment.