mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-26 15:31:35 +00:00
Config_tools: Update Hybrid Cores
Update the severity from "warning" to "error" for hybrid cores check. Tracked-On: #5918 Reviewed-by: Junjie Mao <junjie.mao@intel.com> Signed-off-by: Kunhui Li <kunhuix.li@intel.com>
This commit is contained in:
parent
81c5bdab5f
commit
d573e958e4
@ -25,7 +25,7 @@ To fix this error, you can
|
|||||||
<xs:assert test="every $vm in vm satisfies
|
<xs:assert test="every $vm in vm satisfies
|
||||||
every $cpu in $vm/cpu_affinity/pcpu_id satisfies
|
every $cpu in $vm/cpu_affinity/pcpu_id satisfies
|
||||||
processors//thread[cpu_id = $cpu]/core_type = processors//thread[cpu_id = $vm/cpu_affinity/pcpu_id[1]]/core_type">
|
processors//thread[cpu_id = $cpu]/core_type = processors//thread[cpu_id = $vm/cpu_affinity/pcpu_id[1]]/core_type">
|
||||||
<xs:annotation acrn:severity="warning">
|
<xs:annotation acrn:severity="error">
|
||||||
<xs:documentation>The physical CPUs allocated to the same VM shall have the same core types.
|
<xs:documentation>The physical CPUs allocated to the same VM shall have the same core types.
|
||||||
|
|
||||||
On platforms having both big and little cores, the current design of ACRN only allows allocating the same type of cores
|
On platforms having both big and little cores, the current design of ACRN only allows allocating the same type of cores
|
||||||
|
Loading…
Reference in New Issue
Block a user