File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ Here are descriptions for each of these ``acrn-dm`` command line parameters:
255
255
256
256
uses ``/usr/share/acrn/bios/VSBL.bin `` as the vSBL image
257
257
258
- * - :kbd: `-- ovmf <ovmf_file_path> `
258
+ * - :kbd: `-- ovmf [w,] <ovmf_file_path> `
259
259
- Open Virtual Machine Firmware (OVMF) is an EDK II based project to enable
260
260
UEFI support for Virtual Machines.
261
261
@@ -269,6 +269,14 @@ Here are descriptions for each of these ``acrn-dm`` command line parameters:
269
269
270
270
uses ``/usr/share/acrn/bios/OVMF.fd `` as the OVMF image
271
271
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
+
272
280
* - :kbd: `-- virtio_poll <poll_interval> `
273
281
- Enable virtio poll mode with poll interval xxx ns.
274
282
You can’t perform that action at this time.
0 commit comments