diff --git a/doc/release_notes/release_notes_2.5.rst b/doc/release_notes/release_notes_2.5.rst index 38289c7a8..b402c9f8b 100644 --- a/doc/release_notes/release_notes_2.5.rst +++ b/doc/release_notes/release_notes_2.5.rst @@ -73,36 +73,36 @@ installed by executing the following command: .. code-block:: bash - $ sudo pip3 install lxml + sudo pip3 install lxml .. note:: Refer to :ref:`acrn_config_workflow` for a complete list of tools required to run the board inspector. -With the prerequisites, copying the entire board inspector folder from +With the prerequisites done, copy the entire board inspector folder from ``misc/config_tools/board_inspector`` to the target board, ``cd`` to that -directory on the target, and run the tool using:: +directory on the target, and run the board inspector tool using:: - sudo python3 cli.py + sudo python3 cli.py -This will generate ``.xml`` under the current working directory. +This will generate ``.xml`` in the current working directory. Add New Configuration Options ============================= -In v2.5, the following elements are added to scenario XMLs: +In v2.5, the following elements are added to scenario XML files: - - :option:`hv.FEATURES.NVMX_ENABLED` - - :option:`vm.PTM` +- :option:`hv.FEATURES.NVMX_ENABLED` +- :option:`vm.PTM` The following element is renamed: - - :option:`hv.FEATURES.SSRAM.SSRAM_ENABLED` (was ``hv.FEATURES.PSRAM.PSRAM_ENABLED`` in v2.4) +- :option:`hv.FEATURES.SSRAM.SSRAM_ENABLED` (was ``hv.FEATURES.PSRAM.PSRAM_ENABLED`` in v2.4) -Constraints on values of the following element is changed: +Constraints on values of the following element has changed: - - :option:`vm.guest_flags.guest_flag` no longer accepts an empty text. For VMs - without any guest flag set, a ``0`` should be given. +- :option:`vm.guest_flags.guest_flag` no longer accepts an empty text. For VMs + without any guest flag set, a ``0`` should be given. Document Updates ****************