diff --git a/doc/user-guides/acrn-shell.rst b/doc/user-guides/acrn-shell.rst index 1b9a02505..2903017dc 100644 --- a/doc/user-guides/acrn-shell.rst +++ b/doc/user-guides/acrn-shell.rst @@ -17,26 +17,20 @@ The ACRN hypervisor shell supports the following commands: - Lists all VMs, displaying VM Name, VM ID, and VM State (ON=running) * - vcpu_list - Lists all VCPUs in all VMs - * - vcpu_pause - - Pauses a specific VCPU - * - vcpu_resume - - Resumes a specific VCPU * - vcpu_dumpreg - Dumps registers for a specific VCPU - * - vcpu_dumpmem - - Dumps memory for a specific VCPU, starting a given address, and for + * - dumpmem + - Dumps host memory, starting a given address, and for a given length (in bytes) - * - vm_console + * - sos_console - Switches to the SOS's console * - int - Lists interrupt information per CPU * - pt - Shows pass-through device information * - reboot - - Triggers a system warm reboot (immediately) - * - lsreq - - Shows ioreq information - * - dump_ioapic + - Triggers a system reboot (immediately) + * - dump_ioapic - Shows native ioapic information * - vmexit - Shows vmexit profiling @@ -44,12 +38,8 @@ The ACRN hypervisor shell supports the following commands: - Dumps the log buffer for the physical CPU * - trace - Dumps a CPU's recent events within milliseconds - * - get_loglevel - - Get the loglevel - * - set_loglevel [mem_loglevel] - - Set loglevel [0 (none) - 6 (verbose)] for the console and optionally + * - loglevel [console_loglevel] [mem_loglevel] + - Get (when paras is NULL) or Set loglevel [0 (none) - 6 (verbose)] for the console and optionally for memory * - cpuid [subleaf] - Displays the CPUID leaf [subleaf], in hexadecimal - * - crash - - Triggers a system crash