doc: update doc for vUART to hypervisor console switch key

Things changed since following commit
(c623e1112 debug: vuart: add guest break key support).

Tracked-On: #8583
Signed-off-by: Qiang Zhang <qiang4.zhang@intel.com>
This commit is contained in:
Qiang Zhang
2024-06-11 13:12:35 +08:00
committed by wenlingz
parent cc0364f1f7
commit 29137b9e9c
3 changed files with 22 additions and 6 deletions

View File

@@ -73,7 +73,7 @@ struct shell {
#define SHELL_CMD_VM_CONSOLE "vm_console"
#define SHELL_CMD_VM_CONSOLE_PARAM "<vm id>"
#define SHELL_CMD_VM_CONSOLE_HELP "Switch to the VM's console. Use [Ctrl+Spacebar] to return to the ACRN shell "\
#define SHELL_CMD_VM_CONSOLE_HELP "Switch to the VM's console. Use 'BREAK + e' to return to the ACRN shell "\
"console"
#define SHELL_CMD_INTERRUPT "int"