Skip to content

Commit d1c8a51

Browse files
yuchuyangdbkinder
authored andcommitted
doc: Add ovmf option description
Added ovmf NV storage writeback option "w" description and usage example. Signed-off-by: Yang, Yu-chu <yu-chu.yang@intel.com>
1 parent 9139f94 commit d1c8a51

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

doc/user-guides/acrn-dm-parameters.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ Here are descriptions for each of these ``acrn-dm`` command line parameters:
255255

256256
uses ``/usr/share/acrn/bios/VSBL.bin`` as the vSBL image
257257

258-
* - :kbd:`--ovmf <ovmf_file_path>`
258+
* - :kbd:`--ovmf [w,]<ovmf_file_path>`
259259
- Open Virtual Machine Firmware (OVMF) is an EDK II based project to enable
260260
UEFI support for Virtual Machines.
261261

@@ -269,6 +269,14 @@ Here are descriptions for each of these ``acrn-dm`` command line parameters:
269269

270270
uses ``/usr/share/acrn/bios/OVMF.fd`` as the OVMF image
271271

272+
ACRN supports option "w" of OVMF. To preserve any change of OVMF NV data
273+
store section, using this option to enable NV data store section writeback.
274+
275+
usage::
276+
277+
--ovmf w,/usr/share/acrn/bios/OVMF.fd
278+
279+
272280
* - :kbd:`--virtio_poll <poll_interval>`
273281
- Enable virtio poll mode with poll interval xxx ns.
274282

0 commit comments

Comments
 (0)