From 6f5dd2da2009d393e6d32e4c7204cb5e585303bb Mon Sep 17 00:00:00 2001 From: lirui34 Date: Mon, 21 Oct 2019 11:51:07 +0800 Subject: [PATCH] doc: acrn_configuration_tool add one more scenario xml element description Signed-off-by: lirui34 --- doc/tutorials/acrn_configuration_tool.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/tutorials/acrn_configuration_tool.rst b/doc/tutorials/acrn_configuration_tool.rst index d925f2206..8ca553011 100644 --- a/doc/tutorials/acrn_configuration_tool.rst +++ b/doc/tutorials/acrn_configuration_tool.rst @@ -109,6 +109,8 @@ Additional scenario XML elements: ``guest_flags``: Select all applicable flags for the VM. +``vcpu_affinity``: vCPU affinity map; Each vCPU will pin to the selected pCPU ID and different vCPU should not pin to same pCPU. + ``size`` under parent of ``epc_section``: SGX EPC section base; must be page aligned. ``base`` under parent of ``epc_section``: SGX EPC section size in Bytes; must be page aligned.