mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-06 11:20:32 +00:00
doc: update the documentation according to "iasl" refinement
This patch updates the documentation according to the refinement on the detection and the version verification of "iasl". Tracked-On: #7880 Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
This commit is contained in:
committed by
acrnsi-robot
parent
3eb1237db3
commit
c2b9dbd160
@@ -325,6 +325,21 @@ Here are descriptions for each of these ``acrn-dm`` command line parameters:
|
||||
|
||||
--ssram
|
||||
|
||||
----
|
||||
|
||||
``--iasl <iasl_compiler_path>``
|
||||
Specify the path to ``iasl`` compiler on the target machine.
|
||||
|
||||
If ``--iasl <iasl_compiler_path>`` is specified as the ``acrn-dm`` parameter,
|
||||
acrn-dm uses <iasl_compiler_path> as the path to the ``iasl`` compiler;
|
||||
otherwise, ``which iasl`` is used to detect where the ``iasl`` compiler is located.
|
||||
|
||||
usage::
|
||||
|
||||
--iasl /usr/local/bin/iasl
|
||||
|
||||
uses ``/usr/local/bin/iasl`` as the path to the ``iasl`` compiler
|
||||
|
||||
.. _emul_config:
|
||||
|
||||
Emulated PCI Device Types
|
||||
|
Reference in New Issue
Block a user