doc: release notes edits

Fix some minor formatting/layout issues and wording

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2021-06-22 18:32:32 -07:00 committed by David Kinder
parent a9af948993
commit 8e7f1dbac8
1 changed files with 12 additions and 12 deletions

View File

@ -73,24 +73,24 @@ 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 <my_board_name>
This will generate ``<my_board_name>.xml`` under the current working directory.
This will generate ``<my_board_name>.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`
@ -99,7 +99,7 @@ The following element is renamed:
- :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.