mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-13 19:44:06 +00:00
Previous commit introduced the "use physical APIC IDs as vLAPIC IDs for VMs" change, but it didn't update the apic_id in mptable. Changed the mptable code to also set apic_id to physical APIC ID to fix the bug Tracked-On: #7146 Signed-off-by: dongshen <dongsheng.x.zhang@intel.com>