diff --git a/doc/user-guides/acrn-dm-parameters.rst b/doc/user-guides/acrn-dm-parameters.rst index 62b35dabb..1fdb3966a 100644 --- a/doc/user-guides/acrn-dm-parameters.rst +++ b/doc/user-guides/acrn-dm-parameters.rst @@ -42,13 +42,6 @@ Here are descriptions for each of these ``acrn-dm`` command line parameters: - Enable guest to write io port 0xf4 to exit guest. It's mainly used by guest unit test. - * - :kbd:`--dump ` - - The option dumps detailed configuration of a VM with built-in configurations. - - Example:: - - --dump 1 - * - :kbd:`-E ` - This option is to define a static elf binary which could be loaded by DM. DM will run elf as guest of ACRN. @@ -285,18 +278,6 @@ Here are descriptions for each of these ``acrn-dm`` command line parameters: enable virtio poll mode with poll interval 1ms. - * - :kbd:`--vmcfg ` - - It's an experimental option for built-in VM configuration. The - sub-options could be ``list`` or ``vm_idx``. - - - ``--vmcfg list`` shows indexes of all VMs with built-in configuration. - - ``--vmcfg `` launches UOS with selected config. - - Examples:: - - --vmcfg list - --vmcfg 1 - * - :kbd:`--vtpm2 ` - This option is to enable virtual TPM support. The sock_path is a mandatory parameter for this option which is the path of swtpm socket fd.