diff --git a/misc/config_tools/schema/checks/cpu_assignment.xsd b/misc/config_tools/schema/checks/cpu_assignment.xsd index 0af953674..9a8f28b24 100644 --- a/misc/config_tools/schema/checks/cpu_assignment.xsd +++ b/misc/config_tools/schema/checks/cpu_assignment.xsd @@ -5,12 +5,6 @@ xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:acrn="https://projectacrn.org"> - - - VM "{$vm/name}" needs at least one vCPU assigned. - - - The physical CPU {$cpu} allocated to VM "{$cpu/ancestor::vm/name}" does not exist on the target board. Remove this CPU from the CPU affinity setting. @@ -34,7 +28,7 @@ - At least one physical CPU must be allocated to VM "{$vm/name}". + Assign at least one physical CPU affinity (pCPU ID) for VM "{$vm/name}".