File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,6 @@ Here are descriptions for each of these ``acrn-dm`` command line parameters:
42
42
- Enable guest to write io port 0xf4 to exit guest. It's mainly used by
43
43
guest unit test.
44
44
45
- * - :kbd: `-- dump <vm_idx> `
46
- - The option dumps detailed configuration of a VM with built-in configurations.
47
-
48
- Example::
49
-
50
- --dump 1
51
-
52
45
* - :kbd: `- E <elf image path> `
53
46
- This option is to define a static elf binary which could be loaded by
54
47
DM. DM will run elf as guest of ACRN.
@@ -285,18 +278,6 @@ Here are descriptions for each of these ``acrn-dm`` command line parameters:
285
278
286
279
enable virtio poll mode with poll interval 1ms.
287
280
288
- * - :kbd: `-- vmcfg <sub - options> `
289
- - It's an experimental option for built-in VM configuration. The
290
- sub-options could be ``list `` or ``vm_idx ``.
291
-
292
- - ``--vmcfg list `` shows indexes of all VMs with built-in configuration.
293
- - ``--vmcfg <vm_idx> `` launches UOS with selected config.
294
-
295
- Examples::
296
-
297
- --vmcfg list
298
- --vmcfg 1
299
-
300
281
* - :kbd: `-- vtpm2 <sock_path> `
301
282
- This option is to enable virtual TPM support. The sock_path is a mandatory
302
283
parameter for this option which is the path of swtpm socket fd.
You can’t perform that action at this time.
0 commit comments