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

@@ -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.