diff --git a/misc/config_tools/schema/checks/pre_launched_vm_support.xsd b/misc/config_tools/schema/checks/pre_launched_vm_support.xsd index 2fb11d111..cc9a9fbe3 100644 --- a/misc/config_tools/schema/checks/pre_launched_vm_support.xsd +++ b/misc/config_tools/schema/checks/pre_launched_vm_support.xsd @@ -52,4 +52,20 @@ https://github.com/projectacrn/acrn-hypervisor/issues if you meet this. + + + There should not be both pre-launched RTVM and post-launched RTVM. +And two or more pre-launched RTVM are not allowed. + +This assertion checks below invalid scenario: + +- Two or more pre-launched RTVM +- One pre-launched RTVM and one or more post-launched RTVM + +To fix this error, please check the RTVM number to ensure the scenario configuration is valid. + + + +