From d71b552071ea0572f172ba459ce6dff446eb1a7b Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Fri, 10 Jun 2022 12:16:53 -0700 Subject: [PATCH] configurator: Remove duplicate vCPU assignment error message Remove duplicate assertion and improve message text. Tracked-On: #7745 Signed-off-by: David B. Kinder --- misc/config_tools/schema/checks/cpu_assignment.xsd | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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}".