doc: fix acrn shell command

Update keys to return to ACRN shell console

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2021-07-19 18:51:12 -07:00 committed by David Kinder
parent 1129fe1736
commit 5817cf8256
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ The ACRN hypervisor shell supports the following commands:
- Dump a User VM (guest) memory region based on the VM ID (``vm_id``, in decimal), - Dump a User VM (guest) memory region based on the VM ID (``vm_id``, in decimal),
the start of the memory region ``gva`` (in hexadecimal) and its length ``length`` (in bytes, decimal number). the start of the memory region ``gva`` (in hexadecimal) and its length ``length`` (in bytes, decimal number).
* - vm_console <vm_id> * - vm_console <vm_id>
- Switch to the VM's console. Use :kbd:`Ctrl` + :kbd:`Space` to return to the ACRN - Switch to the VM's console. Use :kbd:`Ctrl` + :kbd:`Alt` + :kbd:`Space` to return to the ACRN
shell console shell console
* - int * - int
- List interrupt information per CPU - List interrupt information per CPU
@ -156,7 +156,7 @@ vm_console
=========== ===========
The ``vm_console`` command switches the ACRN's console to become the VM's console. The ``vm_console`` command switches the ACRN's console to become the VM's console.
Press :kbd:`Ctrl` + :kbd:`Space` to return to the ACRN shell console. Press :kbd:`Ctrl` + :kbd:`Alt` + :kbd:`Space` to return to the ACRN shell console.
vioapic vioapic
======= =======