mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-15 19:59:31 +00:00
Generate serial configuration file for service VM according to scenario file and vUART ports base address allocated by config tool. Currently, some non-standard serial ports are emulated in hypervisor and will be used to do communication between service VM and user VM, so need to generate serial configuration file to configure these serial ports for service VM. v1-->v2: Fix some type issues Refine script code format Tracked-On: #6652 Signed-off-by: Xiangyang Wu <xiangyang.wu@intel.com> |
||
---|---|---|
.. | ||
README | ||
serial_config.py |
Please run serial_config.py to generate serial configuration file for service VM. usage: python3 serial_config.py [h] --allocation <allocation_info_file> --scenario <scenario_info_file> --out <output_file> positional arguments: allocation_info_file : name of the file summarizing resource allocated by config tool scenario_info_file : file name of the scenario info XML output_file : file name of serial configuration