File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ The ACRN hypervisor shell supports the following commands:
19
19
- Lists all VCPUs in all VMs
20
20
* - vcpu_dumpreg <vm_id, vcpu_id>
21
21
- Dumps registers for a specific VCPU
22
- * - dumpmem <hva, GVA, length>
22
+ * - dumpmem <hva, length>
23
23
- Dumps host memory, starting a given address, and for
24
24
a given length (in bytes)
25
25
* - sos_console
@@ -36,8 +36,6 @@ The ACRN hypervisor shell supports the following commands:
36
36
- Shows vmexit profiling
37
37
* - logdump <pcpu_id>
38
38
- Dumps the log buffer for the physical CPU
39
- * - trace <cpumask, ms>
40
- - Dumps a CPU's recent events within <ms> milliseconds
41
39
* - loglevel [console_loglevel] [mem_loglevel]
42
40
- Get (when paras is NULL) or Set loglevel [0 (none) - 6 (verbose)] for the console and optionally
43
41
for memory
You can’t perform that action at this time.
0 commit comments