doc: remove short version of dm dynamic param `-W`

Rename '--virtio_msix' to '--virtio_msi' for this param
means 'force virtio to use singel-vector MSI'.

Remove the `-W` which is the short version of `--virtio_msi`.

Tracked-On: #6690
Signed-off-by: Yuanyuan Zhao <yuanyuan.zhao@linux.intel.com>
This commit is contained in:
Yuanyuan Zhao 2022-01-13 06:19:02 +00:00 committed by David Kinder
parent 940b78d42f
commit f731904638
2 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ options:
.. code-block:: none
acrn-dm [-hWYv] [-B bootargs] [-E elf_image_path]
acrn-dm [-hYv] [-B bootargs] [-E elf_image_path]
[-k kernel_image_path]
[-l lpc] [-m mem] [-r ramdisk_image_path]
[-s pci] [--ovmf ovmf_file_path]
@ -70,7 +70,6 @@ options:
-r: ramdisk image path
-s: <slot,driver,configinfo> PCI slot config
-v: version
-W: force virtio to use single-vector MSI
-Y: disable MPtable generation
--mac_seed: set a platform unique string as a seed for generate mac address
--ovmf: ovmf file path
@ -89,6 +88,7 @@ options:
--logger_setting: params like console,level=4;kmsg,level=3
--windows: support Oracle virtio-blk, virtio-net, and virtio-input devices
for windows guest with secure boot
--virtio_msi: force virtio to use single-vector MSI
See :ref:`acrn-dm_parameters` for more detailed descriptions of these
configuration options.

View File

@ -250,7 +250,7 @@ Here are descriptions for each of these ``acrn-dm`` command line parameters:
----
``-W, --virtio_msix``
``--virtio_msi``
This option forces virtio to use single-vector MSI. By default, any
virtio-based devices will use MSI-X as its interrupt method. If you want
to use single-vector MSI interrupt, you can do so using this option.