Skip to content

Commit 3b06282

Browse files
yonghuahlijinxia
authored andcommitted
HV:Remove i/o session sw interface from hypervisor shell
to remove it as no requirement of bounding i/o handlers dynamically in hypervisor shell - update source code related with i/o session - move shell command definitions from shell_pulic.c to shell_internal.c - remove shell_public.c Signed-off-by: Yonghua Huang <yonghua.huang@intel.com> Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
1 parent a8e9d83 commit 3b06282

File tree

6 files changed

+307
-486
lines changed

6 files changed

+307
-486
lines changed

hypervisor/debug/console.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ static void console_handler(void)
4343
/* serial Console Tx operation */
4444
vuart_console_tx_chars(vu);
4545
} else {
46-
shell_kick_session();
46+
shell_kick();
4747
}
4848
}
4949

0 commit comments

Comments
 (0)