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>
ACRN Device Model ################# Introduction ============ The ACRN Device Model provides **device sharing** capabilities between the Service VM and post-launched User VMs. It is a component that is used in conjunction with the `ACRN Hypervisor`_ and is installed within the Service VM. .. _`ACRN Hypervisor`: https://github.com/projectacrn/acrn-hypervisor