From 5dd07f71133617295166ecec7f46a49a7bb9b47f Mon Sep 17 00:00:00 2001 From: "Yan, Like" Date: Tue, 20 Aug 2019 20:21:27 +0800 Subject: [PATCH] doc: remove "pincpu" option description Update the document becase the "pincpu" option is removed. Tracked-On: #3600 Signed-off-by: Yan, Like --- doc/user-guides/acrn-dm-parameters.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/doc/user-guides/acrn-dm-parameters.rst b/doc/user-guides/acrn-dm-parameters.rst index 7f5a1800f..210b4b411 100644 --- a/doc/user-guides/acrn-dm-parameters.rst +++ b/doc/user-guides/acrn-dm-parameters.rst @@ -160,14 +160,6 @@ Here are descriptions for each of these ``acrn-dm`` command line parameters: ``seed_string=${mac:9:8}-${vm_name}`` - * - :kbd:`-p, --pincpu ` - - Pin host CPU to appointed vCPU: - - - ``vcpu`` is the ID of the CPU seen by the UOS, and - - ``hostcpu`` is the physical CPU ID on the system. - - Example: ``-p "1:2"`` means pin the 2nd physical cpu to 1st vcpu in UOS - * - :kbd:`--part_info ` - Set guest partition info path.