mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-11-24 18:05:22 +00:00
ACRN does not support platforms that do not have x2APIC mode of LAPIC in hardware. With this patch, x2APIC is exposed to guests by default. Extended Topology Leaf 0xb in cpuid returns x2APIC ID and topology information to OS. This patch adds support to return guest topology and guest x2APIC ID. Number of SMT siblings is returned as 0. Tracked-On: #1626 Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com> Reviewed-by: Xu Anthony <anthony.xu@intel.com>