DOC: change hv shell cmd sos_console to vm_console

Change shell command 'sos_console' to 'vm_console' as it is not only
used to switch console to SOS.

Tracked-On: #2987
Signed-off-by: Conghui Chen <conghui.chen@intel.com>
This commit is contained in:
Conghui Chen
2019-04-24 03:23:33 +08:00
committed by David Kinder
parent 080d1f76a9
commit af0b16e1a8
4 changed files with 9 additions and 9 deletions

View File

@@ -22,8 +22,8 @@ The ACRN hypervisor shell supports the following commands:
* - dumpmem <hva> <length>
- Dump host memory, starting at a given address, and for a given length
(in bytes)
* - sos_console
- Switch to the SOS's console. Use :kbd:`Ctrl+Spacebar` to return to the ACRN
* - vm_console
- Switch to the VM's console. Use :kbd:`Ctrl+Spacebar` to return to the ACRN
shell console
* - int
- List interrupt information per CPU
@@ -129,10 +129,10 @@ pCPU number is 0x0000000000000004.
acrn map information
sos_console
vm_console
===========
The ``sos_console`` command switches the ACRN's console to become the SOS's console.
The ``vm_console`` command switches the ACRN's console to become the VM's console.
Use a :kbd:`Ctrl-Spacebar` to return to the ACRN shell console.
vioapic