mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-09 04:39:34 +00:00
doc: dm cpu affinity dynamic param refine
Cpu affinty was set by pCPU ID which can't be obtained explictly by user. Use lapic ID instead which can be easily read from `/proc/cpuinfo` as `apicid`. Signed-off-by: Yuanyuan Zhao <yuanyuan.zhao@linux.intel.com>
This commit is contained in:
committed by
David Kinder
parent
21d7b242c9
commit
8c046616c8
@@ -89,7 +89,8 @@ define post-launched User VM settings. This document describes these option sett
|
||||
``[@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]``.
|
||||
|
||||
``cpu_affinity``:
|
||||
List of pCPU that this VM's vCPUs are pinned to.
|
||||
A comma-separated list of Service VM vCPUs assigned to this VM. A Service VM vCPU is identified
|
||||
by its lapic ID.
|
||||
|
||||
.. note::
|
||||
|
||||
|
Reference in New Issue
Block a user