mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-06 08:04:55 +00:00
Retrieve physical APIC IDs from board xml file and use them to fill in the ACPI MADT table for pre-Launched VMs. Note that the config-tool will throw an error if the processors/die/core/thread tags are absent. User needs to run board_inspector.py to regenerate the board xml file when this commit is merged, if the processors/die/core/thread tags are missing in the board xml file. Tracked-On: #6020 Signed-off-by: dongshen <dongsheng.x.zhang@intel.com>