mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-16 12:19:42 +00:00
1. check if VMX feature is enabled in the BIOS setting. If disabled, board inspector will show error message. 2. check if Hyper-Threading is enabled in the BIOS setting. If enabled, board inspector will show warning message. 3. check if VT-d is enabled in the BIOS setting. If disabled, board inspector will show error message. v2-->v3: Use the class names instead of addresses, and invoke the rdmsr method of each class. v1-->v2: 1. For the Hyper-Threading BIOS check, update the log level to the warning. 2. For VMX invalid BIOS check, the XDS does the actual check, the board inspector only collects information. Tracked-On: #6689 Signed-off-by: Kunhui-Li <kunhuix.li@intel.com> Reviewed-by: Junjie Mao <junjie.mao@intel.com> |
||
---|---|---|
.. | ||
10-processors.py | ||
20-cache.py | ||
30-memory.py | ||
40-acpi-tables.py | ||
50-acpi-namespace.py | ||
60-pci.py | ||
70-device-classes.py | ||
80-lookup.py | ||
90-sorting.py | ||
helpers.py |