acrn-hypervisor/misc/services/life_mngr
Jian Jun Chen 73ffa7d6d2 misc: life_mngr: revise try_receive_message_by_uart
Revise try_receive_message_by_uart to read one char from uart one time.
With this implementation each char can be checked. This can be used to
address the following 2 problems:
1) nosie data: it is found that there is noise data in the uart from
   guest VM when guest startup.
2) split multiple commands

Tracked-On: #8111
Signed-off-by: Jian Jun Chen <jian.jun.chen@intel.com>
2022-09-05 15:23:25 +08:00
..
command_handler.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
command_handler.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
command.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
command.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
config.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
config.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
COPYING.MinGW-w64-runtime.txt tools: rename and category content into debug tools and services 2021-01-27 11:08:28 +08:00
life_mngr_win.c life_mngr: permit life_mngr in windows to assign VM name 2022-08-26 11:43:18 +08:00
life_mngr.conf misc: life_mngr: add a separate config to allow trigger sysreboot 2022-03-30 16:49:07 +08:00
life_mngr.service.in misc: life_mngr: add monitor module 2021-11-12 11:04:23 +08:00
log.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
Makefile misc: life_mngr: generate system_reboot_trigger_win.py script when build life_mngr 2022-06-29 13:53:42 +08:00
monitor.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
s5_trigger_linux.py misc: life_mngr: refine script to trigger system shutdown request 2021-11-12 11:04:23 +08:00
s5_trigger_win.py misc: life_mngr: refine lifecycle manager for windows VM 2021-11-12 11:04:23 +08:00
socket.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
socket.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
system_reboot_trigger_win.py Misc: life_mngr: system reboot support 2022-03-30 10:04:00 +08:00
uart_channel.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
uart_channel.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
uart.c misc: life_mngr: revise try_receive_message_by_uart 2022-09-05 15:23:25 +08:00
uart.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
user_vm_shutdown.py Update copyright year range in code headers 2022-07-15 11:48:35 +08:00