From 67d4a38faa15b4e923a6e7e3c93f264986c9ef6e Mon Sep 17 00:00:00 2001 From: Tonny Tzeng Date: Sat, 2 Nov 2019 05:29:51 +0800 Subject: [PATCH] doc: remove the guest cpu number option '-c' from the document This commit updates the DM parameters reference document to reflect the removal of the guest cpu number option '-c' implementation. Tracked-On: #3989 Signed-off-by: Tonny Tzeng --- doc/user-guides/acrn-dm-parameters.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/user-guides/acrn-dm-parameters.rst b/doc/user-guides/acrn-dm-parameters.rst index 0cb475a26..93b4dc2b1 100644 --- a/doc/user-guides/acrn-dm-parameters.rst +++ b/doc/user-guides/acrn-dm-parameters.rst @@ -33,11 +33,6 @@ Here are descriptions for each of these ``acrn-dm`` command line parameters: specifies the kernel log level at 7 - * - :kbd:`-c, --ncpus ` - - Set number of CPUs for UOS. This number is an integer and must not be - more than the total number of CPUs in the system, minus one (which is - used by the SOS). - * - :kbd:`--debugexit` - Enable guest to write io port 0xf4 to exit guest. It's mainly used by guest unit test.