mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-04 23:24:56 +00:00
config-tools: allow SERIAL_CONSOLE to use any native ttyS#
Remove the restriction that SERIAL_CONSOLE needs to be ttys0, ttys1, ttys2 or ttys3. 1. Lossen the restriction in xsd. 2. Rewrite the document. 3. Refine the intx.py. Refine the logic which take effect if the <irq> is specified in "SOS_COM#_IRQ" for SOS VM's legacy vuart 0. Tracked-On: #6610 Signed-off-by: Yang,Yu-chu <yu-chu.yang@intel.com>
This commit is contained in:
@@ -7,3 +7,6 @@
|
||||
|
||||
class ResourceError(Exception):
|
||||
"""Raise this error when it is out of resource"""
|
||||
|
||||
class SettingError(Exception):
|
||||
"""Raise this error when manual scenario configuration has a conflict with board information"""
|
||||
Reference in New Issue
Block a user