Skip to content

Commit

Permalink
doc: update optional arguments for passthrough devices
Browse files Browse the repository at this point in the history
This patch adds the description of newly added optional parameters for
PCI device passthrough. The new parameters are related to irq and
acpi dsdt info, which are designed for the passthrough of LPSS devices.

Tracked-On: #8615

Signed-off-by: Na Cui <na.cui@intel.com>
  • Loading branch information
nacui-intel committed Aug 28, 2024
1 parent 069afc6 commit 5a3fd91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/user-guides/acrn-dm-parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,10 @@ arguments:
capability. The specific virtual bar will be allocated.
* ``enable_ptm``: enable PCIe precise time measurement mechanism for the
passthrough device.
* ``irq=<irq_number>``: when the passthrough PCI devices support legacy interrupt,
e.g. UART, SDIO controller, ``irq_number`` shall be specified.
* ``dsdt=<dsdt_file_dir>``: when the passthrough PCI devices support legacy interrupt
and customized ``dsdt_file`` are needed , e.g. SPI, ``dsdt_file_dir`` shall be specified.

* - ``uart``
- Emulated PCI UART. Use the parameter with the format
Expand Down

0 comments on commit 5a3fd91

Please sign in to comment.