mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-12 16:08:13 +00:00
The following issues are witnessed in the RDT assertions in XML schema rdt_support.xsd: * Some assertions still check data in vcpu_clos nodes which no longer exist today because of the refinement of how RDT is configured. * For those that still hold, acrn:severity and acrn:report-on are not stated, which prevents the validation activity from reporting failures against them. This patch drops the assertions that no longer make sense today and add ACRN-specific attributes to those that still hold. Tracked-On: #6690 Signed-off-by: Junjie Mao <junjie.mao@intel.com>