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:
parent
940b78d42f
commit
f731904638
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue