@@ -17,39 +17,29 @@ The ACRN hypervisor shell supports the following commands:
17
17
- Lists all VMs, displaying VM Name, VM ID, and VM State (ON=running)
18
18
* - vcpu_list
19
19
- Lists all VCPUs in all VMs
20
- * - vcpu_pause <vm_id, vcpu_id>
21
- - Pauses a specific VCPU
22
- * - vcpu_resume <vm_id, vcpu_id>
23
- - Resumes a specific VCPU
24
20
* - vcpu_dumpreg <vm_id, vcpu_id>
25
21
- Dumps registers for a specific VCPU
26
- * - vcpu_dumpmem <vm_id, vcpu_id , GVA, length>
27
- - Dumps memory for a specific VCPU , starting a given address, and for
22
+ * - dumpmem <hva , GVA, length>
23
+ - Dumps host memory , starting a given address, and for
28
24
a given length (in bytes)
29
- * - vm_console
25
+ * - sos_console
30
26
- Switches to the SOS's console
31
27
* - int
32
28
- Lists interrupt information per CPU
33
29
* - pt
34
30
- Shows pass-through device information
35
31
* - reboot
36
- - Triggers a system warm reboot (immediately)
37
- * - lsreq
38
- - Shows ioreq information
39
- * - dump_ioapic
32
+ - Triggers a system reboot (immediately)
33
+ * - dump_ioapic
40
34
- Shows native ioapic information
41
35
* - vmexit
42
36
- Shows vmexit profiling
43
37
* - logdump <pcpu_id>
44
38
- Dumps the log buffer for the physical CPU
45
39
* - trace <cpumask, ms>
46
40
- Dumps a CPU's recent events within <ms> milliseconds
47
- * - get_loglevel
48
- - Get the loglevel
49
- * - set_loglevel <console_loglevel> [mem_loglevel]
50
- - Set loglevel [0 (none) - 6 (verbose)] for the console and optionally
41
+ * - loglevel [console_loglevel] [mem_loglevel]
42
+ - Get (when paras is NULL) or Set loglevel [0 (none) - 6 (verbose)] for the console and optionally
51
43
for memory
52
44
* - cpuid <leaf> [subleaf]
53
45
- Displays the CPUID leaf [subleaf], in hexadecimal
54
- * - crash
55
- - Triggers a system crash
0 commit comments