mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-06 16:15:00 +00:00
When guest uses vLAPIC in x2APIC mode, ICR write is a single MSR write. Also, the destination field for device interrupts and IPIs should not be handled in the same way as xAPIC mode. This patch adds support for x2APIC mode operation of guest vLAPIC. Tracked-On: #1626 Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com> Reviewed-by: Xu Anthony <anthony.xu@intel.com>