Fix a value typo for hw_numa_mempolicy

s/prefered/preferred for hw_numa_mempolicy's setting.

Change-Id: Id82b919c27c0ebf166b6ab7ee6b64e968a8b991f
Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
This commit is contained in:
Zhao Lei 2015-09-24 18:57:18 +08:00
parent c4641a5dd3
commit 6eb4623cfd
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ the image, with the leading ':' replaced by '_', as is normal for image
property naming conventions:
* hw_numa_nodes=NN - numa of NUMA nodes to expose to the guest.
* hw_numa_mempolicy=strict|prefered - memory allocation policy
* hw_numa_mempolicy=strict|preferred - memory allocation policy
* hw_numa_cpus.0=<cpu-list> - mapping of vCPUS N-M to NUMA node 0
* hw_numa_cpus.1=<cpu-list> - mapping of vCPUS N-M to NUMA node 1
* hw_numa_mem.0=<ram-size> - mapping N MB of RAM to NUMA node 0