vmm: Add mergeable=on|off option to --pmem flag

In order to let the user indicate if the persistent memory pages should
be marked as mergeable or not, a new option is being introduced.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
Sebastien Boeuf
2019-11-19 15:47:31 -08:00
committed by Rob Bradford
parent e4e8062dda
commit 0f9afc3017
3 changed files with 10 additions and 1 deletions

View File

@@ -322,6 +322,9 @@ components:
iommu:
type: boolean
default: false
mergeable:
type: boolean
default: false
ConsoleConfig:
required: