mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-07 17:24:09 +00:00
With lapic_pt based on vlapic, guest always see vitual apic_id. We need to convert the virtual apic_id from guest to physical apic_id before writing ICR. SMP for VM with lapic_pt is supported with this fix. Tracked-On: #2351 Signed-off-by: Yan, Like <like.yan@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>