acrn-hypervisor/hypervisor/include
Yan, Like 277c668b04 HV: RDT: clean up RDT code
This commit makes some RDT code cleanup, mainling including:
- remove the clos_mask and mba_delay validation check in setup_res_clos_msr(), the check will be done in pre-build;
- rename platform_clos_num to valid_clos_num, which is set as the minimal clos_mas of all enabled RDT resouces;
- init the platform_clos_array in the res_cap_info[] definition;
- remove the unnecessary return values and return value check.

Tracked-On: #4604
Signed-off-by: Yan, Like <like.yan@intel.com>
2020-05-08 08:50:13 +08:00
..
arch/x86 HV: RDT: clean up RDT code 2020-05-08 08:50:13 +08:00
common hv: ptdev: minor refine about ptirq_build_physical_msi 2020-05-06 11:51:11 +08:00
debug HV: correct ept page array usage 2020-03-12 14:56:34 +08:00
dm hv: vioapic: minor refine about vioapic_init 2020-04-24 15:35:38 +08:00
hw hv: vpci: handle the quirk part for pass through pci device cfg access in dm 2020-03-20 10:08:43 +08:00
lib hv: list: rename list_entry to container_of 2020-03-31 10:57:47 +08:00
public hv: dynamically configure CPU affinity through hypercall 2020-04-23 09:38:54 +08:00